Commit Graph

11354 Commits

Author SHA1 Message Date
Kevin Ottens
037277da3c KWidgets is gone 2013-08-06 18:59:47 +02:00
Alex Richardson
7e8f62acad fix including sortfiltermodeltest.moc 2013-08-06 18:21:25 +02:00
Vishesh Handa
cf445d2cdb Plasma QueryMatch: Fix documentation about non existing parameter 2013-08-06 18:50:27 +05:30
Marco Martin
d654c68713 don't call a ctor from another
this should work with stricter compiler options
2013-08-06 15:06:07 +02:00
Marco Martin
d1a3f07bce stackview has the currentitem, not page property 2013-08-06 14:35:16 +02:00
Eike Hein
f63357bd29 Make the setData() accessor take a QVariant as payload.
The implementation now specifically tries to support byte arrays
being passed in, which is what the base class speaks. To try and
retain the previous behavior anything else is attempted to be
converted to a string and failing that, silently dropped.

REVIEW:111748
CCBUG:322567
2013-08-06 12:01:53 +02:00
Sebastian Kügler
0368d7423c Merge branch 'sebas/kplugins'
This includes the ctor for dataengines, plus some more work on this topic.

REVIEW:111691
2013-08-05 18:37:41 +02:00
Sebastian Kügler
03045bbfd1 Allow a bit more time for copying,
should fix spurious failures on our build slaves
2013-08-05 17:59:32 +02:00
Marco Martin
d49956e458 delay collapse of the applet in popup
is expensive, so event-compress
also, since the creation of qml objects is async (and the event loop will continue to go) it may cause race conditions instead
2013-08-05 17:43:27 +02:00
Sebastian Kügler
b89451fb25 Merge branch 'master' into sebas/kplugins 2013-08-05 16:30:23 +02:00
Marco Martin
100c940a63 propagate size hints from compact representation 2013-08-05 15:46:36 +02:00
Marco Martin
ea42678895 make minimumWidth/maximum/implicit exportable
both the applet and its compact representation can now export minimumWidth,implicitWidth etc and those are exported to the root graphics item.

the minimum width of the applet is used to collapse in popup
2013-08-05 15:37:21 +02:00
Marco Martin
16ad4d7a14 sunc alignment too 2013-08-05 13:50:36 +02:00
Marco Martin
838c8569f9 less noise 2013-08-05 13:44:23 +02:00
Marco Martin
a4d9a394db correctly update layout when the formfactor changes 2013-08-05 13:42:11 +02:00
Marco Martin
ca2f8a7a3a install in the right place 2013-08-05 13:28:59 +02:00
Chusslove Illich (Часлав Илић)
2e7c58b987 Temporary fix for translations location binding.
insertCatalog calls will not be used either way.
2013-08-05 11:19:11 +02:00
Marco Martin
83e5e96278 use controls layouts 2013-08-05 10:47:59 +02:00
Marco Martin
c0f5a18184 proper resize 2013-08-02 20:38:12 +02:00
Marco Martin
66b974be59 reexport screenchanged signal 2013-08-02 17:35:18 +02:00
Marco Martin
3065e80679 adjust borders when the panel moves 2013-08-02 17:33:57 +02:00
Marco Martin
e5eb38faad enable borders based on location 2013-08-02 16:26:36 +02:00
l10n daemon script
07181e036c SVN_SILENT made messages (.desktop file) 2013-08-02 04:25:21 +00:00
Kevin Ottens
3eaa4d83f4 runnermodeltest is manual not automated 2013-08-01 12:38:47 +02:00
Sebastian Kügler
3e35fe8baa Fix multiline qDebug 2013-08-01 12:20:29 +02:00
Sebastian Kügler
d9aa851e17 Fix fallout from qDebug -> kDebug porting
* Multi-line debug statements were essentially broken
* There's still a bunch of #include "QDebug" in there, which seems wrong

* It's not necessary to comment most occurrences in src/plasma, since
  they're wrapped wiht #ifdef NDEBUG already.

CCMAIL:ervin@kde.org
2013-08-01 12:15:38 +02:00
Sebastian Kügler
767cd813ae Fix qDebug/kDebug port
Kevin, this apparently wasn't caught by your script. Just so you know.
:)

CCMAIL:ervin@kde.org
2013-08-01 11:47:01 +02:00
Sebastian Kügler
4f160dd7b0 Add s/qDebug/kDebug script 2013-07-31 23:41:26 +02:00
Sebastian Kügler
f034b84daf add ctor back in that got lost during the merge 2013-07-30 21:31:12 +02:00
Sebastian Kügler
b9dec2cd99 Use kservice test as well 2013-07-30 21:26:47 +02:00
Sebastian Kügler
fd65125a24 Change macro name according to change in kdelibs 2013-07-30 21:26:16 +02:00
Kevin Ottens
0e590217f8 Port away from kdebug 2013-07-30 08:05:09 +02:00
Sebastian Kügler
839c271535 Merge branch 'master' into sebas/kplugins 2013-07-30 01:09:40 +02:00
Giorgos Tsiapaliokas
6d000fe183 s/QVariantHash/QVariantMap.
QVariantHash isn't consumable from QML
2013-07-29 19:09:06 +03:00
Sebastian Kügler
33e7bc3f90 QVL is not needed in private parts 2013-07-29 17:25:08 +02:00
Sebastian Kügler
bed3980eba Add macro for metadata handling, clean up 2013-07-29 17:22:59 +02:00
Sebastian Kügler
66bcd2ba95 Process arguments -- unbreaks plasmapkg 2013-07-29 16:40:11 +02:00
Sebastian Kügler
8da8375802 brutally add KDE4Attic 2013-07-29 11:50:47 +02:00
Sebastian Kügler
89d886ddf9 Port away from KDE4* macros 2013-07-29 00:40:41 +02:00
Sebastian Kügler
66a0a5d4e7 Clean up some KDE4-specific calls 2013-07-29 00:39:32 +02:00
Sebastian Kügler
cf04b69494 Port away from KDE4 2013-07-29 00:18:14 +02:00
Sebastian Kügler
302c10cd9e Check if applet's plugininfo is valid 2013-07-29 00:16:21 +02:00
Sebastian Kügler
186fa2c181 Merge branch 'master' into sebas/kplugins 2013-07-28 13:28:57 +02:00
Sebastian Kügler
6aeac53535 Remove QVariantList from DataEngine ctor 2013-07-28 13:06:32 +02:00
David Faure
07f7fa328c Nothing seems to use libdbusmenu-qt in this module. 2013-07-26 18:01:10 +02:00
Sebastian Kügler
8f65a6c349 Disable KIO::KEMailSettings until it's fixed 2013-07-26 00:54:42 +02:00
Sebastian Kügler
8d21b76595 Reinstate K_EXPORT_PLUGIN 2013-07-26 00:54:12 +02:00
Sebastian Kügler
d3b9cf5f35 merge 2013-07-25 14:45:49 +02:00
Kevin Ottens
c42406cabc Pull in the KDE4Attic dependency 2013-07-25 11:54:15 +02:00
Martin Gräßlin
20b9d17e4c Adjust RunnerManager to new ThreadWeaver API using JobPointer
ThreadWeaver does not use Job* anymore which made the code compile fail
and some connects being wrong.

This patch adjusts RunnerManager to also use QSharedPointer<FindMatchJob>
instead of FindMatchJob*. It simplifies a few things as we do no longer
have to call e.g. qDeleteAll and fixes the incorrect connects.

REVIEW: 111650
2013-07-25 06:58:21 +02:00