Pino Toscano
033d4f6a11
some more DONE items
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685287
19 years ago
Pino Toscano
97f781ff31
reduce the critical section
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685277
19 years ago
Pino Toscano
8a31e6f3f0
Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them.
...
Patch by Diego R. Brogna, thanks a lot!
BUG: 135521
svn path=/trunk/KDE/kdegraphics/okular/; revision=685273
19 years ago
Pino Toscano
75251b74d5
bookmarks are generally done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685235
19 years ago
Pino Toscano
2048eada89
the fonts OT are only for Poppler 0.6, so make the generator compile again for poppler 0.5 users
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685210
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
Script Kiddy
ac29f76f55
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684724
19 years ago
Oswald Buddenhagen
9c883584e7
k3process--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684001
19 years ago
Albert Astals Cid
2437917e47
Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best
...
Probably still have to tell the weaver how to optimize for memory consumption but it's an improvement anyways
svn path=/trunk/KDE/kdegraphics/okular/; revision=683383
19 years ago
Pino Toscano
80d7b04b0f
lround() -> qRound()
...
BUG: 147540
svn path=/trunk/KDE/kdegraphics/okular/; revision=683290
19 years ago
Albert Astals Cid
723c3a482a
move rotationjob.h to rotationjob_p.h
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=683286
19 years ago
Pino Toscano
3ce672f586
Albert fixed poppler, now I can activate the form saving
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=683267
19 years ago
Pino Toscano
fa6b376626
Add the possibility to remember the contents of form fields when closing a document, and to restore them when reopening the document.
...
For now it's disabled, as I want to investigate a bit more with poppler wrt text fields, and to verify if that is an acceptable behaviour.
svn path=/trunk/KDE/kdegraphics/okular/; revision=683212
19 years ago
Albert Astals Cid
55d3e7f353
deprecated--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=683148
19 years ago
Pino Toscano
e9b9d78faa
acutally save the document information *before* closing the document, otherwise we run into troubles if we access to anything the generator provided
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=683143
19 years ago
Pino Toscano
05c01834c5
well, size() is for "poppler 0.6", the rc1 is still 0.5 :-D
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682935
19 years ago
Benjamin Reed
3f164edcb7
no size in poppler 0.6 rc1
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682930
19 years ago
Pino Toscano
32d3dff232
d_ptr structure for the FormField classes, easier to expand in the future
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682922
19 years ago
Pino Toscano
8c42d8cf02
add a simple popup menu for the items, just with 'save as' at the moment
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682870
19 years ago
Pino Toscano
2602037fb9
display (if available) the file size for attachments, courtesy of Albert for his work in poppler
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682847
19 years ago
Albert Astals Cid
5348802a9b
MultiSelection sucks, go go go ExtendedSelection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682740
19 years ago
Chusslove Illich
968760cb6c
Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682260
19 years ago
Pino Toscano
3a71fdc9be
raise version to 0.5.83
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=680918
19 years ago
David Faure
073b756bea
boolean argument (for importing kde1 bookmarks!) is gone
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=680312
19 years ago
Script Kiddy
9fb2221299
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=679853
19 years ago
Stephan Binner
2eccd176e2
make .desktop files valid
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678982
19 years ago
Script Kiddy
7c8a8bce4f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678711
19 years ago
Script Kiddy
3211dbbaf5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678319
19 years ago
Albert Astals Cid
d511adfd84
fordwardport r678167
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678169
19 years ago
Pino Toscano
1380d9c045
urls can't be NULL at this point (CID 3656), same for urls
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678155
19 years ago
Laurent Montel
a180f38c0f
Fix typo
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=677735
19 years ago
Albert Astals Cid
b90ff441c8
icon is not from Marco anymore
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676706
19 years ago
Albert Astals Cid
7c92c4a497
Adapt to r676616
...
Start the part in dummy mode if one of the args we get passed is "Print/Preview"
svn path=/trunk/KDE/kdegraphics/okular/; revision=676617
19 years ago
Albert Astals Cid
fcc47e4106
tell gs exactly the size we want so we don't have off by one problems due to rounding
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676275
19 years ago
Albert Astals Cid
68822746af
fixuifiles
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676227
19 years ago
Albert Astals Cid
a9abffb5ac
Better wording.
...
Thanks Alex for the suggestion.
CCMAIL: suy@badopi.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=676224
19 years ago
Albert Astals Cid
23d8388a4e
not used anywhere, kill it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676215
19 years ago
André Wöbbeking
1918602496
only abort if SANE is required
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=675900
19 years ago
Albert Astals Cid
dfed92ff84
Compile
...
Please Laurent i appreciate your work a lot, but try to compile things after removing includes so see if they still work
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=675725
19 years ago
Laurent Montel
0d00255d64
Fix include
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=675666
19 years ago
Laurent Montel
cbf433e9d7
Fix module
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=675200
19 years ago
Pino Toscano
3af1047905
moving the imlib check in extragear/graphics, kuickshow needs it
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=674580
19 years ago
Laurent Montel
7de76652df
Move into kdelibs
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=674038
19 years ago
Laurent Montel
385e45a812
Move to kdelibs
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=674015
19 years ago
Pino Toscano
6256757e2b
make the Page really take ownership of the text selection set to it, thus deleting it as the HighlightAreaRect "clones" the passed rect
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=673084
19 years ago
Pino Toscano
2cd592a81e
don't leak
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=673077
19 years ago
Pino Toscano
4bc728d950
better check, in case of session restoring
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=672273
19 years ago
Pino Toscano
2a1d70ab13
revert r672263 in okular, and do the cleanup in the proper place, otherwise we lose all the command line arguments
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=672269
19 years ago
Laurent Montel
01f27ec687
Minor fix mem leak
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=672263
19 years ago
Allen Winter
dfc768d95d
fix the variable names for _FIND_REQUIRED and _FIND_QUIETLY.
...
thanks Laurent.
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=672243
19 years ago