Commit Graph

10285 Commits

Author SHA1 Message Date
Aaron Seigo
a386f40f73 another funny merge blurg 2011-07-13 18:11:19 +02:00
Aaron Seigo
9d48b83dc9 funny merge blurg 2011-07-13 18:10:38 +02:00
Aaron Seigo
97682614dd these list methods, while theoretically useful, were not actually used. out they go.
if we ever need something like this, it should be provided by the plugin itself so
as to be plugin neutral.
2011-07-13 18:04:29 +02:00
Aaron Seigo
dd95295cb0 no reason to provide 3 ways to do something when there are already 2 fine ways 2011-07-13 12:47:58 +02:00
Aaron Seigo
7b1359d2d3 get rid of some dead code 2011-07-13 12:47:46 +02:00
Script Kiddy
6ba042db73 SVN_SILENT made messages (.desktop file) 2011-07-13 09:29:04 +02:00
Marco Martin
6354e56a91 emit visiblechanged when it should 2011-07-12 20:31:29 +02:00
Script Kiddy
a8d7f0f29e SVN_SILENT made messages (.desktop file) 2011-07-12 10:36:11 +02:00
Script Kiddy
471fbd1d30 SVN_SILENT made messages (.desktop file) 2011-07-12 10:36:11 +02:00
Marco Martin
756b3f1685 crash-- move after first call to applet() 2011-07-11 22:44:05 +02:00
Aaron Seigo
05834d8144 Merge remote-tracking branch 'origin/master' into libplasma2
Conflicts:
	plasma/CMakeLists.txt
	plasma/abstractrunner.h
	plasma/animator.h
	plasma/glapplet.h
	plasma/package.h
	plasma/packagemetadata.h
	plasma/packagestructure.h
	plasma/tooltipcontent.cpp
	plasma/tooltipcontent.h
	plasma/wallpaper.h
2011-07-11 21:56:41 +02:00
Aaron Seigo
b29c73f2e1 paint in parent coords, do events in local coords
this makes clicking on the window previews accurate (e.g. clicking at the top of them works)
also some code consistency when iterating over the collections and some cleanups
2011-07-11 21:48:56 +02:00
Aaron Seigo
6150c12907 prevent triggering a crash in Qt's text layouting
also simplifies code as a fun side effect.
2011-07-11 21:48:56 +02:00
Aaron Seigo
f056d71baa simplify 2011-07-11 21:48:56 +02:00
Aaron Seigo
656d6df486 --deprecatedUsage; 2011-07-11 21:48:56 +02:00
Aaron Seigo
a7bb4b26ad mark the methods deprecated as they should be 2011-07-11 21:48:56 +02:00
Aaron Seigo
dedbbb5f56 shush the compiler 2011-07-11 21:48:56 +02:00
Aaron Seigo
2e0b653b48 paint in parent coords, do events in local coords
this makes clicking on the window previews accurate (e.g. clicking at the top of them works)
also some code consistency when iterating over the collections and some cleanups
2011-07-11 21:48:44 +02:00
Aaron Seigo
9021634a1a prevent triggering a crash in Qt's text layouting
also simplifies code as a fun side effect.
2011-07-11 21:48:44 +02:00
Marco Martin
1d5ec8c2e0 insert a catalog named as the plugin name 2011-07-11 21:24:26 +02:00
Dawit Alemayehu
c25f3e4cab Fixed -Wunused-parameter compiler warning.
REVIEW: 101881
2011-07-11 12:45:50 -04:00
Script Kiddy
8319cb5d73 SVN_SILENT made messages (.desktop file) 2011-07-11 10:55:46 +02:00
Script Kiddy
b30f688938 SVN_SILENT made messages (.desktop file) 2011-07-11 10:55:46 +02:00
Script Kiddy
ffa2c8f10a SVN_SILENT made messages (.desktop file) 2011-07-10 09:21:33 +02:00
Script Kiddy
b615e3f5fa SVN_SILENT made messages (.desktop file) 2011-07-10 09:21:33 +02:00
Daker Fernandes Pinheiro
00576442cc Add ButtonRow and ButtonColumn
- Add ButtonGroup.js which contains the logic behind ButtonRow/Column
- Code taken from desktop qt-components

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 19:56:50 -03:00
Daker Fernandes Pinheiro
69670fcd56 Add copyright for BusyIndicator
Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 19:21:24 -03:00
Daker Fernandes Pinheiro
33b63aa125 Change BusyIndicator smoothAnimation property default to be true
- Also simplified the BusyIndicator gallery example

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 18:52:40 -03:00
Daker Fernandes Pinheiro
363e341f66 Remove ListItemView supports
- ListItemView, ListItem were removed because could be easily built using ScrollBar
- ListHighlight was renamed into Highlight

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 18:49:40 -03:00
Montel Laurent
addf0945a1 Fix compile warning 2011-07-08 22:06:29 +02:00
Aaron Seigo
643045abf3 fix the test 2011-07-08 20:47:42 +02:00
Daker Fernandes Pinheiro
30889de6e7 Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton
- To extend the dual state button, just add the visual component in the view property

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 15:11:55 -03:00
Aaron Seigo
b4dbbbb7d0 get rid of the convenience method; not used 2011-07-08 20:08:06 +02:00
Daker Fernandes Pinheiro
a650da9ee5 Add Switch component
API and code based on CheckBox

- Misses the Switch resources
2011-07-08 14:53:52 -03:00
Daker Fernandes Pinheiro
8dc9dcd090 Add keyboard events handling in RadioButton and CheckBox
When space or return is pressed, it changes the component state.

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 14:41:46 -03:00
Daker Fernandes Pinheiro
5ac7ececa9 Add keyboard events handling in Slider
Using the arrow keys enables the user to increase/decrease stepSize units
from the Slider's value.

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 14:41:13 -03:00
Daker Fernandes Pinheiro
decf76214c Add keyboard events support in ScrollBar
Pressing up/down/left/right keys makes the ScrollBar move

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-08 14:40:28 -03:00
Aaron Seigo
755a1f2ba6 more accurate (c) 2011-07-08 19:36:29 +02:00
Script Kiddy
b736b76203 SVN_SILENT made messages (.desktop file) 2011-07-07 18:43:55 +02:00
Aaron Seigo
9188aeab5a fix localIO API calls 2011-07-07 16:29:57 +02:00
Marco Martin
bee77498d8 bind tickInterval property 2011-07-07 15:32:04 +02:00
Script Kiddy
32b36d9d84 SVN_SILENT made messages (.desktop file) 2011-07-07 10:19:16 +02:00
Script Kiddy
4af42a0986 SVN_SILENT made messages (.desktop file) 2011-07-06 19:16:46 +02:00
Script Kiddy
a13881b651 SVN_SILENT made messages (.desktop file) 2011-07-06 10:56:02 +02:00
Script Kiddy
ab013bca0b SVN_SILENT made messages (.desktop file) 2011-07-06 10:41:04 +02:00
Script Kiddy
f9735f2489 SVN_SILENT made messages (.desktop file) 2011-07-06 10:41:04 +02:00
Marco Martin
a9d22b9877 build drag and drop plugin 2011-07-05 21:16:28 +02:00
Marco Martin
93bfcfe8fc drag and drop plugin by Gregory Schlomoff
CCMAIL: gregory.schlomoff@gmail.com
2011-07-05 21:14:04 +02:00
Marco Martin
0b5cc4860f check the properties are really changed 2011-07-05 18:08:33 +02:00
Script Kiddy
4a14a7ce73 SVN_SILENT made messages (.desktop file) 2011-07-05 14:59:46 +02:00