summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-09-26Clean up option processingStephan Bergmann1-13/+22
2012-09-25fdo#54385: Displaying help/version early on UNX requires service managerStephan Bergmann1-1/+1
2012-09-20Don't access broken service mgr during bootstrap failureStephan Bergmann1-72/+67
2012-08-29fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann1-97/+122
2012-08-22TypoStephan Bergmann1-1/+1
2012-08-21fdo#53655: Ignore failure to remove directories (as happens on Windows XP)Stephan Bergmann1-10/+17
2012-08-13fdo#53006: And detect LO downgrading scenarios...Stephan Bergmann1-27/+48
2012-08-13Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-264/+0
2012-08-13fdo#53006: Remove directories too, not just plain filesStephan Bergmann1-1/+6
2012-08-10fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann1-8/+145
2012-08-10Related fdo#53006: Do not instantiate service manager too earlyStephan Bergmann1-1/+0
2012-08-10fdo#42470: Do not show backing window on --nodefaultStephan Bergmann1-0/+4
2012-07-30fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart ...Stephan Bergmann1-71/+74
2012-07-26fdo#51252 Disable copying share/prereg/bundled to avoid startup crashesStephan Bergmann1-1/+1
2012-07-13Hide information about failure during very early startup a little lessStephan Bergmann1-3/+9
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar1-0/+36
2012-06-02targeted string re-workNorbert Thiebaud1-93/+90
2012-05-02Cleaned up CommandLineArgsStephan Bergmann1-74/+67
2012-04-25Proper handling of multiple --accept argumentsStephan Bergmann1-1/+1
2012-04-24Force ExtensionManager resync when the implementation changesStephan Bergmann1-4/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05DEFINE_CONST_UNICODE isn't needed here anymoreCaolán McNamara1-27/+25
2012-04-05unused U2S defineCaolán McNamara1-1/+0
2012-04-04Improved error reportingStephan Bergmann1-2/+1
2012-03-20make ResId->OUString the primary routeCaolán McNamara1-39/+41
2012-03-02migrateSettingsIfNecessary must be called later after allStephan Bergmann1-15/+19
2012-03-01Move migrateSettingsIfNecessary into create_user_installStephan Bergmann1-3/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
2012-02-24android: remove annoying & un-necessary dialog on startMichael Meeks1-6/+0
2012-02-15remove hideous plasma debugging bits from android branchMichael Meeks1-35/+0
2012-02-15PLASMA_NOW fixStephan Bergmann1-15/+15
2012-02-15Ifdefify temporary (?) Android hacksTor Lillqvist1-15/+22
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-0/+37
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann1-38/+5
2012-01-31android: get non-modal message dialog up, and continue to main app executeMichael Meeks1-3/+3
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev1-9/+9
2012-01-28android: add debug hooks through app.cxx, comment chunks and add a dialogMichael Meeks1-0/+37
2012-01-24WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist1-0/+8
2012-01-24android: disable bundled extension synchronisationMichael Meeks1-0/+2
2012-01-24android: disable lock-file bits for nowMichael Meeks1-1/+2
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-3/+3
2012-01-09remove deprecated --bean command line switchAndras Timar1-1/+1
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot1-16/+16
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-0/+5
2011-12-08Fix Windows buildTor Lillqvist1-0/+1
2011-12-08Remove unnecessary includesAugust Sodora1-56/+0
2011-12-07Remove testtoolloaderAugust Sodora1-7/+0
2011-12-06catch exception by constant referenceTakeshi Abe1-30/+30
2011-12-04-quickstart -> --quickstart, etc.Andras Timar1-1/+1
2011-11-27remove include of pch header in desktopNorbert Thiebaud1-2/+0