Montel Laurent
406ee919bf
Reactivate code
12 years ago
Montel Laurent
a94b09684a
Use new connect api. Remove not necessary include moc
12 years ago
Montel Laurent
57adb81a03
Remove not necessary include moc
12 years ago
Lukáš Tinkl
48300404cb
replace deprecated QAction::setShortcut with KStandardShortcut
12 years ago
Montel Laurent
fc13e5c148
Reactivate djvu generator
12 years ago
Montel Laurent
47a278b5fd
Merge remote-tracking branch 'origin/KDE/4.14' into frameworks
...
Conflicts:
shell/shell.cpp
12 years ago
Montel Laurent
89bb5562ac
Reactivate some generator
12 years ago
Montel Laurent
5b88e93891
reverse dns desktop
12 years ago
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.
12 years ago
Montel Laurent
2eacdea022
Port to new connect api
12 years ago
Montel Laurent
d386ea257e
Port to new connect api
12 years ago
Montel Laurent
aee3d94161
Remove executable attribute
12 years ago
Montel Laurent
927e7a9a19
Merge remote-tracking branch 'origin/KDE/4.14' into frameworks
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Montel Laurent
9cc0f6bc39
Increase ecm version
12 years ago
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
12 years ago
l10n daemon script
3588634833
SVN_SILENT made messages (.desktop file)
12 years ago
Arnold Dumas
dc74543bac
Port away from KGlobalSettings::desktopGeometry().
12 years ago
Arnold Dumas
a6db7a2655
Port from KInputDialog to QInputDialog.
...
REVIEW: 120378
12 years ago
Volker Krause
146e585f02
Make constants const, avoids a few extra symbols in the .data section.
12 years ago
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
12 years ago
Arnold Dumas
f8f90b15b3
Port away from KGlobal::caption().
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
Raymond Wooninck
f4badbc117
Port the aboutData to the new methods. Next would be to bring back
...
to About Backend dialog
12 years ago
Frederik Gladhorn
6bb0668d9d
Fix building epub generator
12 years ago
Frederik Gladhorn
3581fb6245
Port to QTemporaryFile
12 years ago
Frederik Gladhorn
4e15c70d91
Add .gitignore
...
Hide kdevelop/qt creator/vim files and build dir.
12 years ago
Frederik Gladhorn
9e804397ef
Remove outdated debug area int
12 years ago
Frederik Gladhorn
dad6936896
Bring back the txt generator
12 years ago
Frederik Gladhorn
61c5bba919
Install libokularGenerator_txt.desktop again
...
During the porting this got lost.
12 years ago
Frederik Gladhorn
1e01a5cfc9
Use KSharedConfig::openConfig instead of KGlobal::config
12 years ago
Raymond Wooninck
a146b5b307
Convert some remaining kWarning/kDebug
12 years ago
Frederik Gladhorn
f7d1dd9312
Remove -caption %c from .desktop files
...
BUGS: 338264
12 years ago
Frederik Gladhorn
be5af7304f
Add missing debug_comicbook.h
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
9d89739972
Use categorized logging
12 years ago
Frederik Gladhorn
50e3c1478a
Use qApp instead of kapp
12 years ago
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
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Lukáš Tinkl
33f6862a94
fix command line parsing and DBUS registration in effect
...
Okular still doesn't start tho when e.g. clicking on a PDF
in Dolphin and fails to open a file from command line
(QUrl porting bug)
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Lukáš Tinkl
c5819eec4d
set translation domain
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Frederik Gladhorn
374592256a
Use tabBar()->hide() instead of setTabBarHidden
12 years ago
Frederik Gladhorn
90e6f73e26
Fix a typo in docs
12 years ago
Fabio D'Urso
75c8acee60
Compile DVI, TIFF and XPS generators
12 years ago
Albert Astals Cid
3dfd172375
Only update zoomFactor for current page
...
REVIEW: 119894
BUGS: 335819
FIXED-IN: 4.14.1
Reviewed by Fabio and Markus Trippelsdorf
12 years ago