Commit graph

4078 commits

Author SHA1 Message Date
Pino Toscano 02d6dab204 adapt to the new icon names
svn path=/trunk/KDE/kdegraphics/okular/; revision=720180
2007-10-02 16:23:28 +00:00
Pino Toscano e461f0c113 don't include kpixmapeffect.h
svn path=/trunk/KDE/kdegraphics/okular/; revision=720047
2007-10-02 08:05:52 +00:00
Pino Toscano 424ebb655d use better icons for a couple of sections in the preferences dialog, and in the File menu
svn path=/trunk/KDE/kdegraphics/okular/; revision=719820
2007-10-01 22:49:47 +00:00
Pino Toscano 49166c17aa simplify a bit, and assign the temporary file name only if the whole extraction procedure succeeded
svn path=/trunk/KDE/kdegraphics/okular/; revision=719677
2007-10-01 17:06:42 +00:00
Rafael Fernández López 396bcc107b Code adaptation because of changes on libraries related to revision 719630
svn path=/trunk/KDE/kdegraphics/okular/; revision=719644
2007-10-01 15:10:42 +00:00
Pino Toscano d51e9fa4d8 remove the private methods of PixmapRequest, and make the Document work with its private class
svn path=/trunk/KDE/kdegraphics/okular/; revision=719319
2007-09-30 21:44:31 +00:00
Pino Toscano 7e150aeb43 don't leak the internal documents, but properly delete them
svn path=/trunk/KDE/kdegraphics/okular/; revision=719297
2007-09-30 20:51:19 +00:00
Pino Toscano 211ab15c2e use KAboutData by value, and remove an old static method of the part
svn path=/trunk/KDE/kdegraphics/okular/; revision=719241
2007-09-30 16:52:27 +00:00
Pino Toscano 35d64add5c fix a couple of memory leaks
svn path=/trunk/KDE/kdegraphics/okular/; revision=719233
2007-09-30 16:37:10 +00:00
Pino Toscano 5dc92c5824 use qint64 for the document size
svn path=/trunk/KDE/kdegraphics/okular/; revision=719107
2007-09-30 10:49:38 +00:00
Pino Toscano 20c96df680 Respect a bit more the HIG guidelines: align the labels of buttons and combos to the right.
svn path=/trunk/KDE/kdegraphics/okular/; revision=718787
2007-09-29 17:55:56 +00:00
Pascal Létourneau d0fd4b6f26 Take the margin into account in mouse{Press,Release}Event
svn path=/trunk/KDE/kdegraphics/okular/; revision=718756
2007-09-29 16:36:14 +00:00
Script Kiddy 44dd16d127 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=717659
2007-09-27 09:33:48 +00:00
Pino Toscano 819037c6b6 SVN_SILENT clean a bit the debug output
svn path=/trunk/KDE/kdegraphics/okular/; revision=717498
2007-09-26 23:29:50 +00:00
Pino Toscano e8bad1f69d it seems phonon-xine can handle sound streams via data, so feel brave enough and enabling the embedded sounds code
svn path=/trunk/KDE/kdegraphics/okular/; revision=717456
2007-09-26 22:14:13 +00:00
Script Kiddy cc3c2badba SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=717124
2007-09-26 05:58:40 +00:00
Pino Toscano 24c55e3caa reduce the visible rect by -1,-1, so it looks symmetric (and perfect :) )
svn path=/trunk/KDE/kdegraphics/okular/; revision=716582
2007-09-24 23:08:17 +00:00
Albert Astals Cid be1fd1e777 SVN_SILENT clean
svn path=/trunk/KDE/kdegraphics/okular/; revision=716400
2007-09-24 17:02:39 +00:00
Albert Astals Cid f99fe6128d take into account page orientation when rendering
svn path=/trunk/KDE/kdegraphics/okular/; revision=716397
2007-09-24 16:58:48 +00:00
Pino Toscano 9ec65271fa SVN_SILENT old stuff
svn path=/trunk/KDE/kdegraphics/okular/; revision=716091
2007-09-23 23:39:34 +00:00
Pino Toscano 4edda7b967 provide the title of the document, if it has any
svn path=/trunk/KDE/kdegraphics/okular/; revision=716089
2007-09-23 23:27:50 +00:00
Pino Toscano 50b73a93b1 Remove the (not working) homemade async loading, and make use of the Generator API for async loading.
svn path=/trunk/KDE/kdegraphics/okular/; revision=716074
2007-09-23 22:13:16 +00:00
Pino Toscano 823edf52b1 make KDjVu no more a QObject, and remove the traces of "async" loading (never really implemented)
svn path=/trunk/KDE/kdegraphics/okular/; revision=716072
2007-09-23 21:59:30 +00:00
Pino Toscano 746074cfcb Make use of the Esc key in the content area:
- when the document is auto-scrolling, stop the scrolling
- when building an annotation, stop its construction

