Albert Astals Cid
a1e3e8ed5d
Forgot to increase this
12 years ago
Albert Astals Cid
4985168ede
Increase version
12 years ago
Albert Astals Cid
c40419e9c5
forgot this
12 years ago
Albert Astals Cid
811a7008b3
Prepare for 4.14.2
12 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
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
Albert Astals Cid
e9e3d4a435
Make documentInfo be Hash based instead of XML based
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
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
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
Albert Astals Cid
60bcd3975d
Prepare for 4.14 Beta 3
12 years ago
Albert Astals Cid
39de55eebf
If the dpi calculations don't give a reasonably square pixel fallback to other methods
...
BUGS: 336018
FIXED-IN: 4.14.0
12 years ago
Albert Astals Cid
5002b26ed3
Some more debug
12 years ago
Albert Astals Cid
d928c3d6ca
Prepare for 4.14 Beta 2
12 years ago
Vadim Zhukov
846e746aa3
Fix compilation on OpenBSD/i386
...
REVIEW: 118950
12 years ago
Albert Astals Cid
88d99245b0
This is now 0.20.60 for KDE Applications 14.12 release
12 years ago
Albert Astals Cid
478b41c365
Prepare for 4.13.3
12 years ago
Albert Astals Cid
15241c25ef
Prepare for 4.13.2
12 years ago
Albert Astals Cid
48b711002e
Some more debug around this dpi stuff
12 years ago
Fabio D'Urso
3827df7dad
Added missing emit keyords in core/documentcommands.cpp
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
e759c94224
let's call it searchid, goes for better searching :)
12 years ago
Albert Astals Cid
4c553ac87f
small docu fix
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
Fabio D'Urso
e514ddbf78
Added @since markers
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
Albert Astals Cid
0c7791e87f
Prepare for 4.13.1
12 years ago
Eugene Shalygin
88725241b8
Make sure edid and xrand sizes match before using them to calculate DPI
...
BUGS: 333456
12 years ago
Albert Astals Cid
9252044c0c
KScreen::Config::current can return null
12 years ago
Albert Astals Cid
9a597194ed
Prepare for 4.12.5
12 years ago
Albert Astals Cid
2c7baf1a9a
Prepere for 4.13.0
12 years ago
Albert Astals Cid
a7f3a1ac37
Protect us against broken drivers/screens
...
Some drivers screens return 0x0 as their screen size so we can't use it
to calculate the dpi
BUGS: 332746
BUGS: 332494
FIXED-IN: 4.13.0
12 years ago
Albert Astals Cid
444f66ac29
Some more output that can be of help
12 years ago
Albert Astals Cid
74d97571c3
Prepare for 4.12.4
12 years ago
Albert Astals Cid
6041d1fcd2
prepare for Beta3
12 years ago
Christoph Feck
60cc5dc98e
TextDocumentGenerator: Use black as default text color
...
REVIEW: 111681
BUGS: 253583
BUGS: 322547
FIXED-IN: 4.12.90
12 years ago
Albert Astals Cid
83c75c7d04
Prepare for 4.13 Beta 2
12 years ago
Albert Astals Cid
397557e458
Prepare for 4.13 Beta 1
12 years ago