Commit Graph

12829 Commits

Author SHA1 Message Date
Marco Martin
5b546451ea proper find_package 2014-04-04 18:13:48 +02:00
Marco Martin
e6f71eebd1 remove the shell from plasma-framework 2014-04-04 17:55:56 +02:00
l10n daemon script
dc17c39a95 SVN_SILENT made messages (.desktop file) 2014-04-04 05:28:21 +00:00
Marco Martin
2f10450c17 make the animate property do something
BUG:332884
CCBUG:332869
2014-04-03 18:08:13 +02:00
David Edmundson
1a65efb619 Remove now unused code to handle positioning widget explorer 2014-04-03 15:55:46 +02:00
l10n daemon script
8580089efc SVN_SILENT made messages (.desktop file) 2014-04-03 05:09:15 +00:00
Marco Martin
d0908ad735 use views geometries to calculate availableArea
Don't trust anything X11: use our internal tracking of panel
geometries to compute the corona availablescreenarea
also because the space behind a panel not autohide but without struts is to be considered unavailable as well
BUG:332850
2014-04-02 19:39:08 +02:00
Marco Martin
aeabbe9444 new AppletInterface in case of inexistent plugin
if the plugin name is wrong, create a fullfledged appletinterface for the error visualization.
This will make applet removal possible
BUG:332971
2014-04-02 18:59:47 +02:00
Marco Martin
0bc18eef01 fix 2014-04-02 17:07:24 +02:00
Marco Martin
b74e1dab7b proper plugin name 2014-04-02 17:04:27 +02:00
Marco Martin
857b0b8069 don't try to load dataengines with and empty name 2014-04-02 11:12:11 +02:00
l10n daemon script
a08a3934f5 SVN_SILENT made messages (.desktop file) 2014-04-02 04:58:51 +00:00
Marco Martin
93286d6a0f fix css 2014-04-01 17:21:45 +02:00
Marco Martin
2fd322536b text areas use textViewColor 2014-04-01 17:18:12 +02:00
Marco Martin
bac95f9f82 icons on buttons readable on dark themes 2014-04-01 17:12:12 +02:00
Marco Martin
da650d0f46 add a script to fix the definition in the svg
inkscape likes to hardcode the color in the elements,
remove all those that use css instead
2014-04-01 16:32:01 +02:00
Marco Martin
ee6ef01e0a use buttonBackground color in the css 2014-04-01 16:30:24 +02:00
Marco Martin
d6691dd361 fix css colors 2014-03-31 20:51:19 +02:00
Marco Martin
d597e07fd5 remove dead code 2014-03-31 20:37:52 +02:00
Marco Martin
a326f85cd8 a breeze-dark theme
this theme won't have any graphics, just colors that get applied with css on the default svgs
2014-03-31 20:36:37 +02:00
Marco Martin
d15ec14b05 remove appdashboard theme 2014-03-31 19:57:08 +02:00
Martin Klapetek
461042a240 Use installEventFilter calls properly
Should fix some font-change related bugs
2014-03-31 18:49:45 +02:00
Marco Martin
82e9bd46d0 don't depend from Qt5Declarative
That's the qt5 port of QGraphicsView-based QML
2014-03-31 18:37:28 +02:00
Marco Martin
7438ba4164 ignore close events
try harder to not get automatically moved or resized.
on wayland probably kwin shouldn't even rty to auto position frameless windows from the plasma process, but for now is a workaround
2014-03-31 18:32:27 +02:00
David Edmundson
e59a86da32 Supress warning of re-defined signal in panelview 2014-03-31 17:47:06 +02:00
Marco Martin
7b8d70a348 plasma doesn't depend from kdnssd anymore 2014-03-31 16:45:16 +02:00
Marco Martin
8c54e053a1 alt+f4 shouldn't work on the dashboard
BUG:332810
2014-03-31 16:44:45 +02:00
l10n daemon script
9def2991df SVN_SILENT made messages (.desktop file) 2014-03-31 04:36:21 +00:00
Aleix Pol
018bd82aca Drop QApplication usages in units.cpp
Drop dependency to QtWidgets from this file. We can start assuming that it
might not be that functional in some platforms.
Use QGuiApplication counterparts, based mostly on QScreen, which could make
it more powerful in the future.

REVIEW: 117161
2014-03-30 23:05:51 +02:00
David Faure
37179fb7a0 Include ksharedconfig.h (since it will be removed from kpluginfactory.h) 2014-03-29 08:22:28 +01:00
David Faure
ae9cd4d7a9 Upgrade ECM version requirement and KF5 version. 2014-03-29 07:52:48 +01:00
l10n daemon script
8d786e2b48 SVN_SILENT made messages (.desktop file) 2014-03-29 04:57:32 +00:00
Marco Martin
91cb51e3c3 fix behavior of inverted sliders
BUG:332688
2014-03-28 11:51:19 +01:00
Marco Martin
f3aed6ac4a less groowe width rather reposition of handle
BUG:332587
2014-03-28 11:43:51 +01:00
Marco Martin
144026951e add activities() to the script engine 2014-03-28 11:13:33 +01:00
Marco Martin
5cfa48062e add setCurrentActivity to scripting 2014-03-28 11:04:36 +01:00
Marco Martin
4b7b2356e0 create the containmentonly in insertActivity, for scripting 2014-03-28 11:04:36 +01:00
l10n daemon script
62f5da2ced SVN_SILENT made messages (.desktop file) 2014-03-28 05:04:36 +00:00
Marco Martin
abdca6f189 Make the desktop scripting activity aware:
adapt the desktop scripting from the time when Containment == activity to creating actual activities

* activities() -> desktops()
* activityById() -> desktopById()
* activityForScreen() -> desktopForScreen()

To create a new activity, there is the new global function
createActivity(activtyName, containmentPlugin (optional))

when you want to access the actual containments created by the activity, you do

Array[containments] = desktopsForActivity(activityId)
2014-03-27 21:39:36 +01:00
Ivan Čukić
04bf0ddaed The icon dialog can now be closed on request 2014-03-27 20:11:28 +01:00
Ivan Čukić
f53a976ae7 Bypassing the window manager does not imply no focus 2014-03-27 19:51:16 +01:00
Martin Gräßlin
e2620708b8 XCB::COMPOSITE depends on XCB::XFIXES and XCB::RENDER
This fixes the not building of the ThumbnailComponent with thumbnail
support.
2014-03-27 14:36:40 +01:00
Marco Martin
5b4e2bff36 when the controller is open, force panel mode
force to "Windows can cover" when the controller is open: it's the least dangerous mode.
this also disables the struts while the controller is open, this makes panel resize faster
Means the behavior of struts disabling is *INTENDED*
BUG:332187
BUG:332592
2014-03-27 12:37:40 +01:00
l10n daemon script
8d4b9933e4 SVN_SILENT made messages (.desktop file) 2014-03-27 04:52:00 +00:00
Bhushan Shah
79684002f6 Formats are now part of KDeclarative repo 2014-03-27 01:57:47 +05:30
Marco Martin
a26e04f93b make documentation build 2014-03-26 15:19:50 +01:00
Marco Martin
606ec7e60c subtree merge of plasmapkg documentation 2014-03-26 15:17:19 +01:00
Martin Klapetek
ce878ee787 Use installEventFilter properly
BUG: 332501
2014-03-26 14:24:46 +01:00
Sebastian Kügler
dbbf69b4c5 Use Font.Light variants for PlasmaExtras' Heading and Title 2014-03-26 01:17:11 +01:00
Sebastian Kügler
993d4e56c0 More refined font tests in testtheme applets 2014-03-26 01:10:41 +01:00