Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-07 | yet another few strings to localize | Andras Timar | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | remove unused VER_FIRSTYEAR | Andras Timar | |
2012-01-06 | tabs to spaces | Andras Timar | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
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 | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-03 | Fix for FDO#44280: Wrong position in Extension Mgr | Olivier Hallot | |
This patch fixes fdo 44280 [GUI] wrong position of 'Adding extension...' at Extension Manager dialog Added some comments to help in hacking | |||
2012-01-01 | migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.in | Norbert Thiebaud | |
2011-12-29 | desktop: spl: do not pointlessly include object file | Matúš Kukan | |
2011-12-21 | WaE: hInstance arg unused under mingw32 | Caolán McNamara | |
2011-12-21 | autocorrection migration never actually used | Caolán McNamara | |
2011-12-21 | AutocorrectionMigration is not constructable | Caolán McNamara | |
2011-12-21 | Fix for fdo43460 Part XIII getLength() to isEmpty() | Olivier Hallot | |
Part XIII Module desktop | |||
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-16 | add version suffix (beta1) to about dialog | Petr Mladek | |
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 | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | Fix the soffice.sh wrapper's -h / --version. | Michal Svec | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-12 | Do build Executable_soffice.bin also for Android, for now | Tor Lillqvist | |
2011-12-12 | Do build Library_deploymentmisc also for non-desktop OSes, for now | Tor Lillqvist | |
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | |
2011-12-10 | enhance VersionInfo resource of Windows excutables | Andras Timar | |
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use | |||
2011-12-08 | Fix Windows build | Tor Lillqvist | |
2011-12-08 | Remove unnecessary includes | August Sodora | |
2011-12-07 | Remove testtoolloader | August Sodora | |
2011-12-07 | link icons to soffice.bin fdo#42979 | Andras Timar | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-07 | 'copyright text to see as text in the soffice binary' deleted | Andras Timar | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | Make dialogs fail with an exception in headless tests. | Stephan Bergmann | |
2011-12-06 | remove sources of setup.exe | Andras Timar | |
2011-12-06 | catch exception by constant reference | Takeshi Abe | |
2011-12-04 | code cleanup of Windows quickstarter | Andras Timar | |
2011-12-04 | remove StarOffice-only file | Andras Timar | |
2011-12-04 | -quickstart -> --quickstart, etc. | Andras Timar | |
2011-12-02 | remove unused OOo Windows icons | Andras Timar | |
2011-12-02 | A trailing 0 on an ICON line is unnecessary and causes an error | Andras Timar | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵ | Andras Timar | |
fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed. | |||
2011-11-30 | temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914 | Andras Timar | |
It is puzzling that Executable_soffice.bin.mk contains the line $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES)) yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags. I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it prevails. I guess MinGW will be still affected. It really should be fixed correctly by a gbuild expert. | |||
2011-11-30 | fix license header | Andras Timar | |
2011-11-29 | set gb_PARTIALBUILD in CustomTargets | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Fix for fdo39748, part II | Olivier Hallot | |
Code clenup Improvement on extension list box size calculation |