Commit graph

11540 commits

Author SHA1 Message Date
Luboš Luňák
a6347e0971 fix last commit 2011-10-20 19:57:30 +02:00
Luboš Luňák
936d19e606 fix horizontal scrollbars with KDE oxygen style (bnc#722918)
Apparently there are two style flags for detecting the widget
is horizontal.
2011-10-20 19:08:13 +02:00
Luboš Luňák
6163c62a52 let Qt call XInitThreads(), so that it knows it's been called (fdo#40298)
Otherwise QPixmap complains when used outside of the main Qt thread
and resets itself to null pixmap, eventually leading to crashes.
2011-10-20 16:52:38 +02:00
Caolán McNamara
6016eb1ec1 rework sample text generator for different scripts
split out code that creates sample text for different scripts
add extra scripts and sample text
add extra space between sample text preview and font name
add guess-script from opentype unicode coverage bits
split out code that knows the names of symbol fonts which don't
have symbol encoding set
2011-10-20 08:55:02 +01:00
Caolán McNamara
3f9a28f1f7 Resolves: fdo#41556 font sub cache of nameA => nameB is too simplistic 2011-10-19 16:04:01 +01:00
Maxim Iorsh
4ea86b4676 Resolves: fdo#41556 When fontconfig matches italic font, italicity is ignored 2011-10-19 16:04:00 +01:00
Stephan Bergmann
ebd8637de4 Fold spurious vcl/prj/d.lst entries (merge conflict?) into vcl/Package_inc.mk. 2011-10-19 13:43:39 +02:00
Luboš Luňák
7cd58dbe32 style tooltips properly with KDE4 vclplug (fdo#40461) 2011-10-18 17:33:25 +02:00
Cédric Bosdonnat
0541ac3413 vcl: fixed debug build 2011-10-17 11:35:39 +02:00
Caolán McNamara
afd6a9059b ByteString->rtl::OString 2011-10-15 12:18:47 +01:00
Matúš Kukan
31973712c1 move #endif to better place 2011-10-11 16:37:57 +02:00
Caolán McNamara
76a0e6ee30 grab monitors on start also 2011-10-10 17:09:12 +01:00
Caolán McNamara
1f88a2a00d fix the fallback logic 2011-10-10 17:08:37 +01:00
Caolán McNamara
6d768ffb80 ByteString->rtl::OString 2011-10-10 08:51:14 +01:00
Jan Holesovsky
225b8d6bbf Simplify drawing of the toolbar indicator. 2011-10-10 00:40:04 +02:00
Jan Holesovsky
16f5c26989 Improve the look of the 'More' toolbar indicator in the non-NWF case. 2011-10-10 00:10:17 +02:00
Jan Holesovsky
42b8e37570 Make the key names look better under wine. 2011-10-09 20:50:50 +02:00
Stephan Bergmann
d1076b1b7f Second attempt at (cross-platform) OSL_FORMAT. 2011-10-08 18:56:48 +02:00
Tor Lillqvist
256f192582 Revert "Introduced OSL_FORMAT, adpated some places to it."
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage
function cannot return C++ class 'rtl::OString'.

This reverts commit 6b900b8bed.
2011-10-08 15:07:06 +03:00
Stephan Bergmann
6b900b8bed Introduced OSL_FORMAT, adpated some places to it. 2011-10-08 12:59:09 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Pierre-André Jacquod
78b1cc1a08 Revert "cppcheck scope reduction in vcl/..salatsuifontutils.cxx"
This reverts commit e45b962f49.
this is the most probale cause of the breakage on MacOSX tinderbox.
Do not really understand why it should break, but I do not see other
potential guilty commits... No MacOSX at hand... so revert and see
2011-10-07 20:42:31 +02:00
Pierre-André Jacquod
2dc8787d06 cppcheck reduce scope of var in vcl/unx/...wmadaptor.cxx 2011-10-07 15:57:54 +02:00
Pierre-André Jacquod
84ca0da280 cppcheck reduce scope of var in vcl/...bitmapex.cxx 2011-10-07 15:57:51 +02:00
Pierre-André Jacquod
e45b962f49 cppcheck scope reduction in vcl/..salatsuifontutils.cxx 2011-10-07 15:57:36 +02:00
Pierre-André Jacquod
3cf7144e51 cppcheck reduce scope in vcl/.. lstbox.cxx 2011-10-07 15:57:36 +02:00
Pierre-André Jacquod
394e13ea94 cppcheck scope reduction of var in vcl/... bitmap.cxx 2011-10-07 15:57:32 +02:00
Pierre-André Jacquod
e0f9a3411a cppcheck scope reduction in vcl/..ttcr.cxx 2011-10-07 15:57:32 +02:00
Pierre-André Jacquod
a74dec4e61 cppcheck scope reduction of var in vcl/... salprn.cxx 2011-10-07 15:57:31 +02:00
Pierre-André Jacquod
25d189859f cppcheck reduce scope of var in vcl/... salgdi2.cxx and avoid hidden var 2011-10-07 15:57:31 +02:00
Pierre-André Jacquod
03fda3dba9 cppcheck scope reduction of var in vcl/... salbmp.cxx 2011-10-07 15:57:31 +02:00
Caolán McNamara
a99322071a its not a secret which PPD is missing a DefaultResolution 2011-10-07 14:47:02 +01:00
Fridrich Štrba
3daddf9e01 fix also older gtk+ build 2011-10-05 17:31:29 +02:00
Caolán McNamara
ceb199f0bf conversion operator gone now 2011-10-05 09:34:32 +01:00
Caolán McNamara
f42b66cc51 callcatcher: unused methods 2011-10-05 08:58:11 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Tor Lillqvist
d5a5be9e7d WaE: unreachable code 2011-10-04 14:25:41 +03:00
Tor Lillqvist
779ae5ee23 WaE: 'e' : unreferenced local variable 2011-10-04 14:25:38 +03:00
Tor Lillqvist
a2a883c144 Fix build against the 10.4 SDK 2011-10-04 14:24:06 +03:00
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
Tor Lillqvist
84e2f8ff43 Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API 2011-10-03 16:58:43 +03:00
Ivan Timofeev
bd9c699d27 Print preview: set frame size to preview size even if there is no preview 2011-10-03 10:01:40 +01:00
Tor Lillqvist
62892c5cac Kill unused SalFrameWndProcA() function 2011-09-30 16:25:18 +03:00
Tor Lillqvist
d91a698637 Kill unused ImplSalUpdateStyleFontA() function 2011-09-30 16:23:28 +03:00
Norbert Thiebaud
ddc28b8ad6 clean-up ghost traces of unicow 2011-09-30 08:11:31 -05:00
Caolán McNamara
350e1e2456 help gcc 4.6.1 out with ambiguity 2011-09-30 09:09:26 +01:00
Jan Holesovsky
b1920bed1b Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic. 2011-09-29 19:06:38 +02:00
Caolán McNamara
c50612d516 callcatcher: unused code 2011-09-29 09:33:44 +01:00
Tor Lillqvist
69a1f55062 Make deprecation warnings non-fatal even in a -Werror compilation 2011-09-28 17:43:41 +03:00
Tor Lillqvist
bbec618214 WaE: foo does not implement the fooDelegate protocol 2011-09-28 17:43:39 +03:00