summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* android: add new desktop module, it gets to vcl init and fails.Michael Meeks2012-01-201-4/+0
|
* fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar2012-01-185-33/+57
|
* Fix configurable branding.Thorsten Behrens2012-01-164-44/+80
| | | | | Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
* Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist2012-01-168-10/+72
| | | | | | | | | | | | Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either.
* Do build Library_deployment also for non-desktop OSesTor Lillqvist2012-01-161-1/+1
| | | | | Whether anything in it will eventually be used in LO-based apps on such OSes, no idea, but no harm building it.
* Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSesTor Lillqvist2012-01-161-2/+2
| | | | | | | | Not that I know if soffice.bin as it currently is will make sense on Android or iOS eventually, but just for experimentation... Don't bother with Library_unopkgapp for non-desktop OSes as we don't build Executable_unopkg.bin for them either.
* Try without xmlhelp on non-desktop OSesTor Lillqvist2012-01-161-1/+1
|
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-1/+1
|
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-1/+1
|
* simplify handling of JITC_PROCESSOR_TYPEDavid Tardon2012-01-153-11/+5
|
* do not build on macosx and winDavid Tardon2012-01-151-0/+5
|
* ucb: convert to gbuildMatúš Kukan2012-01-151-3/+3
|
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-153-4/+4
|
* appsys.* and FATToVFat_Impl appear to be unnecessaryCaolán McNamara2012-01-133-114/+0
|
* ByteString->rtl::OStringCaolán McNamara2012-01-135-19/+18
|
* Better fix for the valgrind.log problem.Stephan Bergmann2012-01-131-0/+6
| | | | Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
* valgrind.log creates more problems than it solves.Stephan Bergmann2012-01-121-6/+0
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-113-11/+11
|
* avoid generating a file in the source treeDavid Tardon2012-01-115-1/+81
|
* we need a var. assignment here, not a valueDavid Tardon2012-01-111-1/+1
|
* OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud2012-01-112-2/+2
|
* Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky2012-01-112-2/+2
| | | | | | This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
* OS_FOR_BUILD is not right do decide Host module nameNorbert2012-01-102-2/+2
|
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-101-1/+1
|
* Some cppcheck cleaningJulien Nabet2012-01-101-2/+1
|
* remove deprecated --plugin command line switchAndras Timar2012-01-092-5/+0
|
* remove deprecated --bean command line switchAndras Timar2012-01-093-13/+1
|
* don't warn for -h/-?/-o/-n command line switchesAndras Timar2012-01-091-1/+2
|
* fix switches (--) and typosAndras Timar2012-01-091-13/+13
|
* yet another few strings to localizeAndras Timar2012-01-071-1/+1
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-061-1/+0
|
* remove unused VER_FIRSTYEARAndras Timar2012-01-062-4/+0
|
* tabs to spacesAndras Timar2012-01-062-65/+64
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-056-5/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-055-5/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-3/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-1/+1
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-1/+4
|
* Fix for FDO#44280: Wrong position in Extension MgrOlivier Hallot2012-01-031-25/+35
| | | | | | | This patch fixes fdo 44280 [GUI] wrong position of 'Adding extension...' at Extension Manager dialog Added some comments to help in hacking
* migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud2012-01-011-2/+2
|
* desktop: spl: do not pointlessly include object fileMatúš Kukan2011-12-291-1/+0
|
* WaE: hInstance arg unused under mingw32Caolán McNamara2011-12-211-1/+1
|
* autocorrection migration never actually usedCaolán McNamara2011-12-214-395/+0
|
* AutocorrectionMigration is not constructableCaolán McNamara2011-12-212-14/+0
|
* Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot2011-12-2140-221/+219
| | | | | | Part XIII Module desktop
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-2023-0/+47
|
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-163-6/+6
|
* add version suffix (beta1) to about dialogPetr Mladek2011-12-162-0/+10
| | | | | | | | configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
* Removed extra semicolonsJesse2011-12-151-1/+1
|