Pino Toscano
d89007c2aa
Backport a couple of fixes to the annotation window:
...
- explicitely deny rich text
- set the plain text w/o an implicit html conversion
CCBUG: 159641
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=789332
18 years ago
Pino Toscano
f71c12aaf7
backport:
...
- Albert's r760478 to make the text widget a KTextEdit
- my r784138 to get and set the annotation text in a better way
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=789327
18 years ago
Script Kiddy
cebe91d5f8
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=788312
18 years ago
Script Kiddy
b9cef97935
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=787904
18 years ago
Pino Toscano
ca0bf274d3
remove space between the side icon list and its panel
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=787749
18 years ago
Pino Toscano
e81648d988
do not crash when a non-active generator asks for the document
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=787704
18 years ago
Pino Toscano
30a87f7ddb
Backport: return the tooltip as well.
...
CCBUG: 159237
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=785177
18 years ago
Pino Toscano
dea8de6278
backport: free the minilisp expression of the outline after the conversion to the dom document
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784824
18 years ago
Pino Toscano
bc0258441b
Backport: apply Albert's patch to use the new functions in Poppler-Qt4 for getting the bounding box of the characaters in the correct way (almost).
...
(Unfortunately, this requires the master version from Poppler's GIT repository, to be released hopefully today as 0.8RC1.)
CCBUG: 158517
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784736
18 years ago
Pino Toscano
fc0305abb6
change the detection for the "unstable" version as HAVE_POPPLER_0_7
...
(mostly backport was it's in trunk already)
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784724
18 years ago
Pino Toscano
811ea6ec59
SVN_SILENT unused parameter
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784612
18 years ago
Luboš Luňák
c38c4c5784
Backport r784333 (remove usage of QWidget::showFullScreen() etc.),
...
use new KToggleFullScreenAction::setFullScreen() helper.
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784343
18 years ago
Pino Toscano
f8ef18b1f2
Backport: correctly respect the open state of the TOC branches.
...
CCBUG: 159089
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=784176
18 years ago
Pino Toscano
cb698ae72a
SVN_SILENT unused parameter
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=783236
18 years ago
Tobias Koenig
100d975b2a
Backport of bugfix #158570
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=782915
18 years ago
Pino Toscano
cd2c2567b7
Backport: enable again the slider in the "Go to Page" dialog.
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=782381
18 years ago
Pino Toscano
0eece2e216
Backport: make sure to unload the fonts before unloading freetype.
...
CCBUG: 155317
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=779800
18 years ago
Pino Toscano
df20b8d5a7
Backport: add a tooltip for the bookmark name.
...
CCBUG: 158219
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=779637
18 years ago
Pino Toscano
c33f7cf692
link to less libraries
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=779542
18 years ago
Pino Toscano
90cdace053
bump version to 0.6.2
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=779522
18 years ago
Script Kiddy
772953c817
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=776572
18 years ago
Pino Toscano
6075bacf2a
link to less libraries (no need for linking to poppler here)
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=774877
18 years ago
Script Kiddy
ec9dd9903d
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=774519
18 years ago
Pino Toscano
a329a5edb1
don't enable read-only widgets
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=774014
18 years ago
Pino Toscano
61b8d620e6
Add an installed header with the okular version as number and string (ala kdeversion.h);
...
use the version string in the about data.
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=773749
18 years ago
Pino Toscano
ba59951fe0
merge the checks for stuff in the development version of poppler in a HAVE_POPPLER_0_7
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773566
18 years ago
Pino Toscano
7aceeecb4d
bump libokularcore library version to 1.1.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773562
18 years ago
Pino Toscano
64e7cd8e41
Optionally, read the "button" form fields from poppler.
...
Enable the support for them only if the poppler version is recent enough (atm, git master of around 9 hours ago).
svn path=/trunk/KDE/kdegraphics/okular/; revision=773549
18 years ago
Pino Toscano
03ea6ff54d
Add the support in the core library and in the user interface for button form fields (ie, push button, check boxes and radio buttons).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773548
18 years ago
Pino Toscano
82ab38ff3d
Backport SVN commit 773347 by tokoe:
...
Remove unneeded code, if we don't have a creator, don't tell okular
about it.
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=773445
18 years ago
Pino Toscano
a822d4ce40
Backport: use the id of the form fields as id, not the name.
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=773441
18 years ago
Pino Toscano
7eac68815b
Use the id of the form fields as id, not the name!
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773440
18 years ago
Tobias Koenig
5fd6ef5d7c
Remove unneeded code, if we don't have a creator, don't tell okular
...
about it.
svn path=/trunk/KDE/kdegraphics/okular/; revision=773347
18 years ago
Pino Toscano
7518bc0b56
store the EmbeddedFile* directly in the QTreeWidgetItem
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773060
18 years ago
Script Kiddy
8b4d21d28f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772852
18 years ago
Albert Astals Cid
3593d174b5
microoptimization
...
const & in foreach
svn path=/trunk/KDE/kdegraphics/okular/; revision=772807
18 years ago
Pino Toscano
aaf5f185f2
SVN_SILENT fix include guard
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772372
18 years ago
Pino Toscano
37bf43359c
use the new addMetaData signal of TextDocumentConverter
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772365
18 years ago
Pino Toscano
40803bf9b0
and actually connect to the new signal
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772364
18 years ago
Pino Toscano
c6b7cfab8c
Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter.
...
This way, standard info keys can be used without adding manually the key id and the translated label.
svn path=/trunk/KDE/kdegraphics/okular/; revision=772350
18 years ago
Script Kiddy
28ef3c962f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771981
18 years ago
Burkhard Lück
9fa5a0eb52
backport from trunk
...
svn path=/branches/KDE/4.0/kdegraphics/doc/okular/; revision=771606
18 years ago
Script Kiddy
1dab4c4aef
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771585
18 years ago
Tobias Koenig
13ed1bd9c6
Backport of bugfix #157189
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=771341
18 years ago
Tobias Koenig
34099483fb
Update the bookmark menu whenever bookmarks have been renamed
...
in the sidebar
BUG: 157189
svn path=/trunk/KDE/kdegraphics/okular/; revision=771286
18 years ago
Pino Toscano
8e4d1708a6
few "krazy fixes", patch by Fábio Firmo <fabio.a.firmo@gmail.com>
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770943
18 years ago
Script Kiddy
c59b0d8eea
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770815
18 years ago
Burkhard Lück
11dfa10361
fixed wrong menuitem + typo
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=770501
18 years ago
Pino Toscano
c609259073
SVN_SILENT simplify a bit
...
svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=770442
18 years ago
Pino Toscano
d3b5ef60d7
SVN_SILENT simplify a bit
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770441
18 years ago