353 Commits (fcb6025cb3a90edc22ed378f3c618e632ee2d5b3)

Author SHA1 Message Date
Albert Astals Cid da58769a13 Finish the forwardport of r1146401 okular/branches/KDE/4.5/kdegraphics/okular/part.cpp: 16 years ago
Albert Astals Cid 820a4f3e9a Backport r1146401 okular/branches/KDE/4.5/kdegraphics/okular/part.cpp: 16 years ago
Jeremy Paul Whiting 022ff70197 revert last commit, fixed the wrong way 16 years ago
Jeremy Paul Whiting 7698d0db23 Fixed okular's speech to look for renamed kde speech application Jovie 16 years ago
John Layt b30305b668 Enable Current Page option in Okular print dialog if running Qt >= 4.7 16 years ago
Luigi Toscano bc6cfcd684 Pass the parameter to the proper function 16 years ago
Albert Astals Cid 0f0cacd63a add a way to generators give a bit more info of why printing failed 16 years ago
Albert Astals Cid e90fa31bf9 make the iconloader in GuiUtils a stack 16 years ago
Hugo Pereira Da Costa 0684d5232a set sidebar AutoFillBackground to false in native shell mode. This fixes okular background when running as a standalone application. 16 years ago
Christian Ehrlicher 9e2f6edcf5 KUrl::path() -> KUrl::toLocalFile() 16 years ago
Pino Toscano 184deb5112 Use the KDE 4.4 way to ask for the "exists, overwite?" confirmation dialog. 16 years ago
Pino Toscano 52ce4cc095 disable the (already unused) knewstuff2 stuff from compilation and installation 16 years ago
Elvis Stansvik 820a667190 Save case sensitivity and regular expression search options for the Contents 17 years ago
Albert Astals Cid 45c8faee16 using Part as class name makes it very easy to collide with other Parts out there and very ugly things will happen, add a namespace 17 years ago
Albert Astals Cid 10ba02cbd5 in case we have a new enough poppler give a better error message when we can't save files with /Encrypt 17 years ago
Albert Astals Cid 4d36e1d1ad Remove special casing for saving local files where we don't use the temporary file, fixes saving a pdf file over itself 17 years ago
Pino Toscano 61475abe5d Convert the PageView from a QScrollArea + inner QWidget to a QAbstractScrollArea. 17 years ago
Pino Toscano 01001d2c61 Add a D-Bus function 'documentMetaData(QString)' to get a metadata of the open document, if available. 17 years ago
Pino Toscano 2dcee6883a actually, there's no need to register the bookmark items menu actions to the action collection, as they are transient atm 17 years ago
Pino Toscano 37403a031a Small rework on the system used to pass parameters of the document: 17 years ago
Pino Toscano a84db251c4 Instead of directly closing the find bar with Esc, check whether a search is running from it. 17 years ago
Albert Astals Cid 87a00c3fdc use the new kfiledialog:/// variant that let's you both specify a keyword and a filename 17 years ago
André Wöbbeking d99acec0f2 forwardport of rev. 943375 by woebbe: 17 years ago
Pino Toscano bb73bf347c detect when we are embedded in KHTML 17 years ago
Pino Toscano 9822fae845 centralize the idea of knowing where are we embedded into 17 years ago
Pino Toscano d89eb2ae9f Add a "Find Previous" action. 17 years ago
Pino Toscano 055e7b0d66 add the compressed versions of eps 17 years ago
Pino Toscano 3ebce5aaf5 Add hidden configuration for showing the document title (if any) in the title bar. Default is true (as before). 18 years ago
Pino Toscano 5d10ae58c6 Pass the action collection directly in the ctor of the presentation widget, so we can use its actions there too. 18 years ago
Sebastian Trueg 00f069f873 Reverted part of my patches based on pinotree's wishes. :) 18 years ago
Sebastian Trueg b787abb5d8 Nobody reacted on my email to the devel mailing list, so I suspect that noone has any objections to my patches. 18 years ago
Pino Toscano bfa8bd7a5a Expose to the world the document archiving functions: 18 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano 1080a193b9 - make sure to properly unregister all the observers before the Document gets destroyed 18 years ago
Pino Toscano 4eae142459 Add a D-Bus call for reloading the current document. 18 years ago
Tobias Koenig d34f0bc814 Add blackscreen mode feature to presentation mode. 18 years ago
Laurent Montel 3d3e63ce0e Fix mem leak 18 years ago
Pino Toscano 5fc4a2cf2f forgot the argument for the error message 18 years ago
Pino Toscano e68ca68e01 show an error message when we want to copy a local document to another place, but the document has vanished in the meanwhile 18 years ago
Pino Toscano 5b5b4cabe1 disable the open handle on the file, it breaks the file watching 18 years ago
Pino Toscano 6531398b91 Keep an open file handle on the local file currently open: this way, we can get it back from it, 18 years ago
Pino Toscano 346d54b061 hide top and form messages when closing a document 18 years ago
Pino Toscano 6772cc1275 it seems the object name of the shell window is sane again, so check for it now 18 years ago
Pino Toscano 76531028ba Make the page view a View, able to get and set the zoom level, and register it in the document. 18 years ago
Albert Astals Cid e82ba7082a less typos 18 years ago
Malcolm Hunter 2f62610563 More typo fixes 18 years ago
Malcolm Hunter b6124a900b Typo fixes 18 years ago
Pino Toscano cf1b9ea728 split the KParts extensions in an own file 18 years ago
Pino Toscano 8505a357dd Enable and disable the print action from the right place, so it is handled properly with remote documents. 18 years ago
Pino Toscano d3e7460947 Add a Live Connect extension to be able to react to the very tiny bit of exposed JavaScript API for host containers. 18 years ago