Commit graph

6964 commits

Author SHA1 Message Date
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 9ff5451f1f Merge branch 'KDE/4.14' into master 2014-10-01 23:57:42 +01: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
Albert Astals Cid 188476dee5 Merge remote-tracking branch 'origin/KDE/4.14' 2014-09-30 23:15:55 +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
l10n daemon script 8365cf2873 SVN_SILENT made messages (.desktop file) 2014-09-30 04:39:47 +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 a1ebea0389 Merge remote-tracking branch 'origin/KDE/4.14' 2014-09-27 01:59:03 +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 0666e18f4c Merge remote-tracking branch 'origin/KDE/4.14' 2014-09-21 23:58:53 +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 ee8b442559 Merge remote-tracking branch 'origin/KDE/4.14' 2014-09-18 23:54:50 +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 d3fc62787b Merge remote-tracking branch 'origin/KDE/4.14' 2014-09-18 22:25:27 +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
Frederik Gladhorn be5af7304f Add missing debug_comicbook.h 2014-09-17 19:46:42 +02:00
Frederik Gladhorn 6c602bf0e7 Use categorized logging even more 2014-09-16 23:38:25 +02:00
Frederik Gladhorn 9d89739972 Use categorized logging 2014-09-16 23:24:36 +02:00
Frederik Gladhorn 50e3c1478a Use qApp instead of kapp 2014-09-16 23:22:30 +02:00
David Faure d98b4d9200 Make it possible to open URLs on the command-line again
by removing much cruft and using the shiny new QUrl::fromUserInput(2 args),
but since that requires Qt 5.4, also include a copy here if Qt is too "old".

Reviewed-By: Albert
Makes-Happy: Lukas
2014-09-11 18:26:10 +02:00