Commit graph

4130 commits

Author SHA1 Message Date
Patrick Spendrin 8de31796b1 install okularcore and kolourpaint_lgpl to the now correct places.
svn path=/trunk/KDE/kdegraphics/okular/; revision=779538
2008-02-26 12:56:08 +00:00
Script Kiddy 51244e469c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=778798
2008-02-24 16:38:47 +00:00
Patrick Spendrin c96ec3acf7 compile++ - Apply the same as in dviRenderer.cpp:383/:384
svn path=/trunk/KDE/kdegraphics/okular/; revision=778538
2008-02-23 21:32:17 +00:00
Patrick Spendrin d11b124e63 remove linkage to not existing libm
svn path=/trunk/KDE/kdegraphics/okular/; revision=778207
2008-02-22 21:19:30 +00:00
Script Kiddy 81bea38964 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=776785
2008-02-18 20:28:23 +00:00
Pino Toscano 0c1ff7f350 new method/signal for okular 0.7 (kde 4.1)
svn path=/trunk/KDE/kdegraphics/okular/; revision=775126
2008-02-14 23:23:14 +00:00
Pino Toscano 7266660c37 Add a protected TextDocumentGenerator* generator() to the TextDocumentConverter to make it able to use stuff of the Document (eg a parent for dialogs).
svn path=/trunk/KDE/kdegraphics/okular/; revision=775125
2008-02-14 23:19:24 +00:00
Dirk Mueller a9470717c9 fix logical typo
svn path=/trunk/KDE/kdegraphics/okular/; revision=775046
2008-02-14 19:23:44 +00:00
Pino Toscano f119948841 connect to the changed signals _after_ we set the states, otherwise end up in pushing back to the form fields the same value
svn path=/trunk/KDE/kdegraphics/okular/; revision=775040
2008-02-14 19:05:54 +00:00
Script Kiddy 936171d955 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=774940
2008-02-14 13:05:08 +00:00
Pino Toscano be5abf2c74 ok, fix in the proper way: always compile the manifest, and instead #ifdef the qca2 part in it
svn path=/trunk/KDE/kdegraphics/okular/; revision=774915
2008-02-14 11:06:42 +00:00
Pino Toscano fde51008b8 - compile manifest.cpp only if qca2 was found
- macro_log_feature() for info about qca2
- link to less libraries (you don't need poppler!)

svn path=/trunk/KDE/kdegraphics/okular/; revision=774876
2008-02-14 09:37:48 +00:00
Brad Hards e403126da4 Add support for encrypted ODF documents.
This is a bit experimental, but it does (mostly :-)) work for me.

Note that the KWallet integration should be interoperable with
KWord, so if you enter the password in one application, you
shouldn't be prompted for the password in the other (as long as
the document path is the same - it won't work if you move the 
document).

svn path=/trunk/KDE/kdegraphics/okular/; revision=774836
2008-02-14 07:35:07 +00:00
Laurent Montel 3f43482199 Make dashboard happy
svn path=/trunk/KDE/kdegraphics/okular/; revision=774833
2008-02-14 07:30:08 +00:00
Pino Toscano c77c26bcfe extra ';'
svn path=/trunk/KDE/kdegraphics/okular/; revision=774797
2008-02-14 01:19:44 +00:00
Pino Toscano f8f6fe3256 * even the checkboxes can be grouped together like they would be radio buttons, so add the possibility to have button groups for them as well
* don't enable read-only widgets

svn path=/trunk/KDE/kdegraphics/okular/; revision=774017
2008-02-12 11:03:04 +00:00
Albert Astals Cid aab9224955 resync with kchmviewer
svn path=/trunk/KDE/kdegraphics/okular/; revision=773800
2008-02-11 19:44:22 +00:00
Pino Toscano e780f79fee install the "public" cmake modules, only FindOkular atm
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=773725
2008-02-11 17:13:05 +00:00
Pino Toscano ebdc32b46c polish up a bit:
- lowercase the function calls
- use FindPackageHandleStandardArgs
- a bit of doc

svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=773724
2008-02-11 17:12:23 +00:00
Pino Toscano ba59951fe0 merge the checks for stuff in the development version of poppler in a HAVE_POPPLER_0_7
svn path=/trunk/KDE/kdegraphics/okular/; revision=773566
2008-02-11 12:03:28 +00:00
Pino Toscano 7aceeecb4d bump libokularcore library version to 1.1.0
svn path=/trunk/KDE/kdegraphics/okular/; revision=773562
2008-02-11 11:07:14 +00:00
Pino Toscano 64e7cd8e41 Optionally, read the "button" form fields from poppler.
Enable the support for them only if the poppler version is recent enough (atm, git master of around 9 hours ago).

svn path=/trunk/KDE/kdegraphics/okular/; revision=773549
2008-02-11 10:42:42 +00:00
Pino Toscano 03ea6ff54d Add the support in the core library and in the user interface for button form fields (ie, push button, check boxes and radio buttons).
svn path=/trunk/KDE/kdegraphics/okular/; revision=773548
2008-02-11 10:41:04 +00:00
Pino Toscano 7eac68815b Use the id of the form fields as id, not the name!
svn path=/trunk/KDE/kdegraphics/okular/; revision=773440
2008-02-11 01:37:02 +00:00
Tobias Koenig 5fd6ef5d7c Remove unneeded code, if we don't have a creator, don't tell okular
about it.

