Commit graph

6865 commits

Author SHA1 Message Date
Montel Laurent 08013f87d0 Port to QStandardPaths 2014-10-07 13:21:58 +02:00
Montel Laurent 49129b788a Reactivate it 2014-10-07 13:20:16 +02:00
Montel Laurent 4ec78fa5df Use modern macro 2014-10-07 13:16:16 +02:00
Arnold Dumas d852a7bee0 Use new Q_OS_* macros. 2014-10-06 20:02:48 +02:00
Montel Laurent 6300c30fea Fix cmakelists.txt 2014-10-06 09:00:20 +02:00
Montel Laurent 67614e453f Minor 2014-10-06 08:58:55 +02:00
Montel Laurent 26fc592e7d Fix includes 2014-10-06 08:31:17 +02:00
Montel Laurent 0045b384e3 Fix includes² 2014-10-06 08:15:04 +02:00
Montel Laurent 493467ec64 Port to QSpinBox 2014-10-06 07:41:26 +02:00
Montel Laurent 5557598b47 Port to QDialog 2014-10-06 07:39:24 +02:00
Arnold Dumas a92c9c31a5 Get rid of to/fromAscii methods. 2014-10-05 22:14:11 +02:00
Arnold Dumas 50f2ee6951 Use QPushButton instead of KPushButton. 2014-10-05 21:33:03 +02:00
Raymond Wooninck 7e3e82693e Make the generators build 2014-10-05 13:29:29 +02:00
Montel Laurent 596f84fe17 Still compile error to reactivate it 2014-10-05 07:45:48 +02:00
Montel Laurent 406ee919bf Reactivate code 2014-10-05 07:39:08 +02:00
Montel Laurent a94b09684a Use new connect api. Remove not necessary include moc 2014-10-05 07:36:05 +02:00
Montel Laurent 57adb81a03 Remove not necessary include moc 2014-10-05 07:28:09 +02:00
Lukáš Tinkl 48300404cb replace deprecated QAction::setShortcut with KStandardShortcut 2014-10-04 21:48:32 +02:00
Montel Laurent fc13e5c148 Reactivate djvu generator 2014-10-04 14:22:14 +02:00
Montel Laurent 47a278b5fd Merge remote-tracking branch 'origin/KDE/4.14' into frameworks
Conflicts:
	shell/shell.cpp
2014-10-02 13:44:32 +02:00
Montel Laurent 89bb5562ac Reactivate some generator 2014-10-02 13:43:03 +02:00
Montel Laurent 5b88e93891 reverse dns desktop 2014-10-02 09:21:18 +02:00
Sergio Martins cb4d52fb4c Fix infinit loop if component isn't found.
Shell's CTOR will fail if Okular component isn't found, leading
to i never being incremented.
2014-10-01 23:56:00 +01:00
Montel Laurent 2eacdea022 Port to new connect api 2014-10-01 19:40:48 +02:00
Montel Laurent d386ea257e Port to new connect api 2014-10-01 14:02:01 +02:00
Montel Laurent aee3d94161 Remove executable attribute 2014-10-01 13:56:43 +02:00
Montel Laurent 927e7a9a19 Merge remote-tracking branch 'origin/KDE/4.14' into frameworks 2014-10-01 07:29:17 +02:00
Montel Laurent 378f6847a2 Remove some deprecated kdelibs4support 2014-10-01 07:27:09 +02:00
Montel Laurent 9cc0f6bc39 Increase ecm version 2014-10-01 07:22:07 +02:00
Nidhi Jain f62153231b Move focus to view when closing the find bar with the [x] button
BUGS: 314251
REVIEW: 120307
FIXED-IN: 4.14.2
2014-09-30 23:15:12 +02:00
l10n daemon script 3588634833 SVN_SILENT made messages (.desktop file) 2014-09-30 09:11:55 +00:00
Arnold Dumas dc74543bac Port away from KGlobalSettings::desktopGeometry(). 2014-09-28 14:14:19 +02:00
Arnold Dumas a6db7a2655 Port from KInputDialog to QInputDialog.
REVIEW: 120378
2014-09-28 12:44:33 +02:00
Volker Krause 146e585f02 Make constants const, avoids a few extra symbols in the .data section. 2014-09-27 15:41:47 +02:00
Albert Astals Cid 9312182085 Fix latex render in annotations
We need
  disconnect(textEdit, SIGNAL(cursorPositionChanged()), this,SLOT(slotsaveWindowText()));
and it's counterpart, otherwise when inserting the image, the cursor pos changes, slotsaveWindowText is called, the content is passed by a toPlainText and set again and kaboom the content is lost

Also a few extra const

BUGS: 335476
FIXED-IN: 4.14.2
2014-09-27 01:58:26 +02:00
Arnold Dumas f8f90b15b3 Port away from KGlobal::caption(). 2014-09-26 20:04:00 +02:00
Luigi Toscano 5e2d190ebf Guard drawText() when X-bitmap fonts are used
If the fonts are mapped for some reason to X bitmap fonts,
the call to drawText() in the non-GUI thread will produce a crash.
Ensure that the rendering of the text is performed only if
the threaded font rendering is available - a rare event nowadays,
but still possible.

CCBUG: 248852
2014-09-22 22:49:30 +02:00
Albert Astals Cid d888b20483 Fix dvi inverse search
distance being in sqr pixels and s_minDistance being a normalized value was not a good idea to compare them ^_^

BUGS: 326605
REVIEW: 120308
2014-09-21 23:54:20 +02:00
Albert Astals Cid b958a5e3ae Complement to last commit
Do not end up with the sidebar hidden when opening some files and you had it open

    For example with http://www.abax.se/content/download/137/862/file/example.pdf
2014-09-18 23:54:15 +02:00
Albert Astals Cid d2708aef12 Do not end up with the sidebar hidden when opening some files and you had it open
For example with http://www.abax.se/content/download/137/862/file/example.pdf
2014-09-18 22:24:40 +02:00
Raymond Wooninck f4badbc117 Port the aboutData to the new methods. Next would be to bring back
to About Backend dialog
2014-09-18 22:17:10 +02:00
Frederik Gladhorn 6bb0668d9d Fix building epub generator 2014-09-18 12:05:33 +02:00
Frederik Gladhorn 3581fb6245 Port to QTemporaryFile 2014-09-18 00:30:39 +02:00
Frederik Gladhorn 4e15c70d91 Add .gitignore
Hide kdevelop/qt creator/vim files and build dir.
2014-09-17 23:55:42 +02:00
Frederik Gladhorn 9e804397ef Remove outdated debug area int 2014-09-17 23:52:52 +02:00
Frederik Gladhorn dad6936896 Bring back the txt generator 2014-09-17 23:52:52 +02:00
Frederik Gladhorn 61c5bba919 Install libokularGenerator_txt.desktop again
During the porting this got lost.
2014-09-17 23:25:14 +02:00
Frederik Gladhorn 1e01a5cfc9 Use KSharedConfig::openConfig instead of KGlobal::config 2014-09-17 21:15:46 +02:00
Raymond Wooninck a146b5b307 Convert some remaining kWarning/kDebug 2014-09-17 20:48:23 +02:00
Frederik Gladhorn f7d1dd9312 Remove -caption %c from .desktop files
BUGS: 338264
2014-09-17 20:16:49 +02:00