Lukáš Tinkl
e9ae1d99af
port away from KLocale
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Albert Astals Cid
e8fd56f3ba
Fixup last commit
...
Somehow i ended up commiting a partial patch and not what was in reviewboard, this amends the previous commit to be what i really wanted to commit
Sorry for the mess :/
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
17b7049c69
Fix includes
12 years ago
Montel Laurent
08013f87d0
Port to QStandardPaths
12 years ago
Montel Laurent
d386ea257e
Port to new connect api
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
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
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
Fabio D'Urso
e059d2652c
core: support for migration of annots and forms out of docdata/
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Vishesh Handa
46cf7e46a5
Port away from KUrl::List
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
96b0e27c44
QAction, more includes fixed
12 years ago
Frederik Gladhorn
643026fa65
Disable plugins for now
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
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
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
75031eee7e
Fix 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
48b711002e
Some more debug around this dpi stuff
12 years ago
Fabio D'Urso
48c324f77c
Added UrlChanged notification in notifySetup to fix BookmarkList not updating after save as
12 years ago
Fabio D'Urso
859168eaa8
Update some variables properly when swapping backing file
12 years ago
Fabio D'Urso
31efd827f9
Load and store generalInfo metadata for .okular archives too
...
generalInfo metadata is everything but annots and forms, which are
stored within the .okular archive itself
12 years ago
Fabio D'Urso
48a23fc443
Fallback behavior for generators that support forms but can't save them natively
...
(there is no such generator at the moment)
12 years ago
Fabio D'Urso
57c9cae257
Don't save form contents to docdata/
...
But existing saved form from previous Okular versions are preserved
12 years ago
Fabio D'Urso
3b227582d2
Don't save annotation changes to docdata/
...
But existing annotations (from previous versions) are preserved
12 years ago
Fabio D'Urso
43a3756e1c
Hot-swap backing file instead of reloading (if the generator supports it)
12 years ago
Fabio D'Urso
d0af66f082
openDocumentArchive: moved unpacking code to a separate method
12 years ago
Fabio D'Urso
eb6cd088d7
Fix non-PDF native file extraction from document archives
12 years ago
Albert Astals Cid
86dd9e8801
Move the ooo wallet code to use the part.cpp one
...
Less widgets in generators/core \o/
12 years ago
Fabio D'Urso
f7ec9df0af
Don't leak temporary unpacked metadata files extracted from .okular files
12 years ago
Albert Astals Cid
7b7fef0bea
Move the messagebox about continuing search from core to ui
12 years ago
Albert Astals Cid
c8697989a1
Do not duplicate the noDialogs storage in two structs
12 years ago
Albert Astals Cid
3c3d4373ab
Do not reset the search if it's a different search id
...
Doesn't make any sense, why would we want a "running searches map" if we
always reset the previous one?
BUGS: 334568
FIXED-IN: 4.13.2
12 years ago
Albert Astals Cid
6bf6b14f3c
Do not reset the search if it's a different search id
...
Doesn't make any sense, why would we want a "running searches map" if we
always reset the previous one?
BUGS: 334568
FIXED-IN: 4.13.2
12 years ago
Albert Astals Cid
630d3a8a5f
Simplify search parameter passing
12 years ago
Albert Astals Cid
b92f5b5188
remove old ifdefs, it's cool how we are now :)
12 years ago
Albert Astals Cid
e93d5bda01
Move KWallet code from pdf backend to ui
...
This helps with the widget dependency removal in the core/backends
12 years ago
Montel Laurent
7b79ca1b36
Pedentic--
12 years ago