David Faure
083d157684
Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
...
Conflicts:
kdecore/network/k3datagramsocket.cpp
kdeui/actions/kstandardaction.cpp
kdeui/dialogs/kconfigdialogmanager.cpp
kdeui/icons/kicondialog.cpp
kdeui/itemviews/kviewstatesaver.h
kfile/knewfilemenu.cpp
kio/misc/kpac/downloader.cpp
kio/tests/kdirlistertest.cpp
kparts/browserextension.cpp
nepomuk/core/nepomukmainmodel.cpp
nepomuk/query/queryserviceclient.cpp
nepomuk/test/ratingpaintertestwidget.cpp
nepomuk/ui/kedittagsdialog.cpp
nepomuk/ui/ktagcloudwidget.cpp
nepomuk/ui/ktagdisplaywidget.cpp
nepomuk/ui/nepomukmassupdatejob.cpp
nepomuk/ui/tagwidget.cpp
nepomuk/utils/daterangeselectionwidget.cpp
nepomuk/utils/facetwidget.cpp
nepomuk/utils/searchwidget.cpp
plasma/containment.cpp
plasma/datacontainer.cpp
plasma/deprecated/animator.cpp
plasma/extenders/extender.cpp
plasma/plasma.h
plasma/scripting/wallpaperscript.cpp
tier1/solid/tests/networkingclient.cpp
(signal/slot normalization changes conflicted with KUrl->QUrl changes
and with other changes in frameworks)
2012-02-14 12:32:25 +01:00
Giorgos Tsiapaliwkas
6b784a98e8
Fix a typo,remove a deprecated method add comment the Locale::calendar
2012-02-14 12:52:08 +02:00
Giorgos Tsiapaliwkas
7877980f2e
Add CalendarSystem's ctor
2012-02-14 12:29:21 +02:00
Antonis Tsiapaliokas
461ad73f58
Add localebindingsplugin.cpp to CMakeLists.txt
2012-02-14 04:08:46 +02:00
Antonis Tsiapaliokas
69e028bfbd
Add a missing signal into locale.h
2012-02-14 03:05:30 +02:00
Antonis Tsiapaliokas
de895b36c1
Populate localebindings/CMakeLists.txt
2012-02-14 03:03:51 +02:00
Aaron Seigo
454cbaa7cb
fix up constraintsEvent documentation
2012-02-13 22:30:29 +01:00
Dawit Alemayehu
fb0b49af8c
Normalize all signal/slot connections.
...
REVIEW: 103728
2012-02-13 14:27:21 -05:00
Aaron Seigo
9b40224a87
apidox++ for Svg signals
2012-02-13 12:33:30 -05:00
Christophe Giboudeaux
d32d9b6bc6
Add two includes needed to build kf5
2012-02-13 14:58:27 +01:00
David Faure
337e86b82c
Merge remote-tracking branch 'origin/KDE/4.8'
2012-02-13 12:28:14 +01:00
Stephen Kelly
3ec0266ea1
Revert "Remove the exports targets from libraries in frameworks."
...
This reverts commit 24d1fb1228cc534d3de2324236fcad9a637e7906.
2012-02-12 20:14:43 +01:00
Giorgos Tsiapaliwkas
fbb91918de
Remove the era* internal methods
2012-02-12 16:14:18 +02:00
Giorgos Tsiapaliwkas
55ff7f3e0b
Remove friend class foo;
2012-02-12 16:07:38 +02:00
Giorgos Tsiapaliwkas
2bc6afab73
Remove the internal methods of KCalendarSystem
2012-02-12 16:06:12 +02:00
Giorgos Tsiapaliwkas
82ce5394da
fix the enums and typos
2012-02-12 16:00:18 +02:00
Giorgos Tsiapaliwkas
399bd464db
remove unnecessary code
2012-02-12 15:51:55 +02:00
Shaun Reich
6ac2f22df8
another assert
2012-02-11 11:58:37 -05:00
Shaun Reich
8526f0a0b6
assert plasma kpart on various "should never happen" cases
2012-02-11 11:38:45 -05:00
David Faure
b9b1e05844
fix include paths
2012-02-11 16:47:43 +01:00
David Faure
7f31106729
Move mimeData methods from KUrl::List to a new namespace KUrlMimeData.
...
Deprecate mimeData methods in KUrl::List and KUrl, port all of kdelibs
to KUrlMimeData.
2012-02-11 10:43:07 +01:00
Giorgos Tsiapaliwkas
22cf25386a
fix the includes
2012-02-10 22:31:00 +02:00
Torgny Nyblom
8f6075ac7c
include kicon.h
2012-02-10 19:59:05 +01:00
Marco Martin
5e6fc957f2
documentation++
2012-02-10 19:40:33 +01:00
Giorgos Tsiapaliwkas
cca571f430
Add some TODO and fix the enums
2012-02-10 16:04:57 +02:00
Stephen Kelly
585976ebbc
Port to QIcon in APIs.
...
KIcon is only a 'factory type'.
git grep -l "const KIcon" | xargs sed -i 's/const KIcon\b/const QIcon/g'
git grep -l "QList<KIcon>" | xargs sed -i 's/QList<KIcon>/QList<QIcon>/g'
git grep -l "class KIcon;" | xargs sed -i 's/class KIcon;//'
git grep -l "KIcon\b[^()]*;" | xargs sed -i 's/KIcon\b\([^()]*\);/QIcon\1;/'
2012-02-10 14:56:20 +01:00
Shaun Reich
9831905309
hack margins so listview doesn't suck
2012-02-09 13:22:13 -05:00
Shaun Reich
423698be18
imrpove doc for that last change
2012-02-09 13:10:23 -05:00
Shaun Reich
c9db516162
add opacity behavior change animationf or highlight component
...
shoudl work great for listviews purpioses now
2012-02-09 13:08:29 -05:00
Giorgos Tsiapaliwkas
825af7c0ca
Add Q_DECLARE_OPERATORS_FOR_FLAGS
2012-02-09 19:27:48 +02:00
Aaron Seigo
2becd8b67a
apidox++ for Svg signals
2012-02-09 15:57:16 +01:00
David Faure
9057ce0c70
Fix compilation with the new cmake automoc stuff.
2012-02-08 23:34:07 +01:00
Stephen Kelly
51dafbe2e9
Use QUrl::scheme() instead of KUrl::protocol().
...
The former lowercases internally in Qt5, so no need
to rely on KUrl API.
2012-02-07 23:42:32 +01:00
David Faure
588300ee2d
Merge remote-tracking branch 'origin/KDE/4.8'
2012-02-07 13:13:13 +01:00
Stephen Kelly
d660ec244e
Merge remote-tracking branch 'origin/KDE/4.8' into frameworks
2012-02-07 12:38:06 +01:00
David Faure
cf83c09846
Move inqt5/src includes to toplevel cmakelists, and only in qt4 mode
2012-02-07 12:24:57 +01:00
Shaun Reich
7f6a9a57bc
forgot to embed and save
2012-02-05 16:59:43 -05:00
Shaun Reich
456a75d92d
fix left side of shadow/item in tasks svg
...
good news everyone!! from what i can tell the annoying vertical lines,
as well as mismatching gradients in the tasks svgz's are all fixed now.
the Real Fix would be to make them vector, they shouldn't be raster, and
i'm sure it can be avoided/fixed. but i'm a hacker, not so much an
artist ;)
2012-02-05 16:49:01 -05:00
Shaun Reich
ecc173724e
fix right side task item shadow gradient
...
this is another bugfix in the form of "how about we stop showing
horrible vertical lines on the taskbar entries!". left side still needs
done. what makes this difficult is they're extremely small RASTER files.
so i have to zoom in 9000% and can only select pixels that are huge. not
the best to do when you are working with gradients.
2012-02-05 16:14:24 -05:00
Shaun Reich
4096efa9c5
fix tiny pixel lines in tasks item. i think.
...
it should fix it, but i can't test reliably, so i'm not sure.
2012-02-05 12:57:11 -05:00
Shaun Reich
40b87e0331
use QtQuick 1.1 for the gallery
2012-02-04 20:02:55 -05:00
Shaun Reich
087d053d02
GIT_SILENT: minor spelling doc change
2012-02-04 16:06:02 -05:00
Stephen Kelly
d87e05f86c
Remove explicit linking to inqt5
2012-02-02 22:19:22 +01:00
Marco Martin
16437cca3a
fix shadow position
2012-02-02 19:00:28 +01:00
Script Kiddy
d66cc2099b
SVN_SILENT made messages (.desktop file)
2012-02-02 15:05:02 +01:00
Stephen Kelly
b1b68adb7d
Don't use the QtGui module name in includes.
...
In Qt5, many of them are moved to QtWidgets, so this is the only
way to be source compatible with both Qt 4 and Qt 5.
2012-02-02 10:35:53 +01:00
Ignat Semenov
148002cee4
Shrink the icon correctly on mouse clicks with respect to the global single/double-click mouse settings.
...
REVIEW:103831
2012-02-01 17:03:30 +04:00
Giorgos Tsiapaliwkas
4bf016c646
Add KCalendar *m_calendar and replace the method's contents
...
with "m_calendar->foo();"
2012-02-01 14:02:43 +02:00
Stephen Kelly
a57081af2c
Only plasma needs non-standard automoc handling now.
...
I don't have kdepimlibs in my kf5 environment. Anyone who does
feel free to port.
2012-02-01 12:41:32 +01:00
Stephen Kelly
52a8b232ec
Remove the last piece of enable_final.
2012-02-01 12:36:56 +01:00