4386 Commits (5c09d64596fdd5bdc8ce0482d9cdc91c80e40b8a)
 

Author SHA1 Message Date
Pino Toscano 5c09d64596 give a parent to the password dialog 18 years ago
Albert Astals Cid 2d7f6d63e2 workaround Qt4.4 buginess 18 years ago
Script Kiddy 219a20e1c5 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 697d51e1a2 Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can. 18 years ago
Laurent Montel a3287b38c7 Don't try to use pkg-config on win32 18 years ago
Albert Astals Cid bb23209234 limit the number of text pages we keep in memory so that searching does not bring your system to its knees 18 years ago
Pino Toscano e13e74db92 add a private slot for hooks on config change 18 years ago
Kåre Särs 51e58cc949 move FindKSane.cmake (for ksaneplugin) to kdegraphics 18 years ago
Script Kiddy c72e98f876 SVN_SILENT made messages (.desktop file) 18 years ago
Albert Astals Cid bdd4fa1c0d make sure we keep next and previous pages if we are on aggresive mode 18 years ago
Pino Toscano d1305c265b Implement the canBeMoved() check for an annotation in the Annotation class itself. 18 years ago
Pino Toscano e8e93ee179 Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text. 18 years ago
Script Kiddy da6f2d204e SVN_SILENT made messages (.desktop file) 18 years ago
Albert Astals Cid 3fd8f39b77 make sure we don't detach 18 years ago
Albert Astals Cid 048a879e32 Fordwardport commit 801781: 18 years ago
Pino Toscano 7042bd4cc2 add viewId() 18 years ago
Albert Astals Cid 6772c5f061 do not search twice 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
Pino Toscano 5851ddf6a8 Start a View class for managing the "views" of a document. 18 years ago
Pino Toscano 1ed3928811 set the about data icon name in the right place 18 years ago
Pino Toscano e6a93e2f38 Add a very simple configuration widget for caret annotations. 18 years ago
Pino Toscano 8a3dda1142 fix the portability fixes: 18 years ago
Pino Toscano e1d9b6dd1a make the text of the creation and modification date labels copyable 18 years ago
Pino Toscano f56e78aac1 apply an optional new icon for file attachment annotations 18 years ago
Adriaan de Groot 59479a6169 Quiet complaints that a function with C++ linkage is being passed to a C function expecting a function pointer with C linkage. 18 years ago
Adriaan de Groot 23e114f2a3 Missed one set of u_int -> uint; the latter is available on more platforms. 18 years ago
Adriaan de Groot 837bb55306 u_int types are less portable than uint types; if this gives problems we can use quint as the most general solution. 18 years ago
Friedrich W. H. Kossebau 56e1842069 set global program icon via KAboutData, not directly 18 years ago
Pino Toscano 33fabf80b4 the plucker generator uss also zlib, so look for and link to it 18 years ago
Pino Toscano eaea89500f instead of a squeezed text label, use a normal label and word wrap its text; there's enough room for long descriptions 18 years ago
Adriaan de Groot 608c465480 Correct peculiar typedef construct 18 years ago
Pino Toscano 557f199395 SVN_SILENT set svn:mime-type as image/png 18 years ago
Pino Toscano a8294eb55f - add oxygen icons for the 'pushpin' and 'paperclip' symbols for file attachment annotations 18 years ago
Pino Toscano 18c8cf59e8 - when the loading of a textdocument-based document fails, cleanup all the stuff eventually gathered from the converter 18 years ago
Pino Toscano 4500f491ef when a file attachment annotation has no description, show that there's no description available, instead of nothing 18 years ago
Script Kiddy 135c3752f1 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 34a697a16b clear the document information when a plucker document is closed 18 years ago
Pino Toscano 242891d48e create the style information object only during the conversion; this way, there are no stale information across multiple openings 18 years ago
Pino Toscano 890367943b clear TOC and document info when closing a textdocument-based document 18 years ago
Pino Toscano f697cdf007 Add a close() method for the comicbook document so: 18 years ago
Pino Toscano 2634a4b8d4 Show the icon of file attachment annotations in the annotation properties dialog. 18 years ago
Pino Toscano eb3215b4c2 properly align the text labels to the right, as per HIG 18 years ago
Pino Toscano 5fc6a887c0 Optionally create an extra widget to be shown as third tab in the annotation properties dialog. 18 years ago
Pino Toscano 48058c4743 rename to "style widget" the configuration widget for annotations that have one so far, 18 years ago
Script Kiddy 0273c563fd SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 93c57bac43 add a simpler ctor for the private class of textpage 18 years ago
Script Kiddy 1aa906ea20 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 13e05a7894 factorize the creation of pens with "standard" annotation style settings 18 years ago
Pino Toscano 522f72a302 geometric annotations: draw a dashed border if set so 18 years ago
Pino Toscano c123fd1aa7 when we are requested to paint but the pixmap has not been rendered yet, fill the paint area with the background color 18 years ago