svn path=/trunk/KDE/kdegraphics/okular/; revision=716000
2007-09-23 17:45:36 +00:00
Pino Toscano 3c6b0b9181 add a method to toggle any of the tool buttons
svn path=/trunk/KDE/kdegraphics/okular/; revision=715999
2007-09-23 17:40:23 +00:00
Pino Toscano aa4ca4d9b3 always fill the page with the paper color, so page pixmaps with alpha does not cause garbage to be left on the page
svn path=/trunk/KDE/kdegraphics/okular/; revision=715954
2007-09-23 15:30:31 +00:00
Pino Toscano 684b146867 SVN_SILENT explicitely initialize the base class
svn path=/trunk/KDE/kdegraphics/okular/; revision=715948
2007-09-23 15:09:27 +00:00
Albert Astals Cid 1b3945bfb4 generator_prefs shall not be the last settings option
svn path=/trunk/KDE/kdegraphics/okular/; revision=715686
2007-09-22 22:01:00 +00:00
Laurent Montel f3f3179eaa Use FIND_PACKAGE_HANDLE_STANDARD_ARGS
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=715618
2007-09-22 15:54:08 +00:00
Albert Astals Cid 46a6f7eb62 Make the about backend action appear in the correct place
svn path=/trunk/KDE/kdegraphics/okular/; revision=715265
2007-09-21 16:34:38 +00:00
Pino Toscano cee21b54b2 no need for a "checked state" for the show navigation panel menu action
svn path=/trunk/KDE/kdegraphics/okular/; revision=715110
2007-09-21 08:47:58 +00:00
Pino Toscano 8c060fb816 as starting directory in the open document dialog, use the path of the current document, not the one of the first file open
svn path=/trunk/KDE/kdegraphics/okular/; revision=714820
2007-09-20 17:30:41 +00:00
Script Kiddy 63b6301d12 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=714636
2007-09-20 05:45:54 +00:00
Laurent Montel 3207ffbf37 Move to kdelibs
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=713341
2007-09-17 06:16:57 +00:00
Pino Toscano b455fb1221 we need to register QModelIndex as metatype to be able to pass it as parameter for queued slot calls
svn path=/trunk/KDE/kdegraphics/okular/; revision=713205
2007-09-16 17:06:18 +00:00
Pino Toscano 4b3b1a910c open just the TOC branch the document wants to be open; properly open them
svn path=/trunk/KDE/kdegraphics/okular/; revision=713165
2007-09-16 15:00:40 +00:00
Pino Toscano 81f852094b use the 'attach' icon for the embedded files menu action
svn path=/trunk/KDE/kdegraphics/okular/; revision=712981
2007-09-15 22:17:34 +00:00
Pino Toscano ac970f2d6c reduce the locked section a bit
svn path=/trunk/KDE/kdegraphics/okular/; revision=712976
2007-09-15 21:55:12 +00:00
Pino Toscano 2a258a92f9 solaris compiling fixes by physrules
svn path=/trunk/KDE/kdegraphics/okular/; revision=712955
2007-09-15 21:09:06 +00:00
Pino Toscano f2566912cd few updates
svn path=/trunk/KDE/kdegraphics/okular/; revision=712914
2007-09-15 17:05:12 +00:00
Pino Toscano 057d26681a +i18n comment
svn path=/trunk/KDE/kdegraphics/okular/; revision=712883
2007-09-15 15:12:30 +00:00
Pino Toscano 30081b4654 Make the findbar look almost like kate's search bar (line edit buddy, tooltips).
svn path=/trunk/KDE/kdegraphics/okular/; revision=712882
2007-09-15 15:10:59 +00:00
Pino Toscano 54c2e91df6 fix logic
svn path=/trunk/KDE/kdegraphics/okular/; revision=712857
2007-09-15 14:14:33 +00:00
Pino Toscano 2584aaa43b cache the total memory on win32
svn path=/trunk/KDE/kdegraphics/okular/; revision=712851
2007-09-15 14:05:08 +00:00
Pino Toscano 1142c0bd39 make them private
svn path=/trunk/KDE/kdegraphics/okular/; revision=712839
2007-09-15 13:16:30 +00:00
Pino Toscano a3aca79a4e a vector of bool is better here
svn path=/trunk/KDE/kdegraphics/okular/; revision=712835
2007-09-15 12:35:03 +00:00
Pino Toscano 4dcadf5544 Add a mutex in the base generator class, so any generator that wants a mutex can use it.
Adapt the poppler and the chm generator to use it instead of the own.

svn path=/trunk/KDE/kdegraphics/okular/; revision=712821
2007-09-15 11:35:53 +00:00
Pino Toscano ed413cb275 delay the real creation + initialization of the weaver to the real needed moment
svn path=/trunk/KDE/kdegraphics/okular/; revision=712637
2007-09-14 23:14:53 +00:00
Pino Toscano 231839f344 SVN_SILENT include fixes
svn path=/trunk/KDE/kdegraphics/okular/; revision=712621
2007-09-14 22:31:16 +00:00
Pino Toscano 78e2377a87 Add a method for generators to know some metadata of the document
adapted the poppler and the chm generators to use that, instead of fiddling with the settings class

svn path=/trunk/KDE/kdegraphics/okular/; revision=712614
2007-09-14 22:16:00 +00:00