summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
AgeCommit message (Expand)AuthorFilesLines
2012-12-19fix KDE file dialog setting checkboxes to trueLuboš Luňák1-1/+1
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-22Adapt some GetUILocale leftoversStephan Bergmann1-5/+5
2012-11-21KDESalGraphics: fix CTRL_LISTNODE drawing in expanded stateIvan Timofeev1-1/+1
2012-11-21KDESalGraphics: transparent background for some widgets, fdo#55952Ivan Timofeev1-0/+5
2012-11-06use the generic LO claim from the about dialog for KDE's internal dataLuboš Luňák1-1/+1
2012-11-06add missing ki18n helper.Michael Meeks1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks16-397/+251
2012-08-08remove include comments and boxesThomas Arnhold1-4/+0
2012-08-01workaround for KFileDialog remembering its settingsLuboš Luňák1-0/+5
2012-08-01do not let LO's autoextension handling interfere with KFileDialog's(fdo#52546)Luboš Luňák1-3/+6
2012-07-01Remove unused definesThomas Arnhold1-6/+0
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev1-7/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold1-3/+0
2012-06-21re-base on ALv2 code.Michael Meeks2-52/+34
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon1-2/+1
2012-05-10do not prepend \n twice, it confuses KFileDialog (rhbz#820439)Luboš Luňák1-3/+0
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat5-0/+989
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan1-34/+0
2012-03-16remove extraneous parenthesesLuboš Luňák1-1/+1
2012-02-27disable -Wshadow for KDE backendsLuboš Luňák2-59/+1
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-12/+0
2012-02-01add a check before a castLuboš Luňák1-0/+1
2012-01-23remove duplicate headerThomas Arnhold1-4/+0
2011-12-22add a note that the Qt bugreport is mistakenLuboš Luňák1-0/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-9/+11
2011-11-28Added upstream bug link.Stephan Bergmann1-0/+2
2011-11-27remove include of pch header from vclNorbert Thiebaud2-4/+0
2011-11-25Fix comment since I had copied from warnings_guard_ne_locksJulien Nabet1-1/+1
2011-11-25Fix the WaE "shadows a global declaration"Julien Nabet2-1/+55
2011-11-01let's see if better eventloop integr. makes it into Qt4.9, if anyLuboš Luňák1-1/+1
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks2-4/+4
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks1-3/+2
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks1-10/+1
2011-10-25generic: try to cleanup SalXLib cruft some moreMichael Meeks1-1/+2
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks4-9/+3
2011-10-25move SalYieldMutexReleaser into a more sensible placeMichael Meeks1-2/+2
2011-10-20fix last commitLuboš Luňák1-1/+1
2011-10-20fix horizontal scrollbars with KDE oxygen style (bnc#722918)Luboš Luňák1-6/+13
2011-10-20let Qt call XInitThreads(), so that it knows it's been called (fdo#40298)Luboš Luňák1-0/+11
2011-10-18style tooltips properly with KDE4 vclplug (fdo#40461)Luboš Luňák1-3/+8
2011-09-05These multi-lingual IMs have been always disabled for LinuxCaolán McNamara1-1/+0
2011-07-22this is definitely not present in Qt 4.8.0 beta1David Tardon1-1/+1
2011-06-18remove dead codeTakeshi Abe1-2/+0
2011-05-31 #include "" -> #include <> for non-local includesLuboš Luňák3-5/+5
2011-05-31do not have a .cxx file just for #including a .moc fileLuboš Luňák3-31/+4
2011-05-29add custom rule to build moc stuff for kde4Caolán McNamara2-0/+61