Commit graph

15498 commits

Author SHA1 Message Date
Thorsten Behrens
1d9fe262db Put show credits entry into all app ui configs 2010-11-25 23:13:00 +01:00
Caolán McNamara
32346b8113 Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOException
(cherry picked from commit 047a986e3af855cdb4c27274da5a10fb5da37fb6)
2010-11-25 17:47:06 +00:00
Petr Mladek
be5a75bec0 show the control geometric propertis correctly (bnc#610921)
fix by Noel
2010-11-23 21:38:52 +01:00
Petr Mladek
f033400bfa show the really used default icon theme in options (bnc#603169)
check also the icon theme prefered by the native widget plugin

backport from ooo-build-3-2-1
2010-11-23 21:18:44 +01:00
Andras Timar
f863ebc25e fixing overlapping controls 2010-11-20 11:56:50 +01:00
Fridrich Štrba
f7cc5a2b2b Add "ti" without sublang into the encoding list 2010-11-12 18:57:30 +01:00
Petr Mladek
6a0733daff Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3) 2010-11-11 13:24:52 +01:00
Robert Nagy
f0463a9373 add OPENBSD ifdefs where needed 2010-11-08 12:24:55 +01:00
Thomas Klausner
778d7368cb Improve f3d4826fe53173d0f50d53b11cd2b4402b2a286d: avoid duplicate numbers. 2010-11-08 12:24:52 +01:00
Robert Nagy
f33e637b48 Do not use -ldl on OpenBSD and tidy up the .IF block a bit 2010-11-08 12:24:50 +01:00
Robert Nagy
509d298ac8 add OpenBSD platforms 2010-11-08 12:24:46 +01:00
Thorsten Behrens
a060fe5731 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
(cherry picked from commit 78a103ca881d0175d0a3a1bbca2df64cbe63ea77)
2010-11-05 13:25:56 +01:00
Petr Mladek
81e9c78a16 Update BROffice branding for Windows and MAC installer (fdo#31089) 2010-11-03 12:32:05 +01:00
Thorsten Behrens
2b41e3da1b Changing a few more strings to read "LibreOffice"
(cherry picked from commit da9762a0da84a061fd2adadfdb51295357d5e270)
2010-11-03 11:51:16 +01:00
Caolán McNamara
a0e7135737 rhbz#648475# crash in scanner dialog, reset link in dtor 2010-11-01 15:26:43 +00:00
Kalman Szalai - KAMI
adf7dc232d Save 1MB on wizards per language
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
2010-11-01 14:01:10 +01:00
Joseph Powers
ddec70f39e Macro Cleanup in UNO land. 2010-11-01 00:16:13 -05:00
Joost Eekhoorn
a62ff01d8c Use RTL_CONSTASCII_USTRINGPARAM macro 2010-10-31 17:22:39 +00:00
Joost Eekhoorn
b3667c7895 Use RTL_CONSTASCII_USTRINGPARAM macro 2010-10-31 17:20:13 +00:00
Kalman Szalai - KAMI
107303bd3e Adding Barcode extension 2010-10-31 05:14:08 +01:00
Kalman Szalai - KAMI
8bbbd39378 Adding Validator extension 2010-10-31 04:48:55 +01:00
Kalman Szalai - KAMI
6082940ccb Adding Diagram extension
Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
http://wiki.services.openoffice.org/wiki/Diagram_Extension
2010-10-30 20:00:00 +02:00
Caolán McNamara
eec16c4640 include algorithm for std::lower_bound 2010-10-28 20:18:06 +01:00
Michael Meeks
eb3ab31953 re-arrange options dialog to add experimental option 2010-10-28 17:52:27 +01:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +01:00
Jesús Corrius
6a6190a7bb Make some stl functions less ambiguous (fixes VC++ 10 compilation) 2010-10-28 13:55:00 +02:00
Jesús Corrius
409ed5a012 Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation) 2010-10-28 13:28:21 +02:00
Norbert Thiebaud
f14c1f372f remove vos reference from uno xml descriptions 2010-10-27 01:07:59 -05:00
Norbert Thiebaud
e73dde5fb4 Finally, gut the vos module out of the build 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
e042951f36 remvove vos/macros.h usage 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
33cd16725f rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
53c1284cd7 migrate vos::OModule to osl:Module 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
46308b84dd merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
d3d553e1ef merge vosremoval-reference.diff 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
b10b21b999 migrate use of OClearableGuard(SolarMutex) to SolarMutexGuard
3 helper class and a site were using OClearableGuard on the SolarMutex
None of these actually needed the Clearable feature, so
they were replaced by a simple SolarMutexGuard.
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
213c3f8825 remove the class TLBSolarMutex and use SolarMutexGuard instead
The class TBLSolarMutex is a wrapper guard arounf the SolarMutex.
the class SolarMutexGuard already provide this function.
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
3e2c29ba56 remove the class ALBSolarGuard and replace it's use with SolarMutexGuard
ALBSolarGuard is awrapper guard around the SolarMutex
SolarMutexGuard provide this function now.
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
2f21892bef replace BBSolarGuard with SolarMutexGuard
BBSloarGuard iw a simple guard wrapper around the SolarMutex.
the generic SolarMutexGuard provide this feature.
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
df0d006de5 forgot base clase init call 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
08f2eafe26 replace the now superfluous TCSolarGuard with SolarMutexGuard
TCSolarGuard is a class that basically wrapped a Guard around Application::GetSolarMutex()
This function is now provided directly by the SolarMutexGuard class.
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
0d1f3a8577 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
d166c4a022 merge vosremoval-pipe.diff 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
312466f9d4 merge vosremoval-timer.diff 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
b67f62e299 merge vosremoval-conditn patch 2010-10-25 19:55:29 -05:00
Gert Faller
04df950dcc cleanup obsolete comments 2010-10-25 21:36:06 +01:00
Caolán McNamara
a4939e9e41 #i109882# return early in unlikely event of failure 2010-10-25 21:00:26 +01:00
Jan Holesovsky
ed0080c927 Merge commit 'ooo/OOO330_m12' 2010-10-24 15:36:39 +02:00
Joost Eekhoorn
166abea99d translate comment 2010-10-24 13:08:34 +01:00
Noel Power
9c298a8bce get rid of extra PROPERTY_ID_VERTICAL_ALIGN define 2010-10-21 17:52:40 +02:00
Petr Mladek
7cf786c5c6 rename libreoffice-ure package to libreoffice-ure3
we removed the 3rd layer, so the extra package name does not longer makes sense;
it causes conflict with distro specific packages that are not versioned;
discussed on the mailing list
2010-10-21 16:31:25 +02:00