Script Kiddy
6ef155b9dc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813910
18 years ago
Dirk Mueller
087b268168
revert r813354, workaround for a source incompatibility problem
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813678
18 years ago
Pino Toscano
f75e92de5f
borders -> margins, except in UI (todo added for kde 4.2)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813364
18 years ago
Pino Toscano
9a9553bb83
find and link to phonon
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813354
18 years ago
Laurent Montel
70513fa61e
USe INSTALL_TARGETS_DEFAULT_ARGS
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813289
18 years ago
Script Kiddy
d8eabdac6f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813139
18 years ago
Urs Wolfer
474d8d3d13
disable icon which is not available
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=812519
18 years ago
Pino Toscano
be4af97c11
the "i don't care about okular's quality" removal of a different (and it seems distracting) style in the thumbnails list
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=812512
18 years ago
Script Kiddy
c698399915
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=812441
18 years ago
Pino Toscano
af4fc6bc99
no moc needed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=811988
18 years ago
Script Kiddy
5d10ca48fc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=811329
18 years ago
Pino Toscano
2eb4d5a634
use the unrar found, not a generic one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=811117
18 years ago
Pino Toscano
afc6f89727
Check whether the document to open is absolute as first thing, so we can open it directly even with no document open.
...
BUG: 162459
svn path=/trunk/KDE/kdegraphics/okular/; revision=811109
18 years ago
Pino Toscano
6725e71340
when generating the page image in an internal secondary thread (started by the base generator), then also calculate the page bounding box in the thread
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=810380
18 years ago
Pino Toscano
20fc951749
SVN_SILENT adjust comment to the reality
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809973
18 years ago
Pino Toscano
612d40aad9
slightly improve the unrar detection:
...
- move in an own function the procedure to recognize an output
- try to detect first unrar-nonfree, then unrar
- keep and print on console the path of the found unrary
svn path=/trunk/KDE/kdegraphics/okular/; revision=809968
18 years ago
Pino Toscano
169df555d5
report a message when there is no unrar, or the unrar is not suitable
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809958
18 years ago
Pino Toscano
f80b4a085d
do not build an unrar lavour when there's no unrar found, actually
...
distinguish between the "no unrar at all" and "the unrar found is not suitable"
svn path=/trunk/KDE/kdegraphics/okular/; revision=809956
18 years ago
Pino Toscano
6b6a111099
Make the poppler(pdf), spectre(ps), dvi and chm backend calculate and set bounding box of pages.
...
CCBUG: 161599
svn path=/trunk/KDE/kdegraphics/okular/; revision=809593
18 years ago
Pino Toscano
2b971b07b2
Make it possible to draw just sections (crops within bounding boxes) of pages.
...
Separated normal & cropped geometries in page items;
made the page painter able to draw based on a crop section;
add a config + menu option for turning the white borders removal.
Based on a patch by the Mr. anonymous kde2eran@tromer.org, thanks.
BUG: 161599
svn path=/trunk/KDE/kdegraphics/okular/; revision=809496
18 years ago
Harri Porten
2a9da4a778
adapt to a change I just applied in kdelibs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809494
18 years ago
Pino Toscano
18f486c2c1
add the possibility to store an useful bounding box of a page, and for generators to notify the document (and its observers) on its change
...
original patch by kde2eran@tromer.org, thanks!
CCMAIL: kde2eran@tromer.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=809467
18 years ago
Pino Toscano
9731d3f866
add simple method for white borders detection, patch by by kde2eran@tromer.org, thanks!
...
CCMAIL: kde2eran@tromer.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=809465
18 years ago
Pino Toscano
d650603340
add operator& (intersection) for NormalizedRect
...
original patch by kde2eran@tromer.org, thanks!
CCMAIL: kde2eran@tromer.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=809403
18 years ago
Pino Toscano
0b847d2926
start implementing properties and methods of the global JS 'app' object
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809367
18 years ago
Pino Toscano
f05f489d48
add an hidden JS console output window, disabled by default
...
(useful for debugging)
svn path=/trunk/KDE/kdegraphics/okular/; revision=809331
18 years ago
Pino Toscano
19585b87f6
Start implementing the JavaScript scripting API for PDF documents,
...
thanks to Harri and Maksim and the brand-new public KJS API.
This starts the implementation of some of the API objects needed,
like App, Console, Data, Document, Field, FullScreen, Spell, Util.
Also, workaround the fact that we cannot change the read-only status for form fields.
svn path=/trunk/KDE/kdegraphics/okular/; revision=809259
18 years ago
Script Kiddy
5ef72af455
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=808730
18 years ago
Pino Toscano
c16505079a
Do not consider hidden pages when getting the text within the selected rectangle.
...
BUG: 157927
svn path=/trunk/KDE/kdegraphics/okular/; revision=808374
18 years ago
Kåre Särs
84c5b70b89
Enable building of libksane in kdegraphics
...
Disablebuilding of libkscan (prepare to move to unmaintained/4/)
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=807802
18 years ago
James Richard Tyrer
1bc88dcb4a
Changing icon name from "view-fit-*" to "zoom-fit-*"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=807653
18 years ago
Script Kiddy
bc8b45a24e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806907
18 years ago
Sebastian Sauer
9a0bbcd36a
fix crash on the try to load the OpenDocument1.1-specs ;)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806899
18 years ago
Rolf Eike Beer
f1fb797697
use #ifdef instead of #if to check preprocessor definitions
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806510
18 years ago
Script Kiddy
9106b3bd09
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806429
18 years ago
James Richard Tyrer
be5022cede
Correcting name for view-fit-* icons
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806166
18 years ago
Kevin Kofler
9af278d1c9
Fix obvious pasto.
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=806100
18 years ago
Pino Toscano
6cf2d5786e
limit the scope of the text cursor, so it's deleted before the mutex unlock
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=805246
18 years ago
Pino Toscano
5c09d64596
give a parent to the password dialog
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=805171
18 years ago
Albert Astals Cid
2d7f6d63e2
workaround Qt4.4 buginess
...
BUGS: 161737
svn path=/trunk/KDE/kdegraphics/okular/; revision=805167
18 years ago
Script Kiddy
219a20e1c5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=804913
18 years ago
Pino Toscano
697d51e1a2
Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can.
...
... but, as it's proving to be buggy (text disappearing from menus) and crashing (out-of-range font engine list), it's disabled for now, define OKULAR_TEXTDOCUMENT_THREADED_RENDERING to try it.
svn path=/trunk/KDE/kdegraphics/okular/; revision=804719
18 years ago
Laurent Montel
a3287b38c7
Don't try to use pkg-config on win32
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=804224
18 years ago
Albert Astals Cid
bb23209234
limit the number of text pages we keep in memory so that searching does not bring your system to its knees
...
BUG: 161213
svn path=/trunk/KDE/kdegraphics/okular/; revision=803949
18 years ago
Pino Toscano
e13e74db92
add a private slot for hooks on config change
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=803946
18 years ago
Kåre Särs
51e58cc949
move FindKSane.cmake (for ksaneplugin) to kdegraphics
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=803911
18 years ago
Script Kiddy
c72e98f876
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=803889
18 years ago
Albert Astals Cid
bdd4fa1c0d
make sure we keep next and previous pages if we are on aggresive mode
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=803592
18 years ago
Pino Toscano
d1305c265b
Implement the canBeMoved() check for an annotation in the Annotation class itself.
...
Use this new version and remove the one in GuiUtils.
svn path=/trunk/KDE/kdegraphics/okular/; revision=803073
18 years ago
Pino Toscano
e8e93ee179
Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text.
...
This way, we can save about 4 int's for each text entity; this is not much for small documents,
but with big documents with lots of text (eg, the PDF specs) we can save a lot (more than 50MB!).
CCBUG: 161213
svn path=/trunk/KDE/kdegraphics/okular/; revision=803048
18 years ago