Commit graph

4106 commits

Author SHA1 Message Date
Joseph Powers
7e31ccaa56 High-Contrast Cleanup Phase #1 2010-11-06 10:09:11 -05:00
Thorsten Behrens
73fd318579 Adds extra credits item to help menu
As agreed on yesterday, we want a dedicated credits document
displayed from the help menu. This is the UI/code change for that,
actual credits doc still missing.
(cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)
2010-11-05 14:33:04 +01:00
Caolán McNamara
4d6ec3c619 small startup optimization 2010-10-30 16:11:13 +01:00
Caolán McNamara
0b86f9f2ca small startup optimizations 2010-10-29 16:40:32 +01:00
Caolán McNamara
3ed0d26545 small startup optimization 2010-10-29 16:40:32 +01:00
Caolán McNamara
758c8774fb add modelines to .hxx files as well 2010-10-28 15:51:43 +01:00
Caolán McNamara
e9daae2025 fdo#632229# For unx set WM_CLASSes that matches the .desktop files 2010-10-27 23:09:28 +01:00
Norbert Thiebaud
acccf6e4e4 remove vos reference from uno xml descriptions 2010-10-27 01:08:02 -05:00
Norbert Thiebaud
1df23c08d4 Finally, gut the vos module out of the build 2010-10-25 19:55:34 -05:00
Norbert Thiebaud
119873328a convert vos/process.hxx and related API 2010-10-25 19:55:34 -05:00
Norbert Thiebaud
c17635d575 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:33 -05:00
Norbert Thiebaud
d3756b8b73 merge vosremoval-reference.diff 2010-10-25 19:55:33 -05:00
Norbert Thiebaud
4bd2ed6a91 convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.
Most OClearableGuard of the Solar Mutex could be converted
to a simple SolarMutexGuard.
a couple of site were converted to a SolarMutexClearableGuard,
were converting to a SolarMutexGuard would have made the code more
convoluted.
2010-10-25 19:55:33 -05:00
Norbert Thiebaud
dbd5e19301 Use SolarMutexGuard where appropriate 2010-10-25 19:55:33 -05:00
Norbert Thiebaud
f4f4a8ed4f use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:33 -05:00
Norbert Thiebaud
ef07ecf985 merge vosremoval-timer.diff 2010-10-25 19:55:32 -05:00
Caolán McNamara
7b0546a50c micro optimization 2010-10-25 20:51:18 +01:00
Caolán McNamara
fb8d9b136b micro opts 2010-10-24 21:05:29 +01:00
Jan Holesovsky
fc9171c144 Merge commit 'ooo/OOO330_m12'
Conflicts:
	desktop/source/app/app.cxx
2010-10-24 16:53:14 +02:00
Caolán McNamara
3a99fb0a49 startup optimization, remove unused global strings 2010-10-22 16:52:41 +01:00
Caolán McNamara
978d571bfd startup optimization, remove unused global strings 2010-10-22 16:51:18 +01:00
Caolán McNamara
bd54b1baef startup optimization, remove unused global strings 2010-10-22 16:42:25 +01:00
Caolán McNamara
3973845deb survive missing configuration entries gracefully 2010-10-19 11:56:57 +01:00
Povilas Kanapickas
bc8fcf207f remove non-compiled code 2010-10-18 19:38:00 +01:00
Philipp Lohmann [pl]
4160c3cea7 ooo33gsl11: #i115088# add a nodoc string, workaround botched define in classes/resource.hrc 2010-10-18 17:00:27 +02:00
Michael Meeks
c63d5210fd add lots more missing sal/macros.h includes 2010-10-14 22:33:33 +01:00
Kayo Hamid
b7c82daa28 Switch to use SAL_N_ELEMENTS macro, everywhere 2010-10-14 21:15:24 +01:00
Sebastian Spaeth
8694d2bc19 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:58 +02:00
Caolán McNamara
20658054d8 #i112786# make ConfigManager a well-behaved singleton 2010-10-12 15:34:49 +01:00
Michael Meeks
8b9ddfe4f3 Switch to using installed branding images for the backing items. 2010-10-11 15:19:42 +01:00
David Tardon
d7f2e03cad #i112582# fire focus events from ComboboxToolbarController 2010-10-11 10:12:21 +02:00
Norbert Thiebaud
90090c5684 merge vosremoval-thread patch 2010-10-10 21:29:05 -05:00
Norbert Thiebaud
2811da61ad squash warning. LONG_MAX is not compatible with sal_Int32 2010-10-10 04:30:30 -05:00
Thorsten Behrens
6e9b6af919 framework-menubar-fix.diff: Framework menubar fix 2010-10-09 00:58:40 +02:00
Thorsten Behrens
36c8126b9e Webservice URLs now point to documentfoundation
Changed places referencing OOo webservices to refer to
*.documentfoundation.org instead. Also, append coutry string to URL.
2010-10-07 12:36:59 +02:00
J. Graeme Lingard
8e2ae4afca Remove redundant #include directives & comments 2010-10-06 10:23:23 +02:00
Caolán McNamara
47cda279e7 we see stacktraces with this NULL sometimes :-( 2010-10-06 08:44:41 +01:00
David Tardon
c57cf1ab4a remove more commented out #includes and related comments 2010-10-06 09:34:39 +02:00
Petr Mladek
88e1b85ebe fixed framework includes after removing the guards 2010-10-05 18:11:21 +02:00
Petr Mladek
d890da89f4 more removed include guards using fixguard.py 2010-10-05 18:11:20 +02:00
Petr Mladek
facd86ef9c remove include guards using fixguard.py 2010-10-05 18:11:20 +02:00
Caolán McNamara
0202f20571 be consistent wrt toolbarmanager with icons in menus 2010-10-05 08:51:35 +01:00
Caolán McNamara
34a271a014 use radio buttons for mutually excusive menu options 2010-10-05 08:51:35 +01:00
Lior Kaplan
adf74f4558 Replace hardcoded "product by Oracle" with "product by %OOOVENDOR". 2010-10-04 20:16:27 -04:00
Kohei Yoshida
12748bd7cc Ported calc-insert-current-time-*.diff from ooo-build. 2010-10-04 18:08:18 -04:00
Cédric Bosdonnat
63aca1792e fdo #50533: Localized the links from the start center 2010-10-01 21:04:38 +02:00
Fridrich Štrba
07b5ca666c Replace the "Help Support" menu item by the "License Information" one 2010-09-28 08:44:14 +02:00
Michael Meeks
5cce527cf9 default-no-registration-menu.diff: Remove registration from menu. 2010-09-15 10:52:08 +02:00
Jan Holesovsky
a1f9b7f72a Merge commit 'ooo/OOO330_m7' 2010-09-08 11:34:08 +02:00
Jan Holesovsky
40906e58d2 Merge commit 'ooo/OOO330_m6' 2010-09-07 09:33:02 +02:00