Commit Graph

1567 Commits

Author SHA1 Message Date
Giorgos Tsiapaliwkas
4018e79ca2 Remove unnecessary comments 2012-02-16 13:13:04 +02:00
Giorgos Tsiapaliwkas
7a94509646 Make the encoding stuff QVariant, in order to be able
to use them as properties.
2012-02-16 13:07:03 +02:00
Giorgos Tsiapaliwkas
da194d9246 Make the properties country and language read-only 2012-02-16 12:23:12 +02:00
Giorgos Tsiapaliwkas
403835a82b Fix the pure virtual methods and the ctor. 2012-02-16 12:22:44 +02:00
Marco Martin
2f6b8d2687 support for wheel events 2012-02-15 22:56:41 +01:00
Antonis Tsiapaliokas
1386b6aece Remove unusable code for qml 2012-02-15 10:24:07 +02:00
Marco Martin
dfb566034d unwind to itself means no pop 2012-02-14 20:37:03 +01:00
Marco Martin
0e9c604043 always permit to pop 2012-02-14 17:59:23 +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
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
Giorgos Tsiapaliwkas
22cf25386a fix the includes 2012-02-10 22:31:00 +02: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
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
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
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
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
Giorgos Tsiapaliwkas
d25d372302 A simple copy of KCalendarSystem. I have just removed the deprecated
methods.
2012-01-31 13:28:12 +02:00
Giorgos Tsiapaliwkas
e9db43b00a fix QList<Locale::DigitSet> and remove an unnecessary emit. 2012-01-31 13:09:22 +02:00
Lamarque V. Souza
8fda7bd9da Fix misspelling. 2012-01-29 20:03:25 -02:00
Sebastian Kügler
de659d63e1 logspam-- 2012-01-29 02:18:13 +01:00
Sebastian Kügler
cf9bae7950 Fix reference error 2012-01-28 14:00:58 +01:00
Marco Martin
4fcf00b9eb import the proper stuff 2012-01-27 20:01:58 +01:00
Marco Martin
3fc335fdd9 fix imports 2012-01-27 19:15:55 +01:00
Marco Martin
b9642137f2 fix Dialog installation 2012-01-27 18:53:54 +01:00
Marco Martin
a3ac08ee58 proper import 2012-01-27 18:18:00 +01:00
Aleix Pol
4905917342 Add an accepted signal in the TextField Plasma Component.
REVIEW: 103795
2012-01-27 16:11:08 +01:00
Aaron Seigo
ac344dba18 add missing return statement 2012-01-27 11:08:19 +01:00
Marco Martin
46ba74adb1 Merge branch 'KDE/4.8'
Conflicts:
	kurifilter-plugins/ikws/searchproviders/cpan.desktop
2012-01-26 22:06:22 +01:00