Montel Laurent
17b7049c69
Fix includes
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
d3a3b2df25
Fix includes
12 years ago
Montel Laurent
08013f87d0
Port to QStandardPaths
12 years ago
Arnold Dumas
d852a7bee0
Use new Q_OS_* macros.
12 years ago
Montel Laurent
26fc592e7d
Fix includes
12 years ago
Montel Laurent
5557598b47
Port to QDialog
12 years ago
Montel Laurent
d386ea257e
Port to new connect api
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Arnold Dumas
f8f90b15b3
Port away from KGlobal::caption().
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
dad6936896
Bring back the txt generator
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
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
Albert Astals Cid
4335b6e509
douc++
12 years ago
Albert Astals Cid
f76184cb55
Revert e96dabc467
...
Diggory i think there was a misunderstanding in our discussion
The patch is unfinished (not goot to commit with a TODO)
and needs to be improved (need to find a way to not break ABI, QSize param should be const &) please
open a reviewrequest and we can discuss/finalize it there.
CCMAIL: diggory.hardy@unibas.ch
12 years ago
Diggory Hardy
e96dabc467
Fix font size on high-DPI displays in ePub documents (but makes images small)
12 years ago
Vishesh Handa
46cf7e46a5
Port away from KUrl::List
12 years ago
Vishesh Handa
e038950f50
KIcon -> QIcon
12 years ago
Vishesh Handa
fb330dd45c
Port the EPubGenerator
12 years ago
Vishesh Handa
e4a4d400c3
Port the poppler generator
12 years ago
Albert Astals Cid
e9e3d4a435
Make documentInfo be Hash based instead of XML based
12 years ago
Frederik Gladhorn
ac15a7075e
More QUrl porting
12 years ago
Frederik Gladhorn
a2f6a136b2
Fix some typos
12 years ago
Frederik Gladhorn
0c7a45c7a5
Disable lots of stuff and compile
...
The text generator is the only one compiled now.
This version links for me but then doesn't find its KPart on startup.
TTS has been completely disabled as well as some other things like the
about dialog.
12 years ago
Frederik Gladhorn
96b0e27c44
QAction, more includes fixed
12 years ago
Frederik Gladhorn
51e5589e71
Phonon fix, good bye klocalsocket
12 years ago
Albert Astals Cid
efbde66009
Port to new threadweaver
...
Not sure it works at all, but at least it compiles ^_^
12 years ago
Frederik Gladhorn
643026fa65
Disable plugins for now
12 years ago
Frederik Gladhorn
a3fb02b881
Some more linking KF5
12 years ago
Frederik Gladhorn
0de101fdde
Bump version
12 years ago
Frederik Gladhorn
c7e003d7bc
Port to QCommandLineParser
12 years ago
Frederik Gladhorn
7a9036ec2b
Fix wrong usage of pragma
12 years ago
Frederik Gladhorn
e638e59c15
Fix bug: when opening look at available mime types
...
This code used to look at the reference count of the pointer, not the
number of available mime types as was intended.
CCMAIL: aacid@kde.org
12 years ago
Frederik Gladhorn
9eec8ece73
Disable dynamic translation loading
12 years ago
Frederik Gladhorn
935a3fdcf8
Fix wrong namespace for settings
12 years ago
Frederik Gladhorn
4efd432537
Disable PostScript printing
12 years ago
Frederik Gladhorn
0ba233788c
Use moc include style dictated by automoc
...
While it's generally not a great idea to include moc files at least this
compiles.
12 years ago
Frederik Gladhorn
4f196da176
Include more kde4support
12 years ago
Albert Astals Cid
b326c4f11e
Prepare for 4.14.0 release
12 years ago
Albert Astals Cid
61c830cb7a
Pass the command line options properly when using tabs or unique instances
...
Use a QString to serialize the command line options other than urls to open so it can be easily passed around to every place that opens a new shell or tab or overrides the content in a unique instance.
BUGS: 334100
FIXED-IN: 4.14.0
REVIEW: 119595
12 years ago
Frederik Gladhorn
d16ac66ab3
Fix some QUrl usage
12 years ago
Frederik Gladhorn
75031eee7e
Fix includes
12 years ago
Frederik Gladhorn
fdf223494d
Fix moc includes
12 years ago
Albert Astals Cid
b7af929e5e
Fix sporadic crash when running parttest
...
We use
m_pageController
as guard for closing down instead of
d->m_generator || d->m_closingLoop
since m_pageController is the first thing we set to 0 on closeDocument
12 years ago
Albert Astals Cid
d30861fb1a
Prepare for 4.14 RC
12 years ago