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
Nicolás Alvarez
0a62e28dfd
Fix typo in plasma apidox.
2011-06-24 23:50:06 -03:00
Marco Martin
7c947d8e96
reset models in the proper way
2011-06-24 23:54:07 +02:00
Marco Martin
c4fb39de30
guard pointers, crash--
2011-06-24 17:58:21 +02:00
Aaron Seigo
666793bff2
remove zoom level
2011-06-24 17:15:12 +02:00
Aaron Seigo
bf17cc308a
move BackgroundHints to Plasma::, make it a plain enum
2011-06-24 16:35:09 +02:00
Script Kiddy
5f2ef62112
SVN_SILENT made messages (.desktop file)
2011-06-21 11:01:05 +02:00
Script Kiddy
25292578ca
SVN_SILENT made messages (.desktop file)
2011-06-21 11:01:05 +02:00
Viranch Mehta
12e7e6f612
Notify when meter's value changes
2011-06-21 01:24:54 +05:30
Marco Martin
9004e56cdb
filter; better add/remove
2011-06-20 18:57:14 +02:00
Marco Martin
317510047d
notify on textChanged, not edited
...
it must be emitted also when changed programmatically
2011-06-20 17:53:20 +02:00
Script Kiddy
6f10918333
SVN_SILENT made messages (.desktop file)
2011-06-20 10:21:19 +02:00
Marco Martin
86d4283ff9
read only property: activeWindow
2011-06-19 23:08:15 +02:00
Marco Martin
3475f99f96
guard against crash
2011-06-19 19:07:55 +02:00
Script Kiddy
57ebcf4eca
SVN_SILENT made messages (.desktop file)
2011-06-19 09:39:29 +02:00
Script Kiddy
25c6e9800a
SVN_SILENT made messages (.desktop file)
2011-06-19 09:39:29 +02:00
Script Kiddy
bd843e3117
SVN_SILENT made messages (.desktop file)
2011-06-18 09:45:26 +02:00
Marco Martin
4888506842
slightly more transparent
2011-06-16 19:29:58 +02:00