Commit Graph

11196 Commits

Author SHA1 Message Date
Sebastian Kügler
d492584d39 Clean up macro usage
exclusively use the installPackage definition from PlasmaMacros.cmake
2013-06-13 02:19:37 +02:00
Sebastian Kügler
1156d89fce find package plasma works now 2013-06-13 01:43:35 +02:00
Sebastian Kügler
7ca5c68ddb Merge branch 'master' into cmake-config 2013-06-13 00:56:55 +02:00
Marco Martin
50ee44b70d Merge branch 'PlasmaTypesClass' 2013-06-12 11:24:03 +02:00
Sebastian Kügler
9900faefa0 Disable all TextAreas
Initializing a TextArea crashes the shell, there's a Qt bug
https://bugreports.qt-project.org/browse/QTBUG-30925 filed about this.

Since we now can't even build against an old-enough Qt, which doesn't
suffer from this crasher, disable the textareas in our code until it's
fixed.
2013-06-11 02:10:06 +02:00
l10n daemon script
6b185d2ba4 SVN_SILENT made messages (.desktop file) 2013-06-08 03:48:30 +00:00
l10n daemon script
881ad505a1 SVN_SILENT made messages (.desktop file) 2013-06-07 03:42:19 +00:00
Gregor Tätzner
ad6f58a16c Fix build error: convert qdatetime to uint 2013-06-05 19:41:58 +02:00
Aaron Seigo
3074728198 missing const 2013-06-05 16:03:54 +02:00
Aaron Seigo
57fc52b385 forward port the cache file versioning so it drops properly in all cases 2013-06-05 15:58:51 +02:00
Aaron Seigo
a1fec8dba8 add ConfigGroup here as well 2013-06-05 14:58:03 +02:00
Marco Martin
7a7914126e Switch is a CheckBox on desktop
the sliding Switch is touch specific
2013-05-25 12:50:32 +02:00
David Faure
3355360444 Ported to QCommandLineParser
(mostly because linking to kde4support doesn't actually work...)
2013-05-24 02:04:08 +02:00
Kevin Ottens
9d93cb7ccc Those files are gone, don't try to install them 2013-05-22 11:06:21 +02:00
Marco Martin
e258111e68 remove some services of deleted stuff
such as wallpapers and toolboxes
2013-05-21 12:02:42 +02:00
Script Kiddy
8df122a0f6 SVN_SILENT made messages (.desktop file) 2013-05-20 09:04:00 +02:00
Script Kiddy
34a379c706 SVN_SILENT made messages (.desktop file) 2013-05-17 09:45:57 +02:00
Marco Martin
669ed7a35c register Units 2013-05-16 13:39:30 +02:00
Marco Martin
9930890ce3 blur behind in the panel controller 2013-05-16 13:08:05 +02:00
Marco Martin
f22e4be172 fix startupcompleted constraints
use the new panel toolbox
2013-05-16 13:08:05 +02:00
Marco Martin
981ae1cdd6 close on focus out 2013-05-16 13:05:04 +02:00
Alex Merry
98130b33fe Add the "theme" directory to the plasmoid directory structure
This adds an extra step to the lookup of SVG images created with the
Svg() global function: after looking in images/ in the plasmoid and then
in the desktop theme, it looks in theme/$DESKTOP_THEME_NAME and then
theme/ in the plasmoid.

This allows plasmoid authors to add images that they want to allow theme
authors to override.

Forward-port of review request 109857.
2013-05-16 13:05:04 +02:00
Alex Merry
ba1a7d0d35 Fix debug build
Fix a pointer-dereference of a non-pointer variable.
2013-05-16 13:05:04 +02:00
Script Kiddy
436fdf1de6 SVN_SILENT made messages (.desktop file) 2013-05-16 09:58:04 +02:00
Marco Martin
749d8d900c add private ctor 2013-05-15 19:56:13 +02:00
Marco Martin
570d0bdc05 export the Plasma::Types object 2013-05-15 19:51:05 +02:00
Marco Martin
aa2c4a6595 add all Q_ENUMS in Plasma::Types 2013-05-15 19:48:44 +02:00
Marco Martin
75cbf80f47 add Units from Plasma1 2013-05-15 17:58:30 +02:00
Marco Martin
e07cbe99af allow last column to be bigger
last column wisth is regulated by the page's implicitWidth, but the
final with will always be a multiple of columnWidth
2013-05-15 14:16:44 +02:00
Marco Martin
40fd2f23ca Rename BackgroundHints 2013-05-14 21:02:54 +02:00
Marco Martin
13045faffa rename ItemStatus 2013-05-14 20:49:50 +02:00
Marco Martin
6e113e6176 rename MarginEdge 2013-05-14 20:37:16 +02:00
Marco Martin
8f2e5b2375 renamed ComponentType 2013-05-14 20:33:34 +02:00
Marco Martin
7761a995f2 rename ImmutabilityType 2013-05-14 20:27:32 +02:00
Aaron Seigo
e4739a9aad Merge branch 'kded_platformstatus' 2013-05-14 19:26:40 +02:00
Marco Martin
aad4945cf8 rename PopupPlacement 2013-05-14 19:16:37 +02:00
Marco Martin
7b3c29ee07 rename Plasma::Position 2013-05-14 19:08:43 +02:00
Marco Martin
6b4d1f31d1 rename Plasma::Direction 2013-05-14 18:44:12 +02:00
Marco Martin
52b42a247e rename Plasma::ActionType 2013-05-14 18:39:07 +02:00
Marco Martin
c90e6d23cf rename Plasma::ContainmentType 2013-05-14 18:34:40 +02:00
Marco Martin
812b9a06ab get rid of Plasma::Location 2013-05-14 18:27:27 +02:00
Marco Martin
9b9fbf6eb9 get rid of Plasma::FormFactor 2013-05-14 18:19:33 +02:00
Marco Martin
ad2fe77745 get rid of Plasma::Constraint 2013-05-14 18:08:58 +02:00
Marco Martin
042267f7a0 blur behind in the panel controller 2013-05-13 17:40:58 +02:00
Marco Martin
bc5d14ddb1 fix startupcompleted constraints
use the new panel toolbox
2013-05-13 14:25:57 +02:00
Marco Martin
9b56022d12 close on focus out 2013-05-13 11:20:42 +02:00
Alex Merry
33d41aea3d Add the "theme" directory to the plasmoid directory structure
This adds an extra step to the lookup of SVG images created with the
Svg() global function: after looking in images/ in the plasmoid and then
in the desktop theme, it looks in theme/$DESKTOP_THEME_NAME and then
theme/ in the plasmoid.

This allows plasmoid authors to add images that they want to allow theme
authors to override.

Forward-port of review request 109857.
2013-05-11 12:30:07 +01:00
Alex Merry
355a95fe92 Fix debug build
Fix a pointer-dereference of a non-pointer variable.
2013-05-11 12:24:24 +01:00
Marco Martin
e07600a83f Put all Plasma emums in a Types class
This makes possible to use them directly frmo QML
as a minus, is not pretty and requires tons of search and replace in old
c++ code
2013-05-10 19:29:13 +02:00
Marco Martin
13c5cf9380 use dialogRoot.vertical 2013-05-09 20:48:36 +02:00