summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin7-17/+17
2017-07-13loplugin:oncevar: empty strings: desktopStephan Bergmann2-8/+4
2017-07-12tdf#106359: use SvFileStream to read iqy; fixes *nix compatibilityMike Kaganski1-37/+27
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-2/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin3-4/+4
2017-07-05loplugin:casttovoid (clang-cl): desktopStephan Bergmann1-6/+0
2017-07-05loplugin:unusedfields variousNoel Grandin2-8/+0
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin2-12/+3
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann2-4/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: desktopStephan Bergmann7-11/+3
2017-07-02Handle osl::File::setPos failureStephan Bergmann1-3/+11
2017-06-30loplugin:oncevarStephan Bergmann1-4/+4
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke1-10/+0
2017-06-24updater: add a way to manually test updater command lineMarkus Mohrhard2-7/+17
2017-06-24updater: forward the command line arguments to the updaterMarkus Mohrhard1-1/+12
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin2-5/+1
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin9-41/+26
2017-06-22updater: handle the SeeAlso property after the update succeededMarkus Mohrhard2-0/+49
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-18updater: check every 12 hours for updates for nowMarkus Mohrhard1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke7-9/+0
2017-06-17updater: detect when user can not write to installation directoryMarkus Mohrhard1-0/+38
2017-06-16updater: only download language packs for installed languagesMarkus Mohrhard1-2/+15
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin3-7/+3
2017-06-13remove TDE integration (vclplug, address book, config backend)Michael Stahl1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke6-13/+1
2017-06-12use the shared path codeMarkus Mohrhard1-4/+1
2017-06-12better variable namesMarkus Mohrhard1-3/+3
2017-06-12make it easier to extend the responseMarkus Mohrhard1-1/+1
2017-06-12use the shared path codeMarkus Mohrhard1-8/+4
2017-06-12better updater loggingMarkus Mohrhard2-0/+15
2017-06-09Add --script-cat parameter to dump scripts content.Michael Meeks8-90/+190
2017-06-06tdf#36019: Disable context menu entry for extension removal properlyMuhammet Kara1-1/+4
2017-06-01desktop: fix misformatted makefile lineMichael Stahl1-1/+3
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann6-10/+0
2017-05-31tdf#36019: Fix tooltipMuhammet Kara1-1/+1
2017-05-31Avoid implementation-defined behavior when mapping non-ASCII charactersStephan Bergmann1-1/+3
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-29lok: Notify about the Formatting Marks changes.Jan Holesovsky1-0/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin12-68/+34
2017-05-27allow to override settings based updater URL and channel through envMarkus Mohrhard1-0/+10
2017-05-26tdf#36019: Dynamically enable/disable extension removal via GUIMuhammet Kara3-1/+22