summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_kde4_moc.mk
AgeCommit message (Collapse)Author
2014-04-25disable KFileDialog usage if QClipboard can recurseLuboš Luňák
Change-Id: If23a365b96c1634c2f8940f6ece973089dc3151f
2014-03-14KDE4: add Qt4 glib ExcludeSocket runtime checkJan-Marek Glogowski
Add a runtime check and configure warning to disable KDE4 native file pickers, if the Qt4 glib dispatcher doesn't honor the QEventLoop::ExcludeSocketNotifiers flag. This way polling the QClipboard using the event loop won't crash LibreOffice with recursive paint events, See https://bugreports.qt-project.org/browse/QTBUG-37380 Change-Id: I5cad30ead74571e49a075c084cca7a19acff7523
2013-06-12allow at least some KDE protocols in KFileDialogLuboš Luňák
Although LO doesn't support all KIO protocols, it supports at least a subset (as can be see also in 673be8e76856c6bc39f448f3374db4ae84258952), so allow at least that subset. Change-Id: I2334764317ffc1e20d234e863b60bcc06d17fde0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan