Caolán McNamara
d8a75be8ee
overly static
2011-06-01 15:21:54 +01:00
Caolán McNamara
d248451ca3
use tunnel pattern here
2011-06-01 15:21:54 +01:00
Caolán McNamara
d3050b7e9f
use tunnel pattern here
2011-06-01 15:21:54 +01:00
Caolán McNamara
386cc4f051
unotunnelhelper.hxx unused
2011-06-01 15:21:54 +01:00
Caolán McNamara
14b332dd4d
this is overly static for little gain
2011-06-01 15:21:54 +01:00
Caolán McNamara
8e2ee35376
use comphelper pattern here
2011-06-01 15:21:54 +01:00
Caolán McNamara
c58129312b
add Sequence header
2011-06-01 15:21:54 +01:00
Caolán McNamara
c532fd3e08
make this a well-behaved singleton
2011-06-01 15:21:54 +01:00
Caolán McNamara
c35b12cc0a
extend this to headless plugin as well
2011-06-01 15:21:54 +01:00
Caolán McNamara
dd11d24026
use well behaved singletons
2011-06-01 15:21:54 +01:00
Caolán McNamara
f90cb6c111
call dispose
2011-06-01 15:21:53 +01:00
Joseph Powers
3c16062109
Replace List in SvTreeList with a vector<>
2011-06-01 04:55:18 -07:00
Andras Timar
53bf10408d
remove unused l10ntools
2011-05-31 21:23:43 +02:00
Luboš Luňák
99dd038001
vcl::DeleteOnDeinit for static BitmapEx objects
...
they should not outlive VCL cleanup (need X connection, etc.)
2011-05-31 20:55:53 +02:00
Luboš Luňák
6e20f6a854
implement vcl::DeleteOnDeinit::reset()
...
the class is pretty bad API without it
2011-05-31 20:54:58 +02:00
Luboš Luňák
3d87ce7865
proper debug output again, enabled by mistake
2011-05-31 18:27:15 +02:00
Luboš Luňák
61acd9e800
move kde_headers.h to other inc/unx/kde headers
2011-05-31 18:23:24 +02:00
Luboš Luňák
2dfbdb6fb0
use enum instead of strings for desktop types
...
welcome to the future! (well, almost)
2011-05-31 18:20:17 +02:00
Luboš Luňák
4ed61b6dca
SAL_DLLEXTENSION should not be used here
...
probably result of a bad merge
2011-05-31 17:27:09 +02:00
Luboš Luňák
f94fc773b3
desktop detector stuff is desktop_detector, not vclplug_kde
2011-05-31 17:24:08 +02:00
Luboš Luňák
f5497068c5
#include "" -> #include <> for non-local includes
2011-05-31 15:02:56 +02:00
Luboš Luňák
53a16157cb
do not have a .cxx file just for #including a .moc file
2011-05-31 14:21:30 +02:00
Luboš Luňák
65347f4b1c
fix include path for KDE3 build
2011-05-31 13:56:36 +02:00
Jan Holesovsky
a0cdfdc157
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
2011-05-31 10:47:34 +02:00
Jan Holesovsky
ec6c98105a
Merge commit 'libreoffice-3.4.0.2'
...
Conflicts:
svtools/source/filter/wmf/winmtf.hxx
tools/source/fsys/urlobj.cxx
unotools/source/config/configmgr.cxx
unotools/source/config/makefile.mk
vcl/inc/vcl/cursor.hxx
vcl/source/gdi/outdevnative.cxx
vcl/source/window/abstdlg.cxx
vcl/source/window/toolbox.cxx
vcl/unx/generic/printer/ppdparser.cxx
vcl/unx/generic/printer/printerinfomanager.cxx
2011-05-31 10:45:54 +02:00
Tor Lillqvist
05c950fe29
Fixes to make it compile on Windows
2011-05-30 19:57:45 +03:00
Tor Lillqvist
00f5e8f623
Link with the "version" library on Windows
2011-05-30 19:57:43 +03:00
Tor Lillqvist
072d097e49
Match the less clash-prone gobject DLL name we now produce
2011-05-30 19:57:41 +03:00
Tor Lillqvist
3b11d0b97a
Link with graphite2_off on Windows, too
2011-05-30 19:57:39 +03:00
Joseph Powers
1132353886
White space cleanup.
...
No code changes
2011-05-30 05:10:40 -07:00
Korrawit Pruegsanusak
cda4a29360
Code cleanup
...
* Remove dead code lying since 2001
* Remove duplicate if checking
* So unindent the code
Released under LGPLv3+/MPL
2011-05-30 12:27:26 +01:00
Caolán McNamara
da94363ed7
add custom rule to build moc stuff for kde4
2011-05-29 22:26:41 +01:00
Caolán McNamara
9c1f42a13b
make this compile
2011-05-29 14:52:13 +01:00
Tor Lillqvist
d892a900e3
Fix compilation errors on Windows, linking errors remain
2011-05-28 23:24:40 +03:00
Tor Lillqvist
46dd0c2cf1
chmod -x
2011-05-28 22:39:50 +03:00
Tor Lillqvist
9ff135581c
Attempt to fix vcl build on Windows
2011-05-28 22:39:48 +03:00
Julien Nabet
845c261d8c
fix 2 bugs, there are still for a complete compilation with kde4
2011-05-28 15:54:14 +02:00
Nigel Hawkins
55076cad2d
Replace cstdio with iostream in fastserializer.cxx
2011-05-28 13:45:34 +01:00
David Tardon
bb471e9372
fix build with ENABLE_DBUS
2011-05-28 07:06:17 +02:00
David Tardon
a0a2956a68
this must be #if defined(DBG_UTIL) for now
...
If this bold font testing is actually useful, IMHO the best approach is
to make it depend on an env. variable, e.g., SAL_TEST_BOLDAPPFONT.
Otherwise it should just be scrapped.
2011-05-28 06:57:47 +02:00
Norbert Thiebaud
a4ab5f421e
fix tab vs sapce in Makefile
2011-05-27 17:31:03 -05:00
Thorsten Behrens
c67eef40f5
Fix dbgutil build after m106 merge
2011-05-27 23:33:43 +02:00
Nigel Hawkins
7ec24fbe56
Fix build breakage with debug enabled.
2011-05-27 21:01:54 +01:00
Jan Holesovsky
66bf06edd0
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
...
Conflicts:
vcl/source/control/makefile.mk
vcl/unx/generic/printer/ppdparser.cxx
2011-05-27 21:12:53 +02:00
Jan Holesovsky
9e5584a826
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
cppcanvas/source/mtfrenderer/implrenderer.cxx
i18npool/inc/i18npool/lang.h
i18npool/source/isolang/isolang.cxx
svtools/source/filter/exportdialog.cxx
svtools/source/graphic/grfmgr.cxx
vcl/aqua/source/dtrans/aqua_service.cxx
vcl/aqua/source/window/salframe.cxx
vcl/inc/sft.hxx
vcl/inc/unx/pspgraphics.h
vcl/inc/vcl/cursor.hxx
vcl/inc/vcl/gdimtf.hxx
vcl/inc/vcl/settings.hxx
vcl/prj/d.lst
vcl/source/app/settings.cxx
vcl/source/control/edit.cxx
vcl/source/gdi/gdimtf.cxx
vcl/source/window/cursor.cxx
vcl/source/window/window.cxx
vcl/unx/generic/fontmanager/fontconfig.cxx
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
vcl/unx/kde4/KDESalGraphics.cxx
2011-05-27 20:47:31 +02:00
Nigel Hawkins
61e112b8ac
Remove last trace of SvXub_StrLensSort. LGPLv3+/MPL.
2011-05-27 18:14:06 +01:00
Nigel Hawkins
5813da3049
Remove last traces of SvULongsSort. LGPLv3+/MPL.
2011-05-27 17:30:47 +01:00
Nigel Hawkins
380b9b03ec
Remove use of SvULongsSort in svlbox.cxx. LGPLv3+/MPL.
2011-05-27 17:23:59 +01:00
Thorsten Behrens
f8e2114229
Fix build breakage (dbgutil build)
2011-05-27 17:03:19 +02:00
Rafael Dominguez
c711904053
Make sure we dont oob when erasing.
...
Signed-off-by: Noel Power <noel.power@novell.com>
2011-05-27 10:12:04 +01:00