Commit Graph

5111 Commits

Author SHA1 Message Date
Script Kiddy
b358a20f7e SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=1000347
2009-07-21 08:07:24 +00:00
Marco Martin
9afeabbc6f use base 16, should be slightly faster
svn path=/branches/KDE/4.3/kdelibs/; revision=1000135
2009-07-20 21:50:05 +00:00
Marco Martin
2a7747c584 use base 16, should be slightly faster
svn path=/trunk/KDE/kdelibs/; revision=1000133
2009-07-20 21:48:28 +00:00
Marco Martin
b52cfaefac backport build fix
svn path=/branches/KDE/4.3/kdelibs/; revision=1000126
2009-07-20 21:27:43 +00:00
Marco Martin
627b939e12 fix build with int -> qint64
svn path=/trunk/KDE/kdelibs/; revision=1000123
2009-07-20 21:24:12 +00:00
Marco Martin
f857b22d8b backport the fix for bug 200313
quite huge patch, i know :/

svn path=/branches/KDE/4.3/kdelibs/; revision=1000103
2009-07-20 20:35:16 +00:00
Marco Martin
94f3c6a498 fix a performance issue: add a new insertintocache function, the new
parameter is used to identify pixmaps that shouldn't be inserted in the
pixmap cache on disk

BUG: 200313

svn path=/trunk/KDE/kdelibs/; revision=1000100
2009-07-20 20:30:07 +00:00
Richard Dale
83396186c2 * Fixed a couple of typos
svn path=/trunk/KDE/kdelibs/; revision=999752
2009-07-20 13:22:58 +00:00
Adriaan de Groot
54d0b04f5c Compile fix.
Changing the .cpp files only; a more consistent change would be
to add const to tooltipcontent.h, but that would be BIC
in itself.

BUG: 199899

svn path=/branches/KDE/4.3/kdelibs/; revision=999260
2009-07-19 14:47:43 +00:00
Richard Dale
a3bb51e3a8 * Change the name of the initScriptExtenderItem to extenderItemRestored as it is less clumsy
svn path=/branches/KDE/4.3/kdelibs/; revision=999252
2009-07-19 14:26:06 +00:00
Richard Dale
f962a9c958 * Change the name of the initScriptExtenderItem to extenderItemRestored as it is less clumsy
svn path=/trunk/KDE/kdelibs/; revision=999251
2009-07-19 14:25:00 +00:00
Script Kiddy
1a92fc04d0 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=998631
2009-07-18 08:57:07 +00:00
Script Kiddy
b6bf566750 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=998372
2009-07-17 14:39:02 +00:00
Richard Dale
14352fc429 Add getters and setters for PopupApplet::widget() and PopupApplet::graphicsWidget()
for use in scripting languages. Add a initScriptingExtenderItem() signal for script
engines to connect to and call their versions of Applet::initExtenderItem()

CCMAIL: kde-bindings@kde.org

svn path=/branches/KDE/4.3/kdelibs/; revision=998324
2009-07-17 12:32:06 +00:00
Richard Dale
695168a4bd Add getters and setters for PopupApplet::widget() and PopupApplet::graphicsWidget()
for use in scripting languages. Add a initScriptingExtenderItem() signal for script
engines to connect to and call their versions of Applet::initExtenderItem()


svn path=/trunk/KDE/kdelibs/; revision=998323
2009-07-17 12:31:08 +00:00
Script Kiddy
ce73956c66 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=998207
2009-07-17 08:17:54 +00:00
Arthur Renato Mello
d9d08c94e0 Fix svg support on Plasma::ToolButton, setting correct path and size of svg
svn path=/trunk/KDE/kdelibs/; revision=997953
2009-07-16 18:03:22 +00:00
Alexis Ménard
00caa5d9c2 This almost fix the performance issue when zooming out on plasma-desktop.
We don't need to call prepareGeometryChange if the geometry will not
change, this mistake end up with a new paint event that will paint for
nothing.

Backport r997763

svn path=/branches/KDE/4.3/kdelibs/; revision=997768
2009-07-16 13:12:03 +00:00
Alexis Ménard
d4ca38b20f This almost fix the performance issue when zooming out on plasma-desktop.
We don't need to call prepareGeometryChange if the geometry will not
change, this mistake end up with a new paint event that will paint for
nothing.

This should be backported into 4.3

svn path=/trunk/KDE/kdelibs/; revision=997763
2009-07-16 13:09:19 +00:00
Script Kiddy
9deb91a93c SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=997610
2009-07-16 07:49:20 +00:00
Marco Martin
ebb22d5876 backport the fix for 199921
svn path=/branches/KDE/4.3/kdelibs/; revision=995463
2009-07-12 19:36:13 +00:00
Marco Martin
b73625fbfc don't mess with size policies that the applet could have set (still do
that on square aspect ratio, that's bad but the aspectRatioMode() is
kinda old cruft from pre-qgraphicswidget times..
BUG: 199921

svn path=/trunk/KDE/kdelibs/; revision=995461
2009-07-12 19:34:28 +00:00
Marco Martin
50c115b656 backport the use of kio::accessmanager (should solve the issues about
cookies and proxy)

