Commit graph

875 commits

Author SHA1 Message Date
Kevin Hunter
7be259b371 cppcheck: post- to pre- *crement change 2011-02-11 20:51:24 +00:00
Sébastien Le Ray
cef949150d Fixes bug fdo#31252 - Overwrite dialog improvment. 2011-02-11 19:39:41 +01:00
Tor Lillqvist
2bebe311aa Adapt to move of prewin.h and postwin.h 2011-02-08 14:01:12 +02:00
Fridrich Štrba
bb564bec13 migrate to use boost unordered containers 2011-02-05 13:18:52 +01:00
Caolán McNamara
03d088a931 std::cout used in non-debug mode 2011-02-02 11:47:27 +00:00
Thomas Arnhold
98df445a7d Clean up makefiles 2011-02-02 12:11:50 +01:00
David Tardon
a9ce1376c3 do not annoy with debug printouts on dbglevel=1 2011-02-02 09:32:07 +01:00
Thomas Arnhold
9d4fdd4f18 Clean up makefiles 2011-02-01 17:56:10 +01:00
Thomas Arnhold
cd7d5fa675 Remove FS_PRIV_DEBUG directive. 2011-01-28 15:54:35 +01:00
Caolán McNamara
259c23ede7 Related: rhbz#672872 cancel gtk file-dialog on desktop::terminate 2011-01-27 16:41:00 +00:00
Caolán McNamara
cde0d74192 WaE: gcc 4.6.0 various warnings 2011-01-27 11:26:22 +00:00
Kenneth Venken
2e2cb4bbe2 Cpp cleanliness: redundant assignment to self 2011-01-26 20:25:52 +00:00
Tor Lillqvist
fafac03b95 Stricter type correctness to avoid 64-bit compilation errors 2011-01-25 03:18:11 +02:00
Caolán McNamara
981c242334 WaE: gcc 4.6.0 various warnings 2011-01-24 10:40:19 +00:00
Luboš Luňák
5d39c7f613 fix KDE3 library search order (fdo#32797)
Use LINKFLAGS instead of STDLIBS, as the latter comes way too late
in the link command and may result in some stray -L/usr/lib getting
before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed
under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib,
this could cause using wrong libraries.
2011-01-21 20:50:23 +01:00
Thomas Arnhold
88fa511a77 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:23:45 +01:00
Caolán McNamara
3e0cce71cd equalsAsciiL faster than equalsAscii 2011-01-16 21:29:14 +00:00
David Tardon
963eaad378 remove superfluous includes 2011-01-14 15:58:29 +01:00
David Tardon
7d1bc6148d remove superfluous includes 2011-01-14 15:58:29 +01:00
David Tardon
b80088f014 specify array size as a constant 2011-01-14 15:58:28 +01:00
David Tardon
942b844bc2 use SAL_N_ELEMENTS to compute array size 2011-01-14 15:58:28 +01:00
Caolán McNamara
3b81384380 WaE: unused parameters 2010-12-17 11:41:09 +00:00
Luboš Luňák
7b4ecc59bb convert from the KDE pattern|description format if needed, just in case 2010-12-15 15:44:47 +01:00
Luboš Luňák
ff3f9438fb save with the proper .doc variant (fdo#32219)
KFileDialog::currentFilter() returns only the pattern and not
the full filter text, so *.doc alone is ambiguous.
2010-12-15 15:25:37 +01:00
Luboš Luňák
7830760767 minor fix in a comment 2010-12-15 15:25:37 +01:00
Michael Meeks
cefbbb1be2 remove unused ImageButton 2010-12-13 21:11:48 +00:00
Takeshi Abe
0b30cb7e66 Replace all occured, occurance etc. 2010-12-06 09:13:26 +00:00
Caolán McNamara
a642c0eb51 callcatcher: uncalled and uncallable methods 2010-12-03 20:38:48 +00:00
Rene Engelhard
299359d0b8 Merge branch 'libreoffice-3-3' 2010-11-26 17:50:29 +01:00
Cédric Bosdonnat
4268d52db2 When saving a docx file to doc, the used filter is docx. 2010-11-26 15:45:40 +01:00
Joseph Powers
55e0fe6263 Removing the last of the HC ions from libs-core 2010-11-22 18:27:43 -08:00
Julien Nabet
250fe869c1 RTL_CONSTASCII_USTRINGPARAM improvements 2010-11-20 17:21:10 +00:00
Muthu Subramanian K
25a3bf71f3 i#112411: Fixed Gnome filepicker filter selection 2010-11-10 13:52:53 +01:00
Muthu Subramanian K
f412531358 i#112411: Fixed Gnome filepicker filter selection 2010-11-10 13:43:02 +01:00
Joseph Powers
7e31ccaa56 High-Contrast Cleanup Phase #1 2010-11-06 10:09:11 -05:00
Thorsten Behrens
5a1cfb52bb Have Info.plist use LibO instead of OOo2 as creator
This fixed fdo#30569. There were several places where mac-specific
platform files had 'OOo2' hardcoded. Changed this to LibO.
(cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1)
2010-11-05 16:18:15 +01:00
Thorsten Behrens
3f03c66d0d Have Info.plist use LibO instead of OOo2 as creator
This fixed fdo#30569. There were several places where mac-specific
platform files had 'OOo2' hardcoded. Changed this to LibO.
2010-11-05 16:16:58 +01:00
Caolán McNamara
7148184cd3 explicit X11 for Xlib calls 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
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
f4f4a8ed4f use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:33 -05:00
Povilas Kanapickas
bc8fcf207f remove non-compiled code 2010-10-18 19:38:00 +01:00
Caolán McNamara
34f1c06830 #i112656# add osl_setEnvironment and osl_clearEnvironment 2010-10-18 15:42:48 +01:00
Luboš Luňák
39ab4ede2a rely on KFileDialog for automatically adding extension
Otherwise there are two checkboxes, and since it's difficult to get
at the KFileDialog one, just assume it does the right thing (which
additionally makes it consistent with other KDE apps).
2010-10-15 21:03:59 +02:00
Luboš Luňák
6fcf549b01 do not use generic class names in the KDE3 fpicker code 2010-10-15 19:58:47 +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
Luboš Luňák
58fdac4636 better fix for QClipboard blocking, future-proof 2010-10-14 18:15:09 +02:00
Caolán McNamara
5d78ff3bca fix AIX build 2010-10-13 20:30:55 +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