Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-24 | Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)libreoffice-3.4.0.2libreoffice-3.4.0-finallibreoffice-3-4-0 | Petr Mladek | 0 | -0/+0 | |
2011-05-17 | Branch libreoffice-3-4-0 | Petr Mladek | 0 | -0/+0 | |
This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master. | |||||
2011-05-17 | Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)libreoffice-3.4.0.1 | Petr Mladek | 0 | -0/+0 | |
2011-05-10 | Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)libreoffice-3.3.99.5 | Petr Mladek | 0 | -0/+0 | |
2011-05-03 | Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)libreoffice-3.3.99.4 | Petr Mladek | 0 | -0/+0 | |
2011-04-26 | Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)libreoffice-3.3.99.3 | Petr Mladek | 0 | -0/+0 | |
2011-04-19 | Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)libreoffice-3.3.99.2integration/dev300_m106 | Petr Mladek | 0 | -0/+0 | |
2011-04-13 | Even more OOo -> LO changes (in comments now) | Fridrich Štrba | 1 | -5/+5 | |
2011-04-13 | Some more OOo -> LO changes | Fridrich Štrba | 1 | -2/+2 | |
2011-04-11 | Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)libreoffice-3.3.99.1 | Petr Mladek | 0 | -0/+0 | |
2011-04-05 | Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 | Petr Mladek | 1 | -0/+6 | |
Conflicts: odk/settings/settings.mk | |||||
2011-04-01 | Branch libreoffice-3-4 | Petr Mladek | 0 | -0/+0 | |
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases + only bug fixes are allowed + no approval needed during beta phase (two weeks after branch) + 1 approval needed during rc phase and for bugfix releases + 2 approvals with different/no affiliation needed for late features + regularly merged into master by a selected person when living Please watch http://wiki.documentfoundation.org/ReleasePlan and read announces on libreoffice@lists.freedesktop.org If you want to build something cool, unstable, and risky, use master. | |||||
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | 6 | -0/+0 | |
2011-03-29 | drop bogus executable flag from image files | Francisco Saito | 6 | -0/+0 | |
2011-03-24 | Some OOo -> LO changes (hopeful nothing broke with them) | Fridrich Štrba | 5 | -25/+25 | |
2011-03-23 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/sdk | Jan Holesovsky | 1 | -3/+3 | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | 90 | -954/+1291 | |
Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk | |||||
2011-03-22 | Trying to remove NODEFAULTLIB on Windows | Fridrich Štrba | 1 | -3/+3 | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | 5 | -5/+5 | |
2011-03-17 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | 6 | -174/+33 | |
2011-03-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold | 3 | -4/+4 | |
2011-03-08 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101integration/dev300_m101 | Norbert Thiebaud | 6 | -174/+33 | |
* commit 'ooo/DEV300_m101': sb138: #i116038# fresh implementation of binary URP bridge dba34b: #i106807# use mysql instead of adabas now sb126: #i112627# adapted SDK/DevGuide to configmgr re-write Conflicts: odk/util/makefile.pmk | |||||
2011-03-08 | Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)libreoffice-3.3.2.1 | Petr Mladek | 0 | -0/+0 | |
2011-03-07 | CWS-TOOLING: integrate CWS jsc340ooo/DEV300_m106ooo/DEV300_m105ooo/DEV300_m104ooo/DEV300_m103ooo/DEV300_m102 | Ivo Hinkelmann | 91 | -976/+1455 | |
2011-03-03 | jsc340: i114609: no visibility compiler flag for jni lib | Juergen Schmidt | 3 | -2/+20 | |
2011-03-02 | Remove "using namespace ::rtl"LO-BASE-INTEGRATION-DEV300_M101gr2 | Julien Nabet | 7 | -9/+19 | |
2011-03-01 | jsc340: i114609: move generated component services rdb | Juergen Schmidt | 1 | -1/+1 | |
2011-03-01 | jsc340: i114609: adapt examples to work with the URE and use the passive ↵ | Juergen Schmidt | 5 | -25/+7 | |
registration | |||||
2011-03-01 | jsc340: i114609: adapt examples to work with the URE and use the passive ↵ | Juergen Schmidt | 4 | -5/+5 | |
registration | |||||
2011-02-28 | jsc340: i114609: adapt examples to work with the URE and use the passive ↵ | Juergen Schmidt | 8 | -216/+172 | |
registration | |||||
2011-02-24 | jsc340: merge to dev300m101 | Juergen Schmidt | 3 | -41/+14 | |
2011-02-23 | jsc340: fix problem with showing Java awt UI from the AppKit thread | Juergen Schmidt | 1 | -1/+16 | |
2011-02-23 | jsc340: i114609: support passive component registration | Juergen Schmidt | 6 | -30/+45 | |
2011-02-22 | jsc340: i114609: support passive component registration | Juergen Schmidt | 8 | -0/+67 | |
2011-02-22 | jsc340: i114609: support passive component registration | Juergen Schmidt | 28 | -332/+427 | |
2011-02-18 | merged DEV300ooo/DEV300_m101 | Release Engineering | 2 | -7/+6 | |
2011-02-16 | CWS-TOOLING: integrate CWS sb138 | Ivo Hinkelmann | 2 | -7/+6 | |
2011-02-15 | dragonfly stuff | Francois Tigeot | 3 | -3/+8 | |
2011-02-11 | fix ODK settings.mk to only set STLPORTLIB if needed | Rene Engelhard | 1 | -2/+6 | |
Signed-off-by: Petr Mladek <pmladek@suse.cz> | |||||
2011-02-11 | Remove obsolete Hyperlink Bar from sdk | Alfonso Eusebio | 1 | -2/+0 | |
Removed code related to hyperlink bar from sdk repo. | |||||
2011-02-11 | sb138: merged in re/DEV300_next towards DEV300_m100 | sb | 1 | -34/+8 | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | 24 | -139/+32 | |
2011-02-09 | Make stlport only optional dependency of postprocess | Fridrich Štrba | 1 | -1/+1 | |
2011-02-08 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 0 | -0/+0 | |
2011-02-07 | static libraries need to get linked before dynamic ones for symbol lookup | bjoern.michaelsen@canonical.com | 1 | -2/+2 | |
Signed-off-by: bjoern.michaelsen@canonical.com <Bjoern Michaelsen> | |||||
2011-02-07 | Remove dead code | Thomas Arnhold | 7 | -75/+0 | |
2011-02-06 | std::hash -> boost::hash | Fridrich Štrba | 1 | -1/+1 | |
2011-02-05 | move sdk repo to boost unordered containters | Fridrich Štrba | 6 | -67/+67 | |
2011-02-04 | Remove "Visual C++, 32-bit, version 5.0" and prior version of T2TypeClassMap | Joseph Powers | 1 | -11/+0 | |
Fridrich Strba removed this support in his patches to change the class from a std::hash to a boost::unordered_map. | |||||
2011-02-03 | Fix a missed ::std::hash_map to boost::unordered_map typedef | Joseph Powers | 2 | -10/+11 | |
I also added the mac build directory to the gitignore. |