svn path=/branches/KDE/4.3/kdelibs/; revision=995075
2009-07-11 22:12:15 +00:00
Marco Martin
dcd418a3e8 use kio for access, so we can haz kioslaves, cookies and proxies
svn path=/trunk/KDE/kdelibs/; revision=994537
2009-07-10 17:47:08 +00:00
Marco Martin
a3c54b201c move the status stuff into Applet, constify and also put a bit of apidox
(forgotten from the previous commit:))

svn path=/trunk/KDE/kdelibs/; revision=993912
2009-07-09 17:19:00 +00:00
Marco Martin
2a0e957d14 move the status stuff into Applet, constify and also put a bit of apidox
svn path=/trunk/KDE/kdelibs/; revision=993895
2009-07-09 16:35:11 +00:00
Script Kiddy
b8d4a6eee0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=993875
2009-07-09 15:40:27 +00:00
Aaron J. Seigo
47b8b802ac standardize link colors
svn path=/trunk/KDE/kdelibs/; revision=993491
2009-07-08 19:25:20 +00:00
Marco Martin
1300eea396 api to show/hide plasmoids from the systray, like NotificationItems
this REALLY needs api review
CCMAIL:plasma-devel@kde.org

svn path=/trunk/KDE/kdelibs/; revision=993364
2009-07-08 14:55:59 +00:00
Peter Pan
c201a16450 make the positions of previews, icon and text on plasma tooltip consistent.
BUG:198890

svn path=/trunk/KDE/kdelibs/; revision=993317
2009-07-08 13:17:55 +00:00
Script Kiddy
e4f50decdd SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=993084
2009-07-08 08:57:00 +00:00
Aaron J. Seigo
17c459f9e1 in RTL, the geometries are reversed; compare them with that taken into consideration
CCBUG:187406

svn path=/branches/KDE/4.3/kdelibs/; revision=992936
2009-07-08 00:38:38 +00:00
Aaron J. Seigo
18959b552a in RTL, the geometries are reversed; compare them with that taken into consideration
BUG:187406

svn path=/trunk/KDE/kdelibs/; revision=992935
2009-07-08 00:37:40 +00:00
Script Kiddy
3b02b725af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=992293
2009-07-06 14:43:23 +00:00
Laurent Montel
dd7b192f28 const'ify
svn path=/trunk/KDE/kdelibs/; revision=992168
2009-07-06 11:55:34 +00:00
Laurent Montel
22a3d92cdc const'ify
svn path=/trunk/KDE/kdelibs/; revision=992163
2009-07-06 11:49:01 +00:00
Laurent Montel
5c1bd9571b const'ify
svn path=/trunk/KDE/kdelibs/; revision=992157
2009-07-06 11:37:02 +00:00
Script Kiddy
a90688399e SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=992076
2009-07-06 08:01:59 +00:00
Script Kiddy
998d33bfd3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=990942
2009-07-03 14:04:48 +00:00
Michael Leupold
7b8c380ea5 Unbreak the build by defining an empty method - avoids linkage error introduced by r990700.
CCMAIL: aseigo@kde.org

svn path=/trunk/KDE/kdelibs/; revision=990759
2009-07-03 08:54:29 +00:00
Script Kiddy
e9ba4bee3b SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=990737
2009-07-03 07:41:40 +00:00
Aaron J. Seigo
baee782e6f prep this for fixing the memory leak; at least it doesn't crash anymore, along with my changes to KNS that are upcoming
svn path=/trunk/KDE/kdelibs/; revision=990700
2009-07-03 02:17:25 +00:00
Aaron J. Seigo
f88e1995b1 backport possible fix for 198338
CCBUG:198338

svn path=/branches/KDE/4.3/kdelibs/; revision=990659
2009-07-02 22:33:13 +00:00
Aaron J. Seigo
e1f9f6739a catch when items are scheduled for deletion and are in the next items up in the animation cycle. certainy a potential problem, and possibly/likely the cause of 198338
CCBUG:198338

svn path=/trunk/KDE/kdelibs/; revision=990658
2009-07-02 22:30:47 +00:00
Kevin Ottens
775bbe63d9 Add a small control app for the Vision proof of concept provided with
JOLIE. Suitable for use on handhelds.

svn path=/branches/work/~ervin/qtjolie/; revision=990152
2009-07-01 20:36:01 +00:00
Kevin Ottens
32a979e7de Add missing meta type.
svn path=/branches/work/~ervin/qtjolie/; revision=990150
2009-07-01 20:35:19 +00:00
Aaron J. Seigo
759f47be25 * don't take address of temporaries
* reflect the "config can come from applet if it is parent" change in itemChange() as well
* add a few comments and make the code a bit easier to read in places

svn path=/trunk/KDE/kdelibs/; revision=989704
2009-06-30 18:09:27 +00:00
Script Kiddy
98735cc46a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=989620
2009-06-30 14:32:20 +00:00
Marco Martin
c906b58d08 allow applet configuration and extenderitems config nested into the
group of another applet
this thing is possibly dangerous, so better plasma-devel is informed
CCMAIL:plasma-devel@kde.org

svn path=/trunk/KDE/kdelibs/; revision=989520
2009-06-30 13:32:40 +00:00
Script Kiddy
eb0b21227f SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdelibs/; revision=989381
2009-06-30 07:56:42 +00:00