Giorgos Tsiapaliwkas
a0e5437a27
Install the qmldir in the right directory
2012-06-12 16:49:29 +03:00
Antonis Tsiapaliokas
38d22923b4
Plasmapkg -t can now detect the correct serviceType
2012-06-11 03:25:41 +03:00
Antonis Tsiapaliokas
32a46daa56
QML staff with serviceType KWin/{WindowSwitcher,Effect,Script} are now
...
being installed on ${DATA_INSTALL_DIR}/${KWIN_NAME}/
2012-06-10 14:10:33 +03:00
Christophe Giboudeaux
ec788f1f47
Fix the fix.
...
If the config file is called KActivitiesConfig, the variable set is KActivities_FOUND
CCMAIL:winter@kde.org
2012-06-10 10:09:30 +02:00
Allen Winter
1d24b7a61d
remove REQUIRED from the find_package(KActivities).
...
then tell the macro_log_feature that KActivities is required.
this way, if people are missing KActivities they will get a nice log
message about it.
2012-06-09 13:04:40 -04:00
Aurélien Gâteau
fc0f700c9d
Fix text colors on TabButton and ToolButton
...
When the widgets use the button background frame, use buttonTextColor.
When they do not use any background frame, use textColor.
Avoids unreadable text with Oxygen
REVIEW: 105163
2012-06-09 10:12:05 +02:00
Aurélien Gâteau
0aaf3f4760
Use the same text color as C++ Plasma::LineEdit
...
Plasma::LineEdit uses the button text color for its text. Do the same
in PlasmaComponents.TextField to avoid white text on white background with
Oxygen theme.
Also use button text color for PC.TextArea because it uses the same
background frame as PC.TextField (P.TextEdit, its C++ equivalent, does not
have any background frame)
REVIEW: 105159
2012-06-09 10:12:05 +02:00
Sebastian Kügler
e27c827fba
Mention enabled property in ToolButton's APIDOC
2012-06-08 12:49:36 +02:00
Script Kiddy
5e7cd1bbd0
SVN_SILENT made messages (.desktop file)
2012-06-07 11:53:06 +02:00
Sebastian Kügler
3a8a66dc47
shadow between context area and toolbar
2012-06-06 02:26:47 +02:00
Sebastian Kügler
1ee3fbaf21
Contextarea goes under the main item, correct shadow
2012-06-06 00:55:19 +02:00
Sebastian Kügler
ba689faf16
Fix warnings in color assignments
2012-06-05 03:31:04 +02:00
Marco Martin
2084d29735
support minimumSize in the compactRepresentation
2012-06-04 22:45:11 +02:00
Aaron Seigo
4698241d8d
improve build
2012-06-04 15:28:07 +02:00
Aaron Seigo
55fe4e9b55
don't use ksycoca when it isn't availableto us
2012-06-04 15:28:07 +02:00
Aaron Seigo
a4e9bb5f6c
QCoreApplication is enough.
2012-05-31 14:16:20 +02:00
Script Kiddy
797163b932
SVN_SILENT made messages (.desktop file)
2012-05-30 10:50:06 +02:00
Aurélien Gâteau
bb8eef7db1
Introduct mapRowToSource and mapRowFromSource
...
REVIEW: 105044
2012-05-29 17:42:11 +02:00
Aurélien Gâteau
0ddb12cf96
Do not reset model while changing the regexp
...
There is no need to do so, QSortFilterProxyModel correctly adjust rows
REVIEW: 105042
2012-05-29 17:42:11 +02:00
Aurélien Gâteau
f145e1de8e
Fix behavior of "runners" property
...
This commit changes the behavior of the "runners" property when no manager
has been created yet:
- Setting the property emits runnersChanged()
(unless it is the same as the old value)
- Reading the property after setting it returns the new value
REVIEW: 105024
2012-05-29 17:42:11 +02:00
Aaron Seigo
fb6b4ecc09
handle single mode better
2012-05-28 19:43:34 +02:00
Marco Martin
c049c116cf
integer number of rectangles for progressbar too
2012-05-28 14:49:36 +02:00
Marco Martin
d3d8107e88
reset position when not indeterminate anymore
2012-05-28 14:49:35 +02:00
Luís Gabriel Lima
999dd60721
Adding notify signals to SvgItem
...
These signals are being added in order to keep track of property
changes in the QML side.
Signed-off-by: Luís Gabriel Lima <lampih@gmail.com>
2012-05-28 08:51:32 -03:00
Sebastian Kügler
bcd6a0cc55
Fix text field color
2012-05-21 19:40:23 +02:00
Sebastian Kügler
f3dff31f05
Fix password character
2012-05-21 19:40:23 +02:00
Sebastian Kügler
b63d1feae4
sync passwword charactor with desktop version
2012-05-21 19:40:23 +02:00
Sebastian Kügler
7024329085
Use black as text color in TextField and TextInput
...
It seems that there's not a single theme out there which properly sets
viewTextColor. The background of textedits is white, so the text has to
be black. On Air(-mobile) this is not a problem, since the text is black
anyway, on dark themes (which set the text color to white), text simply
isn't visible.
We'll have to look into how themes implement viewtextcolor, should
probably fix the themes instead of the components, but this makes it
work until we do.
2012-05-21 19:40:23 +02:00
Alex Merry
d6a96e32ee
Fix a potential crash
...
This was clearly supposed to be a return statement.
2012-05-21 14:00:51 +01:00
Giorgos Tsiapaliwkas
b353a65502
Remove declarativeimports/test.
...
We moved it to kdeexamples
2012-05-16 21:13:35 +03:00
Aurélien Gâteau
cdba0a2222
Fix keyboard navigation in TabBar
2012-05-15 17:24:30 +02:00
Aurélien Gâteau
ea9cf23038
Unbreak gallery
2012-05-15 17:20:47 +02:00
Script Kiddy
944c4b7b58
SVN_SILENT made messages (.desktop file)
2012-05-15 16:42:42 +02:00
Lamarque V. Souza
4f670c149b
Update all CMakeLists.txt to use KDeclarativeConfig.cmake.
...
rebuild kdelibs from KDE/4.8 branch to install KDeclarativeConfig.cmake.
2012-05-14 12:40:02 -03:00
Script Kiddy
1df9872621
SVN_SILENT made messages (.desktop file)
2012-05-14 11:00:55 +02:00
Allen Winter
200c90f096
fix compile.
...
apparently there is no != operator for Plasma::QueryMatch
perhaps there should be.
CCMAIL: notmart@gmail.com ,agateau@kde.org
2012-05-11 14:32:34 -04:00
Aurélien Gâteau
1eb2650cd5
Do not reset the model when new matches are added
...
REVIEW: 104914
2012-05-11 17:36:01 +02:00
Script Kiddy
0e03fc990e
SVN_SILENT made messages (.desktop file)
2012-05-11 09:43:44 +02:00
Dennis Nienhüser
17f5b499bb
Width and height are implicitly set by the anchors.
2012-05-10 19:33:33 +02:00
Script Kiddy
1550c9c05f
SVN_SILENT made messages (.desktop file)
2012-05-10 09:47:43 +02:00
Sebastian Gottfried
5b567230e6
buttons: first focus, than emit clicked() signal
...
Otherwise a client wanting to give another QML component the focus in
reaction to a clicked button has no chance doing so because the button
will steal the focus again right after the event handler has finished
executing.
REVIEW: 104893
2012-05-10 00:48:53 +02:00
Sebastian Kügler
26e1276738
animate showing / hiding of navigation bar
2012-05-09 04:48:38 +02:00
Dennis Nienhüser
5453bbc801
Fix mistyped enum values.
...
Please test as code using it might behave differently now (menus
aligned left before while horizontally centered on the parent now)
2012-05-09 00:13:26 +02:00
Script Kiddy
804d490acd
SVN_SILENT made messages (.desktop file)
2012-05-07 10:02:05 +02:00
Script Kiddy
93aba5f886
SVN_SILENT made messages (.desktop file)
2012-05-06 10:32:33 +02:00
Marco Martin
93acb20c8d
put the model in non running state after a timeout
...
This is an hack, a real way must be found
2012-05-04 21:54:44 +02:00
Aaron Seigo
a60b7b83c9
signal when a drag starts so that qml items can take the necessary steps
2012-05-04 14:10:28 +02:00
Aaron Seigo
a4e83dde8e
tabs to spaces. fewer kittens are now being killed.
2012-05-04 14:10:28 +02:00
Marco Martin
4c79f05a60
running property
...
true when at least some runner is not done yet
2012-05-04 13:47:41 +02:00
Script Kiddy
204946e451
SVN_SILENT made messages (.desktop file)
2012-05-04 10:29:42 +02:00