Commit graph

4012 commits

Author SHA1 Message Date
Pino Toscano be088ab698 fix icons
svn path=/trunk/KDE/kdegraphics/okular/; revision=746279
2007-12-08 14:57:24 +00:00
Pino Toscano a194acf2bc Foo/FooPrivate for TextDocumentConverter
svn path=/trunk/KDE/kdegraphics/okular/; revision=746277
2007-12-08 14:45:32 +00:00
Pino Toscano 870980da75 correctly set the External flag for annotations loaded from documents
svn path=/trunk/KDE/kdegraphics/okular/; revision=746264
2007-12-08 13:45:06 +00:00
Laurent Montel 2eb9a53642 Add soname
svn path=/trunk/KDE/kdegraphics/okular/; revision=746258
2007-12-08 13:15:57 +00:00
Pino Toscano cae8db59ba for now, disable the editing of extrnal annotations (ie, the ones in the document)
svn path=/trunk/KDE/kdegraphics/okular/; revision=746252
2007-12-08 12:45:44 +00:00
Pino Toscano 7c85a2a804 Add a simple GUI to configure the tickness for line annotations.
Two new messages OK'ed by translators.

svn path=/trunk/KDE/kdegraphics/okular/; revision=746224
2007-12-08 11:31:37 +00:00
Pino Toscano aa9181b3a1 disable the option button for now
svn path=/trunk/KDE/kdegraphics/okular/; revision=746110
2007-12-07 21:55:41 +00:00
Albert Astals Cid 8f0c595dfd Use pagesize with double values to divide, if not the rounding up and down and whatnow hits us and we get a page of the different size we wanted.
BUG: 153621

svn path=/trunk/KDE/kdegraphics/okular/; revision=746081
2007-12-07 19:17:53 +00:00
Christian Ehrlicher 690bfc7456 add missing qtimer.h
svn path=/trunk/KDE/kdegraphics/okular/; revision=746030
2007-12-07 15:40:25 +00:00
Script Kiddy 8d7e8be0c7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=745899
2007-12-07 08:14:18 +00:00
Pino Toscano 2354aebd55 remove the 'lib' prefix from the okularpart
make konqueror able to load again okular as embedded :/

svn path=/trunk/KDE/kdegraphics/okular/; revision=745740
2007-12-06 23:12:27 +00:00
Pino Toscano 776dec4aae bump version to 0.5.94
svn path=/trunk/KDE/kdegraphics/okular/; revision=744919
2007-12-04 21:37:15 +00:00
Pino Toscano 66376cf31f make swap() private
svn path=/trunk/KDE/kdegraphics/okular/; revision=744918
2007-12-04 21:36:32 +00:00
Burkhard Lück 984d38ab9e extract also the tool names for translation
CCMAIL:toscano.pino@tiscali.it
CCMAIL:okular-devel@kde.org 

svn path=/trunk/KDE/kdegraphics/okular/; revision=744494
2007-12-03 20:01:53 +00:00
Jakob Petsovits d9de20dfe7 Masses of icon fixes and adaptions, caused by the original
desire to rename "edit" to "object-edit". I changed my mind
in the middle of the process (but had lots of other changes
lying around already and really need to stop), so many
or all of the newly renamed "object-edit" icons might
vanish again.

But all in all, there are improvements in many places.

svn path=/trunk/KDE/kdegraphics/okular/; revision=744272
2007-12-03 06:27:42 +00:00
Pino Toscano bd294e1de6 move the FilePrinterPreview to the kpart (no need for it to be in the core library)
svn path=/trunk/KDE/kdegraphics/okular/; revision=744225
2007-12-03 00:17:12 +00:00
Pino Toscano 5b01430bb0 remove internal aboutdata+componentdata of the generator, now it's handled by the plugin system
svn path=/trunk/KDE/kdegraphics/okular/; revision=744197
2007-12-02 22:55:12 +00:00
Pino Toscano a7d2563d31 update a bit with the recent API changes
(still missing the kdeprint removal, though)

