l10n daemon script
3588634833
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
8365cf2873
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
a1ebea0389
Merge remote-tracking branch 'origin/KDE/4.14'
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
0666e18f4c
Merge remote-tracking branch 'origin/KDE/4.14'
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
ee8b442559
Merge remote-tracking branch 'origin/KDE/4.14'
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
d3fc62787b
Merge remote-tracking branch 'origin/KDE/4.14'
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
Friedrich W. H. Kossebau
dbd4696cd8
Adapt docu of generators to generateDocumentInfo() method change
...
REVIEW: 120113
12 years ago
Albert Astals Cid
4335b6e509
douc++
12 years ago
Fabio D'Urso
75c8acee60
Compile DVI, TIFF and XPS generators
12 years ago
Albert Astals Cid
42185da791
Merge remote-tracking branch 'origin/KDE/4.14'
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
Fabio D'Urso
0b662faf35
Assume Poppler 0.22 or newer (0.22 was the first one with qt5 support)
12 years ago
Fabio D'Urso
e395735820
Port the kimgio generator
...
Note that the libkexiv2 "framework" branch is still work in progress and does
not work out of the box yet (it doesn't install some headers).
12 years ago
Fabio D'Urso
1fc4c747a6
Fix another rc install dir
12 years ago
Fabio D'Urso
559ba0f01e
Remove unused/commented out code from kimgio generator
12 years ago
Fabio D'Urso
2a52e0c4e1
Ported tests to QtTest, added missing trailing / to KDESRCDIR
...
I've also added some extra checks so that tests fail early instead of
crashing later if a document fails to be opened
12 years ago
Fabio D'Urso
12810d361d
Re-enable busyPixmap, so that tests don't crash
...
The dummy pixmap was being created before the QGuiApplication
12 years ago
Albert Astals Cid
f09df0aa05
Don't let people zoomin/out past the "range of values"
...
BUGS: 338452
FIXED-IN: 4.14.1
12 years ago
Arnold Dumas
4298b6ebd5
Reenable doc generation.
...
REVIEW: 119804
12 years ago