Albert Astals Cid
c11c734caf
RC version
11 years ago
Albert Astals Cid
bb00a153e6
Update for 15.04 Beta 3
...
SVN_SILENT
11 years ago
Albert Astals Cid
50116cf59f
Update for 15.04 Beta 1
...
SVN_SILENT
11 years ago
Albert Astals Cid
5a3d77a81b
Compile++
...
I've no idea why i need this for it to compile now, but kind of makes sense to follow the
same pattern for all the phonon includes, so unify with the rest of includes in this file
11 years ago
Albert Astals Cid
0c4ca94a0c
Prepare for 0.21.3
11 years ago
Albert Astals Cid
5275d1271f
Justity the hack don't feel like breaking/expanding the API now
11 years ago
Albert Astals Cid
10a1899058
Hack to restore KWallet support
...
Better fix code-wise will come with an API break in master
BUGS: 339170
11 years ago
Albert Astals Cid
4ad7da97da
Prepare for 0.21.2
...
SVN_SILENT
11 years ago
Albert Astals Cid
adf39b2ed6
GIT_SILENT Update version for Applications 14.12.1
11 years ago
l10n daemon script
9a3672b255
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
e6ef3cb64b
SVN_SILENT made messages (.desktop file)
11 years ago
Albert Astals Cid
da82ce77bc
Prepare for Applications 14.12 release
11 years ago
Albert Astals Cid
31f194cc5f
Prepare for Applications 14.12 RC
11 years ago
Albert Astals Cid
0ef618540d
Beta 3 version
11 years ago
Albert Astals Cid
d927eb2f3a
Increase version
12 years ago
Albert Astals Cid
fc63d192e4
Prepare for 0.20.3
12 years ago
Albert Astals Cid
f15bdf1b30
This is not 0.21.60
12 years ago
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