svn path=/trunk/KDE/kdegraphics/okular/; revision=744193
2007-12-02 22:48:31 +00:00
Pino Toscano d1b62bbe5e link to less libraries
svn path=/trunk/KDE/kdegraphics/okular/; revision=744174
2007-12-02 21:09:17 +00:00
Pino Toscano ba3c9cbc6c remove the 'lib' prefix from the okularpart
svn path=/trunk/KDE/kdegraphics/okular/; revision=744171
2007-12-02 21:05:10 +00:00
Pino Toscano 2cd01094a7 remove the 'lib' prefix from the okularpart
svn path=/trunk/KDE/kdegraphics/okular/; revision=744170
2007-12-02 21:02:57 +00:00
Pino Toscano 6aa123656a Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far.
This requires a generator to have a
  MyGenerator(QObject *parent, const QVariantList &args)
constructor in order to be successfully loaded.
The OKULAR_EXPORT_PLUGIN macro was adapted, and the generators to provide it the about data; the protected Generator::setAboutData() is no more needed.

Remove the 'lib' prefix from plugins, unneeded now.

CCMAIL: okular-devel@kde.org

svn path=/trunk/KDE/kdegraphics/okular/; revision=744169
2007-12-02 20:57:24 +00:00
Script Kiddy 4b1e246e87 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=743874
2007-12-02 08:05:31 +00:00
Pino Toscano c88cf049cc show/hide the antiwidget when we show/hide ourselves
svn path=/trunk/KDE/kdegraphics/okular/; revision=742819
2007-11-28 23:40:39 +00:00
Pino Toscano 2f39925acb set the help tooltip also when creating a toolbar button for the action
(no new string, the same string is already there)

svn path=/trunk/KDE/kdegraphics/okular/; revision=742801
2007-11-28 22:54:22 +00:00
Tobias Koenig 3ce7e38f06 Now that we use QPrinter, call QTextDocument::print() directly...
Enable printing for this generator.

svn path=/trunk/KDE/kdegraphics/okular/; revision=742243
2007-11-27 16:29:50 +00:00
Dirk Mueller 7cfdc3dc80 header cleannness++
svn path=/trunk/KDE/kdegraphics/okular/; revision=742135
2007-11-27 08:44:10 +00:00
John Layt 1b1ed9451b Enable Okular printing features:
* Add FilePrinter class to enable printing via postscript files
* DJVU, PDF, and PS backends print FilePrinter
* All backends enable printing of bookmarked pages
* Print and Print Preview actions enabled/disabled depending on backends
  printing ability

Note that FilePrinter only works on *NIX platforms with Cups, lpr, or lp.



svn path=/trunk/KDE/kdegraphics/okular/; revision=741990
2007-11-26 21:43:54 +00:00
Albert Astals Cid 2153ec5edd resync with spectre
svn path=/trunk/KDE/kdegraphics/okular/; revision=741933
2007-11-26 19:15:23 +00:00
Pino Toscano d3f4460d38 add icon for the pdf export format
svn path=/trunk/KDE/kdegraphics/okular/; revision=741369
2007-11-25 14:48:54 +00:00
Pino Toscano 34ef597517 SVN_SILENT simplify
svn path=/trunk/KDE/kdegraphics/okular/; revision=741358
2007-11-25 14:10:18 +00:00
Pino Toscano 8a3af5a02a give it the correct name
svn path=/trunk/KDE/kdegraphics/okular/; revision=741326
2007-11-25 12:56:21 +00:00
Pino Toscano dfce0d1fcd centralize the way we know whether a generator is configurable, and properly manage i18n loading in that case
svn path=/trunk/KDE/kdegraphics/okular/; revision=741325
2007-11-25 12:49:30 +00:00
Pino Toscano 07dd3fe824 give the debug area to the kWarning() calls
svn path=/trunk/KDE/kdegraphics/okular/; revision=741314
2007-11-25 12:18:10 +00:00
Pino Toscano 1214468229 directly take the componentdata
svn path=/trunk/KDE/kdegraphics/okular/; revision=741313
2007-11-25 12:15:55 +00:00
Pino Toscano 1e08dc6a95 correctly check whether a generator was already loaded, even when no generator was previously loaded
fixes the ghostcript config page not showing when starting an empty okular

