Commit Graph

10318 Commits

Author SHA1 Message Date
Marco Martin
b9642137f2 fix Dialog installation 2012-01-27 18:53:54 +01:00
Marco Martin
a3ac08ee58 proper import 2012-01-27 18:18:00 +01:00
Aleix Pol
4905917342 Add an accepted signal in the TextField Plasma Component.
REVIEW: 103795
2012-01-27 16:11:08 +01:00
Aaron Seigo
64f687dda0 hide tooltips on the applet when the handle is hovered 2012-01-27 15:34:01 +01:00
Aaron Seigo
2213eac61a the delay is an int not a real and is in ms 2012-01-27 15:34:01 +01:00
Aaron Seigo
6018fc0c35 ensure a minimum delay of 200ms for tooltips newly shown, respect that the default is an int not float 2012-01-27 15:34:01 +01:00
Sebastian Trueg
1de227bbba Merge branch 'nepomuk/DmsPort-resourceWatcher' into tmp
Conflicts:
	cmake/modules/FindXine.cmake
2012-01-27 14:19:44 +01:00
Script Kiddy
fa05392f1c SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:07 +01:00
Script Kiddy
cf6ba1c4cf SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:07 +01:00
Aleix Pol
35ce9cc094 Add some Q_PROPERTIES to Plasma::AbstractRunner.
Lets QML scripts to access some Runner description features.

REVIEW: 103718
2012-01-27 14:18:07 +01:00
Script Kiddy
84f82c1ba2 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:06 +01:00
Aaron Seigo
99c7d3f5f3 only check for remote settings if we generated the dialog ourselves 2012-01-27 14:18:06 +01:00
Script Kiddy
361b7c721f SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:04 +01:00
Script Kiddy
65c4fdf297 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Script Kiddy
7ff6acfb14 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Script Kiddy
325891a4df SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Nikita Churaev
fae651d578 Fix one-pixel distance from some edges.
REVIEW: 103595
2012-01-27 14:18:02 +01:00
Script Kiddy
7c0f75a997 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:02 +01:00
Script Kiddy
7a7ebe00d2 SVN_SILENT made messages (.desktop file) 2012-01-27 14:17:41 +01:00
Aaron Seigo
ac344dba18 add missing return statement 2012-01-27 11:08:19 +01:00
Marco Martin
0c3a4252af Merge branch 'KDE/4.8'
Conflicts:
	kurifilter-plugins/ikws/searchproviders/cpan.desktop
2012-01-26 22:06:22 +01:00
Marco Martin
46ba74adb1 Merge branch 'KDE/4.8'
Conflicts:
	kurifilter-plugins/ikws/searchproviders/cpan.desktop
2012-01-26 22:06:22 +01:00
Marco Martin
0dfbaa1525 avoid double pushes 2012-01-26 21:59:20 +01:00
Marco Martin
322eee473e fix painting issues 2012-01-26 21:39:46 +01:00
Marco Martin
ea5a179ec9 fix painting issues 2012-01-26 21:38:39 +01:00
Giorgos Tsiapaliwkas
4829d45f95 1.Fix then enums
2.Place the emit foo() first and then the return foo;
2012-01-24 21:02:33 +02:00
Giorgos Tsiapaliwkas
7b25bb5b34 Remove unnecessary signals and replace KLocale with Locale. 2012-01-24 21:01:46 +02:00
Giorgos Tsiapaliwkas
7f5c24018c remove unnecessary linking from the cmake 2012-01-23 21:45:04 +02:00
Giorgos Tsiapaliwkas
7a5880c6a5 add the locale folder in the cmake 2012-01-23 21:44:28 +02:00
Giorgos Tsiapaliwkas
a7098018c5 Add again Q_DECLARE_FLAGS and fix some typos 2012-01-23 21:43:42 +02:00
Giorgos Tsiapaliwkas
9581c33be2 fix some typos 2012-01-23 21:16:14 +02:00
David Faure
61437923db Make kauth follow the standard directory organization
No autotests though...
2012-01-23 13:25:23 +01:00
David Faure
9c6bf7c1cb Rename framework libkarchive -> karchive 2012-01-23 12:41:56 +01:00
David Faure
656d7a2d99 Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
Conflicts:
	CMakeLists.txt (version)
	plasma/data/services/plasma-applet-extenderapplet.desktop (deleted in frameworks)
2012-01-23 11:06:24 +01:00
David Faure
075e9a7383 Merge remote-tracking branch 'origin/KDE/4.8' 2012-01-23 11:01:38 +01:00
Giorgos Tsiapaliwkas
64a70e4ae5 Merge branch 'master' into plasma/terietorANDkokeroulis/KLocaleQMLBindings 2012-01-22 10:50:12 +02:00
Script Kiddy
fd2357e7d9 SVN_SILENT made messages (.desktop file) 2012-01-20 10:46:57 +01:00
Giorgos Tsiapaliwkas
311ab5b82b Add a ctor 2012-01-19 22:16:14 +02:00
Giorgos Tsiapaliwkas
f4fc499a41 fix some typos 2012-01-19 22:12:26 +02:00
Script Kiddy
aa2f54b8ae SVN_SILENT made messages (.desktop file) 2012-01-19 09:08:22 +01:00
Marco Martin
6d4ad45c84 ensure the text field has focus 2012-01-18 16:49:12 +01:00
Marco Martin
7a656708fe simplify the slidingpopups call 2012-01-18 14:23:08 +01:00
Marco Martin
4dca0e4d12 dismiss dialog close if we are over the dialog at button release 2012-01-18 14:10:14 +01:00
Aleix Pol
bbadb17844 Add some Q_PROPERTIES to Plasma::AbstractRunner.
Lets QML scripts to access some Runner description features.

REVIEW: 103718
2012-01-18 12:52:46 +01:00
Marco Martin
3f73928cf9 fix text centering when needed 2012-01-18 11:40:08 +01:00
Antonis Tsiapaliokas
de6ae24554 Create localebindingsplugin.{cpp,h},CMakeLists.txt,qmldir 2012-01-18 11:32:49 +02:00
Antonis Tsiapaliokas
78a91a7cc9 renamed: core/Locale.cpp -> locale/locale.cpp
renamed: core/Locale.h -> locale/locale.h
2012-01-18 18:15:07 +02:00
Antonis Tsiapaliokas
35e1620759 remove the "@since" 2012-01-18 18:12:41 +02:00
Marco Martin
468b015ce6 make sure the proper window is active 2012-01-17 16:49:53 +01:00
Marco Martin
43eb9c5967 tell why hasOverState exists 2012-01-16 21:29:34 +01:00