Albert Astals Cid
c40419e9c5
forgot this
12 years ago
Albert Astals Cid
811a7008b3
Prepare for 4.14.2
12 years ago
l10n daemon script
14c7348690
SVN_SILENT made messages (.desktop file)
12 years ago
Sergio Martins
cb4d52fb4c
Fix infinit loop if component isn't found.
...
Shell's CTOR will fail if Okular component isn't found, leading
to i never being incremented.
12 years ago
Nidhi Jain
f62153231b
Move focus to view when closing the find bar with the [x] button
...
BUGS: 314251
REVIEW: 120307
FIXED-IN: 4.14.2
12 years ago
l10n daemon script
3588634833
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
9312182085
Fix latex render in annotations
...
We need
disconnect(textEdit, SIGNAL(cursorPositionChanged()), this,SLOT(slotsaveWindowText()));
and it's counterpart, otherwise when inserting the image, the cursor pos changes, slotsaveWindowText is called, the content is passed by a toPlainText and set again and kaboom the content is lost
Also a few extra const
BUGS: 335476
FIXED-IN: 4.14.2
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
Albert Astals Cid
d888b20483
Fix dvi inverse search
...
distance being in sqr pixels and s_minDistance being a normalized value was not a good idea to compare them ^_^
BUGS: 326605
REVIEW: 120308
12 years ago
Albert Astals Cid
b958a5e3ae
Complement to last commit
...
Do not end up with the sidebar hidden when opening some files and you had it open
For example with http://www.abax.se/content/download/137/862/file/example.pdf
12 years ago
Albert Astals Cid
d2708aef12
Do not end up with the sidebar hidden when opening some files and you had it open
...
For example with http://www.abax.se/content/download/137/862/file/example.pdf
12 years ago
Albert Astals Cid
3dfd172375
Only update zoomFactor for current page
...
REVIEW: 119894
BUGS: 335819
FIXED-IN: 4.14.1
Reviewed by Fabio and Markus Trippelsdorf
12 years ago
Albert Astals Cid
f09df0aa05
Don't let people zoomin/out past the "range of values"
...
BUGS: 338452
FIXED-IN: 4.14.1
12 years ago
Yuri Chornoivan
b98f1e9338
Add FB2 icons (design by Vladimir Prohorenkov, allowed to use under free license by the author).
...
REVIEW: 118862
12 years ago
Albert Astals Cid
fba90677fc
Fine tune mime type detection used for opening files
...
If the argument mimetype and filepath mimetype disagree, first try to use the filepath mimetype and if that fails use the argument one. On top of that if text/plain is the first, first try with content mimetype since the text backend never fails to open a file
I can now open https://bugs.freedesktop.org/attachment.cgi?id=99508 (which is served as text/plain) and PS files with .txt extension (bug 325044)
REVIEW: 119737
BUGS: 325044
FIXED-IN: 4.14.0
12 years ago
Albert Astals Cid
8aa921d2da
Test that closing and reopening a file remembers the page you last had it in
12 years ago
Albert Astals Cid
b326c4f11e
Prepare for 4.14.0 release
12 years ago
Albert Astals Cid
6e1a33554c
Increase okularcore version since we've broken ABI
12 years ago
Albert Astals Cid
125ee3178c
Don't you hate it when you forget files?
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
50f2019f8b
Pass absolute urls
...
Patch pased on patch by Jonathan Doman based in a suggstion of willemsonke@planet.nl
BUGS: 334510
REVIEW: 119550
FIXED-IN: 4.14.0
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
Jonathan Doman
375c72dc66
Make tabs rearrangeable
...
BUGS: 334018
FIXED-IN: 4.14.0
REVIEW: 118685
12 years ago
Albert Astals Cid
d30861fb1a
Prepare for 4.14 RC
12 years ago
Albert Astals Cid
99f15dce01
renewcomment -> renewcommand
...
As reported by Jiri Slaby
BUGS: 337767
FIXED-IN: 4.14.0
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
ad8fda2965
Merge remote-tracking branch 'origin/KDE/4.13' into KDE/4.14
12 years ago
l10n daemon script
9507028bc4
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
d928c3d6ca
Prepare for 4.14 Beta 2
12 years ago
Yuri Chornoivan
3669e776dc
Fix two icons in the Tools menu
...
BUGS: 336530
12 years ago
Albert Astals Cid
c7838fde26
Merge remote-tracking branch 'origin/KDE/4.13' into KDE/4.14
12 years ago
Albert Astals Cid
e79719b93a
reorder conditions to make the valgrind warning go away
12 years ago
Albert Astals Cid
d0349e1f66
Merge remote-tracking branch 'origin/KDE/4.13' into KDE/4.14
12 years ago
Vadim Zhukov
846e746aa3
Fix compilation on OpenBSD/i386
...
REVIEW: 118950
12 years ago
Albert Astals Cid
1932d3981b
Merge remote-tracking branch 'origin/KDE/4.13' into KDE/4.14
...
And prepare for 4.14 beta 1
Conflicts:
VERSION
active/app/package/metadata.desktop
core/version.h
12 years ago
Albert Astals Cid
478b41c365
Prepare for 4.13.3
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
c1859fd649
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0efb152065
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
15241c25ef
Prepare for 4.13.2
12 years ago
l10n daemon script
7b4f684522
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
02c782f7e4
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
dc088779ef
Merge remote-tracking branch 'origin/KDE/4.13'
12 years ago
Jon Mease
34dc4eb22e
Fix crash when clicking in a text form that is not editable
...
BUGS: 334611
REVIEW: 118171
FIXED-IN: 4.13.2
12 years ago
Albert Astals Cid
268aa603eb
Merge remote-tracking branch 'origin/KDE/4.13'
12 years ago
Albert Astals Cid
48b711002e
Some more debug around this dpi stuff
12 years ago