svn path=/trunk/KDE/kdegraphics/okular/; revision=773347
2008-02-10 20:47:13 +00:00
Pino Toscano 7518bc0b56 store the EmbeddedFile* directly in the QTreeWidgetItem
svn path=/trunk/KDE/kdegraphics/okular/; revision=773060
2008-02-10 02:02:58 +00:00
Script Kiddy 8b4d21d28f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=772852
2008-02-09 16:03:16 +00:00
Albert Astals Cid 3593d174b5 microoptimization
const & in foreach

svn path=/trunk/KDE/kdegraphics/okular/; revision=772807
2008-02-09 15:34:37 +00:00
Pino Toscano aaf5f185f2 SVN_SILENT fix include guard
svn path=/trunk/KDE/kdegraphics/okular/; revision=772372
2008-02-08 15:22:15 +00:00
Pino Toscano 37bf43359c use the new addMetaData signal of TextDocumentConverter
svn path=/trunk/KDE/kdegraphics/okular/; revision=772365
2008-02-08 14:49:57 +00:00
Pino Toscano 40803bf9b0 and actually connect to the new signal
svn path=/trunk/KDE/kdegraphics/okular/; revision=772364
2008-02-08 14:47:41 +00:00
Pino Toscano c6b7cfab8c Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter.
This way, standard info keys can be used without adding manually the key id and the translated label.

svn path=/trunk/KDE/kdegraphics/okular/; revision=772350
2008-02-08 14:13:55 +00:00
Script Kiddy 28ef3c962f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=771981
2008-02-07 12:24:33 +00:00
Script Kiddy 1dab4c4aef SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=771585
2008-02-06 13:01:43 +00:00
Tobias Koenig 34099483fb Update the bookmark menu whenever bookmarks have been renamed
in the sidebar

BUG: 157189

svn path=/trunk/KDE/kdegraphics/okular/; revision=771286
2008-02-05 17:36:04 +00:00
Pino Toscano 8e4d1708a6 few "krazy fixes", patch by Fábio Firmo <fabio.a.firmo@gmail.com>
svn path=/trunk/KDE/kdegraphics/okular/; revision=770943
2008-02-04 19:51:14 +00:00
Script Kiddy c59b0d8eea SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=770815
2008-02-04 14:08:41 +00:00
Burkhard Lück 11dfa10361 fixed wrong menuitem + typo
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=770501
2008-02-03 20:52:59 +00:00
Pino Toscano d3b5ef60d7 SVN_SILENT simplify a bit
svn path=/trunk/KDE/kdegraphics/okular/; revision=770441
2008-02-03 19:13:55 +00:00
Albert Astals Cid 302ffcc05b also port the kio to the latest kchmviewer stuff
svn path=/trunk/KDE/kdegraphics/okular/; revision=770395
2008-02-03 16:00:06 +00:00
Albert Astals Cid d60620d33d fix FSF address
svn path=/trunk/KDE/kdegraphics/okular/; revision=770378
2008-02-03 15:19:16 +00:00
Albert Astals Cid a1166052d2 adding myself, probably more people should be here, just add yourselves or shout me
svn path=/trunk/KDE/kdegraphics/okular/; revision=770375
2008-02-03 15:14:13 +00:00
Albert Astals Cid 2e29cd8ffa port to new kchmviewer code, this brings us to almost no local patch on extern code (we have 1 bugfix + making kio-msits work that i'll notify upstream)
svn path=/trunk/KDE/kdegraphics/okular/; revision=770371
2008-02-03 15:07:00 +00:00
Kevin Kofler e6f561800e Fix kdegraphics/okular/generators/spectre/CMakeLists.txt so the build against libspectre actually works.
svn path=/trunk/KDE/kdegraphics/okular/; revision=769703
2008-02-01 21:21:46 +00:00
Pino Toscano e9bd289993 Keep a list of the currently active pixmap requests (usually one at most), and wait for their finish when closing the document.
svn path=/trunk/KDE/kdegraphics/okular/; revision=769281
2008-02-01 00:43:45 +00:00
Pino Toscano 283852c563 instead of assert()'ing, just acts like a Document and delete the pixmap request
svn path=/trunk/KDE/kdegraphics/okular/; revision=769280
2008-02-01 00:30:48 +00:00
Script Kiddy 918d28a86d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=769081
2008-01-31 13:26:39 +00:00
Albert Astals Cid bde413ac5e okular needs libspectre >= 0.2 as of now
Packagers start your engines!

svn path=/trunk/KDE/kdegraphics/okular/; revision=768911
2008-01-30 22:08:44 +00:00
Albert Astals Cid 87fe7f277a Revert r602310: usability fix: mouse wheel up goes to the next page, not to the previous (and viceversa for mouse wheel down)
Florian agrees

BUG: 156880


svn path=/trunk/KDE/kdegraphics/okular/; revision=768317
2008-01-29 19:13:08 +00:00
Script Kiddy daad15e7d2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=767676
2008-01-28 14:23:23 +00:00