Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | Simplify the patch | Fridrich Štrba | |
1) When building internal pgsql even on Windows, we use Mozilla LDAP if it is built 2) Regenerate the generated fils with autoconf-2.63 that is used by upstream | |||
2011-12-13 | Avoid double slashes in paths (cosmetic change only) | Fridrich Štrba | |
2011-12-13 | Use SOLARINC and SOLARLIB instead of hand-crafted path | Fridrich Štrba | |
2011-12-13 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | |
Part VII Module comphelper | |||
2011-12-13 | introducing propex tool for string extranction from .properties files | Andras Timar | |
2011-12-13 | exclude wntgcc* directories from searching for translatable files | Andras Timar | |
2011-12-13 | Drop the $oldoutfile thing, people are used to Env.Host.sh by now surely | Tor Lillqvist | |
2011-12-13 | get rid of obsolete path-delimiter escape | Christian Lohmaier | |
2011-12-13 | GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵ | Christian Lohmaier | |
GUIBASE→aqua | |||
2011-12-13 | fdo#39452: 'Back' is misleading, use 'Revert' instead | Lior Kaplan | |
2011-12-12 | postgresql-sdbc: do not use GNU ld-specific options on MacOS X | Lionel Elie Mamane | |
2011-12-12 | instsetoo_native: try to fix tinderbox: | Michael Stahl | |
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis | |||
2011-12-12 | German translations | Noel Grandin | |
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch | |||
2011-12-12 | Remove ByteString | Julien Nabet | |
2011-12-12 | Remove HC icons from Human theme | Stefan Knorr (astron) | |
2011-12-12 | No need to register LibO, so drop the Register icons | Stefan Knorr (astron) | |
2011-12-12 | fix loading of python-uno module by package.module name | Lionel Elie Mamane | |
2011-12-12 | Remove ByteString | Julien Nabet | |
2011-12-12 | slideshow: play back embedded media: | Michael Stahl | |
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object. | |||
2011-12-12 | editeng: EE_ITEMS_START: | Michael Stahl | |
This evidently depends on the values of OWN_ATTR_VALUE_START and OWN_ATTR_VALUE_END, so define it that way. | |||
2011-12-12 | gbuild: fix top-level "make check": | Michael Stahl | |
This should first build, then run smoketest, then run subsequenttests. | |||
2011-12-12 | fdo#32530: Correct default horizontal alignment for complex script. | Kohei Yoshida | |
2011-12-13 | Fix for fdo43460 Part VI getLength() to isEmpty() | Olivier Hallot | |
Part VI Module codemaker | |||
2011-12-13 | Fix for fdo43460 Part V getLength to isEmpty | Olivier Hallot | |
Part V Module chart2 | |||
2011-12-12 | Skip more components for Android and iOS | Tor Lillqvist | |
2011-12-12 | Add .DS_Store | Tor Lillqvist | |
2011-12-12 | Move .gitignore one level up | Tor Lillqvist | |
2011-12-12 | Use OUTDIR_FOR_BUILD for cross-compiling goodness | Tor Lillqvist | |
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-12 | Bypass bean for Android which has no java.awt | Tor Lillqvist | |
2011-12-12 | Accept also Oracle Corporation as Java vendor here, too | Tor Lillqvist | |
2011-12-12 | Kill a bunch of empty lines | Tor Lillqvist | |
2011-12-12 | WaE: NULL used in arithmetic | Tor Lillqvist | |
2011-12-12 | OxygenOffice doesn't bundle JRE either | Tor Lillqvist | |
2011-12-12 | Hardcode to try just the "svp" VCL plugin on Android for now | Tor Lillqvist | |
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot | |
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges | |||
2011-12-12 | Revert "remove lazy init of edit view to fix strange core ( open ↵ | Kohei Yoshida | |
insert|formula )" This reverts commit 0262ea0352cee2ecbe231e6f9f7188ce9edbb85c. | |||
2011-12-12 | fdo#35539: Don't evaluate error cells as values during filtering. | Kohei Yoshida | |
E.g., if filtering for cells < 5, we should skip error cells. Previously, error cells are unintentionally treated as having a numeric value of 0. | |||
2011-12-12 | remove lazy init of edit view to fix strange core ( open insert|formula ) | Noel Power | |
I didn't quite get it, valgrind didn't show a sensible trace but this fixes the core ( also according to valgrind ) | |||
2011-12-12 | Fix filtering by inequality operators e.g. >5, <=3, etc. | Kohei Yoshida | |
2011-12-12 | postgresql-sdbc: get libpq link deps from postgresql build system | Lionel Elie Mamane | |
2011-12-12 | postgresql: go look for includes and libs in solver | Lionel Elie Mamane | |
2011-12-12 | fix docx hyperlink writing | Luboš Luňák | |
This is a rewrite of the fix for fdo#35826, needed for writing the document from bnc#706138 as docx. The sequence there is startURL(), runText(), endRun(), endUrl(), startUrl(), runText(), endUrl(), endRun(), so by the second endRun(), it is needed to close both the previous and current hyperlink run. | |||
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-12 | catch by const reference | Caolán McNamara | |
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-12 | now with an STL map we don't have to do our own mem allocation | Caolán McNamara | |
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-12 | pair::second is false if element with same key already existed | Caolán McNamara | |
The pair::second element in the pair is set to true if a new element was inserted or false if an element with the same value existed |