Aaron Seigo
822243288d
get rid of the text halos
...
they are (relatively) expensive and should be unnecessary now:
we have blur, it works well, and when we don't blur we use different backgrounds.
one more "take one thing off" while i'm futzing around in tooltips
2011-11-30 15:44:29 +01:00
Aaron Seigo
7e4883f3bb
handle titles a little nicer: centered, no wrap for short titles
2011-11-30 15:39:29 +01:00
Aaron Seigo
3c401cd360
force of habit :)
2011-11-30 15:19:58 +01:00
Aaron Seigo
3bf1d0d63d
hide the label completely when no image is set. makes sure there isn't layout().spacing() extra padding
2011-11-30 15:19:29 +01:00
Aaron Seigo
35580a01be
only set an image when we have one
2011-11-30 15:15:54 +01:00
Aaron Seigo
7498fe207a
don't allocate 1k chunks of memory for a few longs here and there
2011-11-30 13:43:52 +01:00
Aaron Seigo
b31a05c41e
get rid of the source limiting; wasn't used, only overhead
2011-11-30 12:58:20 +01:00
Aaron Seigo
fee7b32974
allow ui/main.qml to be the default for plasmoids, and code/main.js for plasmoids, dataengines, runners
2011-11-30 12:58:20 +01:00
Aaron Seigo
6cd33ae4a0
grab the source name before removing the iterator
...
the previous fix, which i accidentally reverted while cleaning up this code,
was actually wrong (so in a way i'm glad i caught it): the signal MUST be emitted
AFTER the item is removed from the collection otherwise any code that checks to
see if that source exists will see that it does still exist even though it was
just signaled as being removed. order sometimes really matters :)
CCMAIL:kde@rusu.info
BUG:287795
2011-11-30 09:23:03 +01:00
Sebastian Kügler
ee81650232
fix warnings in dialogs
2011-11-30 01:49:19 +01:00
Marco Martin
58b6cc3e43
remove the iterator after accessing it
2011-11-29 15:53:17 +01:00
Sebastian Kügler
1e8cc6c2d5
Merge branch 'master' into editbubble
2011-11-28 23:47:48 +01:00
Marco Martin
13a3d33681
use onclicked
...
it gets canceled when it should
2011-11-28 21:42:27 +01:00
Marco Martin
42aeaebb4e
fix loading of toolbar of initialPage
2011-11-28 17:25:26 +01:00
Marco Martin
b888a8adb5
remove refs to mouseover
2011-11-28 14:36:31 +01:00
Marco Martin
f56ecc3673
smooth
2011-11-28 14:01:22 +01:00
Marco Martin
d5167f2529
pressed effect for the label
2011-11-28 13:49:28 +01:00
Marco Martin
794bd80a01
base toolbar height on children height
2011-11-28 12:34:16 +01:00
Aaron Seigo
5727ade508
Merge remote branch 'origin/KDE/4.7' into frameworks
...
Conflicts:
kio/kfile/kfilemetadatareaderprocess.cpp
2011-11-28 11:00:27 +01:00
Aaron Seigo
e7ffcacf1f
emit sourceRemoved when the container is deleted outside of removeSource
2011-11-28 10:42:40 +01:00
Aaron Seigo
e500cd4bd7
make removeAllSources match removeSource closer
2011-11-28 10:37:21 +01:00
Aaron Seigo
2f5d8e4e7f
the graphics widget may not have been into a layout, or may be null
...
BUG:287548
2011-11-28 09:43:22 +01:00
Script Kiddy
900a8d743b
SVN_SILENT made messages (.desktop file)
2011-11-28 09:00:19 +01:00
Marco Martin
ecb6fdabe7
take the bottom margin into account
2011-11-27 18:14:09 +01:00
Marco Martin
bda133a997
always be frameless
2011-11-27 18:12:24 +01:00
Marco Martin
42ddc80867
check for scene sxistence
2011-11-27 17:03:05 +01:00
Daker Fernandes Pinheiro
f50fb6e6d6
Add more details to Button Plasma Component documentation
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-11-26 14:16:21 -03:00
Marco Martin
e4eeac663d
clip
2011-11-25 21:39:32 +01:00
Marco Martin
544b39b04e
layout fixes
2011-11-25 21:28:28 +01:00
Marco Martin
18aadf9e24
fix layouting of dialogs of both formfactors
2011-11-25 19:59:00 +01:00
Marco Martin
41dadc7729
fix for mainitem width
2011-11-25 19:08:04 +01:00
Sebastian Kügler
a82d043931
Merge branch 'master' into editbubble
2011-11-25 19:04:41 +01:00
Marco Martin
215306ee13
give the default models the get(row) function
...
some default components expect models to provide it
2011-11-25 18:48:42 +01:00
Sebastian Kügler
296300085a
use MouseListener for showing and positioning the EditBubble, basically works, needs polishing
2011-11-25 05:07:13 +01:00
Sebastian Kügler
2565770d2d
press and hold for the MouseListener, needs proper memory management
2011-11-25 05:06:32 +01:00
Sebastian Kügler
2654681dfd
Add MouseEventListener from mobilecomponents
...
We need this in some components to work around weaknesses in the
standard MouseArea (such as conditional accepting of events).
MouseEventListener basically provides wiretapping for mouse events,
without blocking them, so they are still effective in the underlying
widgets.
2011-11-25 00:49:53 +01:00
Sebastian Kügler
af56e24141
Add TextField, just to compare
2011-11-24 23:13:26 +01:00
Sebastian Kügler
9dad1d2d14
Move edit bubble into its own file
...
Also make the sizing fully dynamix, just set editBubble.iconSize, this
works fine with minimal 24px. Below that value, it will be too hard to
hit anyway.
2011-11-24 23:02:32 +01:00
Sebastian Kügler
a05fccb19f
TextEditing page for Gallery, to test copy/paste, also showClearButtons
2011-11-24 23:02:32 +01:00
Sebastian Kügler
c2a1cf238a
Attemt at copy/pasting in LineEdit
...
This adds a small toolbar to the focused lineedit with copy and paste
buttons. Selection, TextInput.canPaste, etc are taken into account when
showing.
Works surprisingly well already, but should become a bit less intrusive.
2011-11-24 23:02:32 +01:00
Sebastian Kügler
c7fdfe41c4
Do not overwrite TextField, use touch-specific one
2011-11-24 23:02:32 +01:00
Sebastian Kügler
3a74e05827
copy textfield from desktop component into touch, when merging back changes, consider this revision as base for now
2011-11-24 23:02:31 +01:00
Jacopo De Simoi
fa809e96c8
Merge branch 'master' of git://anongit.kde.org/kde-runtime
2011-11-24 18:05:28 +01:00
Jacopo De Simoi
24639f0d7a
Add the popupEvent signal to appletinterface
2011-11-24 18:04:43 +01:00
Stephen Kelly
846426335f
Move libkarchive to kdecore.
...
It still depends on kdecore, and too much stuff depends on it for
it to be commented out for now.
2011-11-23 11:32:18 +01:00
Stephen Kelly
6117d99a7b
Make plasma build.
2011-11-22 22:56:29 +01:00
Script Kiddy
b71636fb5b
SVN_SILENT made messages (.desktop file)
2011-11-22 21:19:16 +01:00
Marco Martin
f6e5d77a17
keep the titlebar working on expandAll
...
BUG:281757
2011-11-22 20:46:15 +01:00
Daker Fernandes Pinheiro
8c317c3727
Add more details to BusyIndicator doc
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-11-22 14:18:58 -03:00
Aaron Seigo
685ae3b6c5
Merge remote-tracking branch 'origin/KDE/4.7' into frameworks
...
Conflicts:
plasma/popupapplet.cpp
2011-11-22 13:58:50 +01:00