Tobias Koenig
72b469b712
Don't set the minimumSize manually, let QLayout do the job,
...
now that KPageView has been fixed in kdelibs.
BUG: 158570
svn path=/trunk/KDE/kdegraphics/okular/; revision=782913
18 years ago
Pino Toscano
cea186978f
Add a tooltip with the embedded status of the font, and the visual preview of it if it is not embedded.
...
(Columns were simplified by a previous commit.)
BUG: 155568
svn path=/trunk/KDE/kdegraphics/okular/; revision=779697
18 years ago
Pino Toscano
4622f7df85
Font information view:
...
- merge the Embedded and the File columns, showing the file name of the font if not embedded, or the kind of embedding
- add a better placeholder string for empty font names
svn path=/trunk/KDE/kdegraphics/okular/; revision=779695
18 years ago
Pino Toscano
d6b22c270d
reindent and add a switch for the role
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=779693
18 years ago
Pino Toscano
6862247d3c
page is in -1..n-1 now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753871
18 years ago
Pino Toscano
8f40bfdb21
If the font name is not available, show '-' to the user (instead of nothing).
...
TODO for the string unfreeze: add a better string.
svn path=/trunk/KDE/kdegraphics/okular/; revision=752578
18 years ago
Pino Toscano
b30621c8ed
put a better icon here
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746522
19 years ago
Pino Toscano
36e6e85b46
Make the text of the values in the Properties dialog selectable using mouse.
...
BUG: 150293
svn path=/trunk/KDE/kdegraphics/okular/; revision=723800
19 years ago
Pino Toscano
f1d5e478ba
init fix
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685658
19 years ago
Pino Toscano
964424d62f
stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685437
19 years ago
Pino Toscano
ff308d7f83
hopefully fix the sorting of the fonts
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685398
19 years ago
Pino Toscano
d746b667a4
minor renamings in the EmbedType enum:
...
- EmbeddedSubSet -> EmbbededSubset
- Embedded -> FullyEmbedded
svn path=/trunk/KDE/kdegraphics/okular/; revision=685329
19 years ago
Pino Toscano
3fd552ef21
Extend the FontInfo class to distinguish the different types of font embedding.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685317
19 years ago
Pino Toscano
e5037f45b1
Refator a bit the way Document and the generators use to read the font information from a document.
...
Instead of having a synchronous function that extracts all the information at once, use a function to read the fonts of a single page.
This way, we can get all the result step by step (aka page by page), and possibly in an asynchronous way.
The resuls of the font "scanning" are sent via signals, as well the end of the work.
So, instead of block waiting for the results of all the document at once, the Fonts tab in the properties dialog can have a progress bar with the progress, and the results (the fonts) that are added incrementally to the list.
Only two minor things are left:
- the process is always asynchronous at the moment, as the only generator that can provide this kind of information is the Poppler one (safe)
- there is no check for duplicate fonts
But they should be easy to solve.
svn path=/trunk/KDE/kdegraphics/okular/; revision=685002
19 years ago
Albert Astals Cid
0d47b62715
krazy include order issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655893
19 years ago
Pino Toscano
9ccf6d520d
adapt the icon names to the icon naming spec
...
svn path=/trunk/playground/graphics/okular/; revision=640710
19 years ago
Pino Toscano
7bebb16619
make the sorting model working correctly, thanks to icefox!
...
svn path=/trunk/playground/graphics/okular/; revision=589657
20 years ago
Pino Toscano
71933af682
show something in case of documents with no fonts
...
svn path=/trunk/playground/graphics/okular/; revision=589094
20 years ago
Tobias Koenig
df7d144c10
Moved all classes in core/ into the 'Okular' namespace and removed
...
nearly all references to kpdf (knewstuff still missing).
svn path=/trunk/playground/graphics/okular/; revision=586993
20 years ago
Pino Toscano
14b1e51907
assign shortcuts and icons to the tabs
...
svn path=/trunk/playground/graphics/okular/; revision=563360
20 years ago
Pino Toscano
aafa09c535
for some strange reason the QSortFilterProxyModel seems crashy - so #ifdef it for the moment
...
svn path=/trunk/playground/graphics/okular/; revision=563356
20 years ago
Pino Toscano
0efdeb7d42
don't give them an initial parent
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=551106
20 years ago
Pino Toscano
d2c5882a27
Port to the new KDialog / KPageDialog API
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550944
20 years ago
Pino Toscano
3cdaa5bcb1
do not differentiate the # of pages automatically calculated from the one we get from the generator
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550297
20 years ago
Pino Toscano
a3202b9bf0
prettier
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540503
20 years ago
Stephan Kulow
2805d4cb34
deprecated--
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=537038
20 years ago
Pino Toscano
e3994658b6
make it compile with the new snapshot
...
port to the new i18n api
svn path=/branches/work/kde4/playground/graphics/okular/; revision=528345
20 years ago
Chusslove Illich
87280f3da1
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=528186
20 years ago
Pino Toscano
a27212eee9
- less qt3_support
...
- reactivating the review tab
- use the sizepolicy instead of stretchfactor
svn path=/branches/work/kde4/playground/graphics/okular/; revision=526095
20 years ago
Pino Toscano
c6753bdd39
Convert the font list view in the property dialog to model/view.
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524699
20 years ago
Pino Toscano
4bd3b60d6c
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524083
20 years ago
Pino Toscano
80f7e6b596
a bit of qt3/kde3 support less
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=523922
20 years ago
Pino Toscano
8b41489e2f
porting
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522251
20 years ago
Albert Astals Cid
ec923ec701
compile some more files
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=521912
20 years ago
Laurent Montel
ce8715fb8c
adapt to new kdelibs api
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=518219
20 years ago
Laurent Montel
b734531e6f
qt3support-- / warning--
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=479237
21 years ago
Enrico Ros
8f4104a99a
merge (refactored) patch_050,051,060
...
svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=424991
21 years ago
Albert Astals Cid
888b0c05a9
link, crashes on startup and has some commented things i need to port later on
...
svn path=/branches/work/kde4/kdegraphics/kpdf/; revision=420319
21 years ago
Enrico Ros
f8c5f3f928
Apply fix for 102117 to this branch too.
...
svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=400436
21 years ago
Albert Astals Cid
9f55f72131
Adapt fix for 102117 to HEAD version of the properties dialog
...
svn path=/trunk/kdegraphics/kpdf/; revision=400353
21 years ago
Albert Astals Cid
bdfb693d3e
Welcome the fonts dialog, as normal the from xpdf source is our inspiration, this time pdffonts.cc
...
Enrico, maybe you don't like the way of filling the KListView, the properties dialog asks the document if it has fonts (in the future maybe we support formats that don't have fonts), then create the KListView and pass it to the document that passes it to the generator that fills it, the "problem" is that now the generators are GUI aware.
svn path=/trunk/kdegraphics/kpdf/; revision=398206
21 years ago
Andrew Coles
c277d16b9b
CVS_SILENT
...
21 years ago
Tobias Koenig
b10d10a2bd
Convert 'struct DocumentInfo' into a QDomDocument for more flexible information
...
passing.
svn path=/trunk/kdegraphics/kpdf/; revision=375065
21 years ago
Stephan Binner
449ea39657
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdegraphics/kpdf/; revision=374963
22 years ago
Enrico Ros
eee2673370
Copying kpdf_experiments into branch and reordering directories. Look there
...
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
File namings change.
svn path=/trunk/kdegraphics/kpdf/; revision=374924
22 years ago