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
Giorgos Tsiapaliwkas
5077d77f8f
Fix includes and replace KLocale with Locale in calendarsystem.cpp
2012-02-01 12:24:48 +02:00
Giorgos Tsiapaliwkas
c65b553a11
Replace KLocale with Locale in calendarsystem.h
2012-02-01 12:09:15 +02:00
Giorgos Tsiapaliwkas
0dfe679164
Replace KLocale with Locale in locale.h
2012-02-01 12:08:11 +02:00
Giorgos Tsiapaliwkas
6701ee68c9
Replace KCalendarSystem with CalenderSystem in the calendarsystem.cpp
2012-02-01 11:47:40 +02:00
Giorgos Tsiapaliwkas
2c77d052a3
I renamed the class into CalendarSystem and now the class derives from QObject
...
also I added the Q_ENUMS
2012-02-01 11:46:04 +02:00
Giorgos Tsiapaliwkas
7269926c13
Add CalendarSystem to the qmlRegisterType<>()
2012-02-01 11:44:48 +02:00
Giorgos Tsiapaliwkas
31cc381819
Add calendar.cpp to the CMakeLists.txt
2012-02-01 11:44:11 +02:00
Giorgos Tsiapaliwkas
78beca5dac
1.Remove @since foo
...
2.add Q_INVOKABLE void foo();
2012-02-01 11:27:56 +02:00
Stephen Kelly
8d37df4b8f
Remove moc includes that can be omitted.
...
Mostly these are "<name>.moc" style includes which are incorrect
compared to qmake and cmake automoc behaviour.
2012-01-31 22:44:36 +01:00