Commit graph

4038 commits

Author SHA1 Message Date
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
Pino Toscano a38e6e7e70 icon renaming:
- launch -> preferences-system-performance

svn path=/trunk/KDE/kdegraphics/okular/; revision=735537
2007-11-11 23:25:11 +00:00
Script Kiddy d9e6745bc7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=735260
2007-11-11 08:03:34 +00:00
Pino Toscano 2e26d12531 icon renaming:
- thumbnail-show -> view-preview

svn path=/trunk/KDE/kdegraphics/okular/; revision=735048
2007-11-10 18:49:57 +00:00
Pino Toscano 0fc6641cca 'Copy link location' -> 'Copy link address', like konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=735046
2007-11-10 18:45:48 +00:00
Craig Drummond 4863ab4e2d Fix parentless dialogs
svn path=/trunk/KDE/kdegraphics/okular/; revision=734688
2007-11-09 16:16:05 +00:00
Dirk Mueller 7ea0bce44a fix FSF address
svn path=/trunk/KDE/kdegraphics/okular/; revision=734468
2007-11-08 22:49:41 +00:00
Albert Astals Cid f3a717f412 resync with spectre git, fixes winterz render problem
svn path=/trunk/KDE/kdegraphics/okular/; revision=734041
2007-11-07 22:18:08 +00:00
Dirk Mueller 161ebbc47a adding license
svn path=/trunk/KDE/kdegraphics/okular/; revision=733478
2007-11-06 12:55:42 +00:00
Pino Toscano 5412f21664 simplify more
svn path=/trunk/KDE/kdegraphics/okular/; revision=732879
2007-11-04 23:35:38 +00:00
Pino Toscano 9ac1f51e59 easier debug output
svn path=/trunk/KDE/kdegraphics/okular/; revision=732877
2007-11-04 23:33:43 +00:00
Pino Toscano 6e37c43c8d don't print the debug stuff between " and "
svn path=/trunk/KDE/kdegraphics/okular/; revision=732875
2007-11-04 23:33:05 +00:00
Pino Toscano ca0f9184d2 export correctly
svn path=/trunk/KDE/kdegraphics/okular/; revision=732873
2007-11-04 23:31:36 +00:00
Pino Toscano 2ae8000a77 delete the document info when closing a document
svn path=/trunk/KDE/kdegraphics/okular/; revision=732870
2007-11-04 23:17:17 +00:00
Albert Astals Cid 360e7cd95b i forgot the helper headers
svn path=/trunk/KDE/kdegraphics/okular/; revision=732863
2007-11-04 23:01:32 +00:00
Albert Astals Cid 402c93e622 Replace the ghostview generator by the spectre generator, both are based on libgs, but the spectre one is simpler
as it uses the yetToBeAnnounced freedesktop libspectre project. I'm actually adding libspectre sources for the kde4.0.x
timeframe as libspectre won't be released/packaged on time for 4.0 but will remove it for 4.1 and onwards.

libspectre is a shared project between okular and evince *hooraay* that aims to unify the developing of a layer on top of libgs

That closes my work on making ps *work* on okular for KDE 4.0, any reported problem will be of course investigated
Thanks for reading up to here :-D

svn path=/trunk/KDE/kdegraphics/okular/; revision=732860
2007-11-04 22:46:01 +00:00
Pino Toscano 0b35107505 fix icons
svn path=/trunk/KDE/kdegraphics/okular/; revision=732755
2007-11-04 17:03:47 +00:00
Pino Toscano 9e5f8163f7 recalc correctly the width of the sidebar when changing the icon size or toggling the text
svn path=/trunk/KDE/kdegraphics/okular/; revision=732427
2007-11-03 20:48:10 +00:00
Albert Astals Cid 9033cfdec8 aZoomFitText is not created atm, so don't try to update it
svn path=/trunk/KDE/kdegraphics/okular/; revision=732304
2007-11-03 12:58:46 +00:00
Pino Toscano e789814651 use the 'cpu' icon
svn path=/trunk/KDE/kdegraphics/okular/; revision=732278
2007-11-03 12:03:21 +00:00
Pino Toscano 02e7c0abfb disable the "fit to text" zoom option, not yet implemented
svn path=/trunk/KDE/kdegraphics/okular/; revision=732156
2007-11-02 23:23:06 +00:00
Pino Toscano 6ae58b8250 properly pass a directory
svn path=/trunk/KDE/kdegraphics/okular/; revision=732148
2007-11-02 23:00:38 +00:00
Pino Toscano 30855b4e2b remove a deprecated from KIntNumInput
svn path=/trunk/KDE/kdegraphics/okular/; revision=732138
2007-11-02 21:56:52 +00:00
Pino Toscano 616d587c2f don't crash when trying to mapping an invalid proxy index in the group proxy model
svn path=/trunk/KDE/kdegraphics/okular/; revision=732110
2007-11-02 20:21:53 +00:00
Pino Toscano b66872679e change strings to be like used everywhere else
svn path=/trunk/KDE/kdegraphics/okular/; revision=731837
2007-11-02 00:32:22 +00:00