svn path=/trunk/KDE/kdegraphics/okular/; revision=741308
2007-11-25 12:08:37 +00:00
Pino Toscano b3b533d206 Few fixes by Luigi Toscano.
CCMAIl: luigi.toscano@tiscali.it

svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=741189
2007-11-25 01:18:05 +00:00
Pino Toscano 10503cf472 Add stubs for about data for the backends that don't have one, but have translations.
I remember all the maintainers to fill them only after the KDE 4.0 unfreeze :)

CCMAIL: okular-devel@kde.org

svn path=/trunk/KDE/kdegraphics/okular/; revision=741068
2007-11-24 18:08:30 +00:00
Pino Toscano ba7d0732c1 ignore any "empty" component data
svn path=/trunk/KDE/kdegraphics/okular/; revision=741067
2007-11-24 18:07:59 +00:00
Pino Toscano 1178a63b01 rename the selectionChanged() slot of LineEdit to slotSelectionChanged()
svn path=/trunk/KDE/kdegraphics/okular/; revision=741036
2007-11-24 16:41:57 +00:00
Albert Astals Cid e7a3f58308 KDVI -> Okular on visible messages
svn path=/trunk/KDE/kdegraphics/okular/; revision=739354
2007-11-20 22:05:09 +00:00
Allen Winter 1e34663484 remove deprecated Encoding
DocPath => X-DocPath
ServiceTypes => X-KDE-ServiceTypes
Keywords => X-KDE-Keywords

svn path=/trunk/KDE/kdegraphics/okular/; revision=737282
2007-11-15 22:38:18 +00:00
Patrick Spendrin 3fa4b86d6b finding poppler under windows
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=737148
2007-11-15 16:53:15 +00:00
Pino Toscano f1fa4254f3 i18n fixes (s/KDVI/okular/) by Luigi Toscano.
CCMAIL: luigi.toscano@tiscali.it

svn path=/trunk/KDE/kdegraphics/okular/; revision=736814
2007-11-14 22:12:53 +00:00
Pino Toscano 76ed5e18e5 enable the "copy" and "select all" actions only when there's a document open
temporary "steal" the usage of the "format-justify-(left|right)" icons as table-of-contents icon in the sidebar

svn path=/trunk/KDE/kdegraphics/okular/; revision=736339
2007-11-14 00:04:07 +00:00
Pino Toscano 649d0c7fd0 before I forget, bump version to 0.5.93
svn path=/trunk/KDE/kdegraphics/okular/; revision=736323
2007-11-13 23:07:13 +00:00
Pino Toscano 4cbfcb582b for now, paint the external annotations as well, as we have no way to know whether the general is able to paint them
svn path=/trunk/KDE/kdegraphics/okular/; revision=736321
2007-11-13 23:03:22 +00:00
Pino Toscano cb50789290 slightly better wording
svn path=/trunk/KDE/kdegraphics/okular/; revision=736320
2007-11-13 22:46:44 +00:00
Pino Toscano 6ddb793ae6 correctly locale the icon (when stored as metadata) in the prixmap preview widget
few updates in the list of default stamps

svn path=/trunk/KDE/kdegraphics/okular/; revision=736317
2007-11-13 22:32:59 +00:00
Pino Toscano 537b828e50 for now, disable the animation of the review toolbar, as it seems to be slow sometimes
#define OKULAR_ANIMATE_REVIEW_TOOBAR to re-eanble it

svn path=/trunk/KDE/kdegraphics/okular/; revision=736304
2007-11-13 22:04:04 +00:00