Montel Laurent
953a731c4b
Remove not necessary fule
12 years ago
Montel Laurent
0d96400041
Remove not necessary file
12 years ago
Montel Laurent
7098b044c9
Port KSharedPtr
12 years ago
Montel Laurent
e11caac396
Not necessary
12 years ago
Montel Laurent
0a8b1ca098
Port to new connect api
12 years ago
Albert Astals Cid
d95efa7698
Move synctex up to the core from poppler generator
...
This way dvi and any other potential user gets it for free
The diff is huge, but the synctex files are just moves.
And the code in core/ is also mostly just a move from the generator_pdf.cpp code
Acked by Luigi
REVIEW: 120311
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Jeremy Whiting
83299b9532
Remove %i from .desktop files which added --icon to exec line.
...
Since Okular no longer uses KApplication it no longer handles --icon parameters.
12 years ago
Montel Laurent
67614e453f
Minor
12 years ago
Montel Laurent
5557598b47
Port to QDialog
12 years ago
Arnold Dumas
a92c9c31a5
Get rid of to/fromAscii methods.
12 years ago
Montel Laurent
a94b09684a
Use new connect api. Remove not necessary include moc
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
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
Volker Krause
146e585f02
Make constants const, avoids a few extra symbols in the .data section.
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
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
3581fb6245
Port to QTemporaryFile
12 years ago
Frederik Gladhorn
9e804397ef
Remove outdated debug area int
12 years ago
Frederik Gladhorn
1e01a5cfc9
Use KSharedConfig::openConfig instead of KGlobal::config
12 years ago
Frederik Gladhorn
f7d1dd9312
Remove -caption %c from .desktop files
...
BUGS: 338264
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
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
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Fabio D'Urso
75c8acee60
Compile DVI, TIFF and XPS generators
12 years ago
Albert Astals Cid
e9e3d4a435
Make documentInfo be Hash based instead of XML based
12 years ago
Frederik Gladhorn
7261d5d45a
Generator porting (mostly kaboutdata)
12 years ago
Albert Astals Cid
b326c4f11e
Prepare for 4.14.0 release
12 years ago
l10n daemon script
896de56ef0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1b5cbbea59
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d2131617d6
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d62def2323
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6a46dd7447
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0efb152065
SVN_SILENT made messages (.desktop file)
12 years ago
Luigi Toscano
710779b7b8
getenv -> qgetenv
12 years ago
Luigi Toscano
9fc25e0448
Cleanup messages for the info message widget
...
- use proper HTML tags so that it is easy to read complex messages
- remove one unused string
- minor string fixes
12 years ago
Luigi Toscano
576596d9fc
Remove fontProgressDialog, no more used
12 years ago
Luigi Toscano
ae555519c5
Move the call to fontLocate in the pixmap rendering thread
...
- Initialize the kpsewhich QProcess in the fontLocate() method
- Remove the usage of fontProgressDialog and use the warning
signal to notify the user on the status of font generation.
- The change makes it "easier", in future, to kill the font
generation when the user opens a new document. Right now it
is not possible to stop the generation.
Reviewed by: Albert Astal Cid, Fabio d'Urso
(and thanks for the hints!)
12 years ago
Albert Astals Cid
11773fdcb5
Wops, this should have not been removed ^_^
12 years ago
Albert Astals Cid
99ec6dcdc5
We don't need to pass the parent down now
...
Acked by Luigi
12 years ago
Albert Astals Cid
5826ba35f3
Remove the use of progress dialog and widget in the dvi exporter
...
They are not really useful anyway
Acked by Luigi
12 years ago
Albert Astals Cid
6112a79765
Minor version updates to generators with changes since 4.12
12 years ago
Yuri Chornoivan
9246905953
Add missing space
12 years ago
l10n daemon script
514ef4a3ac
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6f62e29846
SVN_SILENT made messages (.desktop file)
12 years ago
Luigi Toscano
9a59b49d8c
Code cleanup: remove references to the old KDVI statusbar
12 years ago
Luigi Toscano
b27d890812
Use signals to display messages in fontpool
...
- replace KMessageBox usage
- cleanup/rewrite few message strings
12 years ago
Luigi Toscano
2c5672ea74
Use signals to display messages in dviRenderer*
...
- replace KMessageBox usage
- readd and clean few notice/warning/error messages (previously commented)
12 years ago