4920 Commits (v4.2.90)
 

Author SHA1 Message Date
Pino Toscano 00b24315ec try to skip one level of printing redirection madness, let's see how it behaves in 4.3beta2 17 years ago
Script Kiddy cb4b2847bd SVN_SILENT made messages (.desktop file) 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
Script Kiddy ae2fecbba5 SVN_SILENT made messages (.desktop file) 17 years ago
Script Kiddy 18d59ca1b3 SVN_SILENT made messages (.desktop file) 17 years ago
Pierre Ducroquet f62df2548c I don't speak norvegian, but I think it is safe to assume that this was wrong ... 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 80b9ea46eb the kpart does already loop when refreshing a document, so doing the "wait and try again" ourselves is not useful 17 years ago
Pino Toscano d50180f0a5 0 is a valid value for font style, so use -1 as "not exlicitly set" 17 years ago
Pino Toscano 685d737f21 properly calculate the page size, converting from points to pixels using the current screen dpi 17 years ago
Pino Toscano fb8fb5da35 read the font-style property of styles 17 years ago
Pino Toscano 70ed987347 simplify the target_link_libraries(), calling it always with the mandatory libs and then adding qca2 if found 17 years ago
Pino Toscano 12e601b733 when attempting to open a DVI file, check whether the file is correct 17 years ago
Pino Toscano 372968eb6c remember to always intialize your vars; m_init, in this case 17 years ago
Script Kiddy 1d133e2016 SVN_SILENT made messages (.desktop file) 17 years ago
Pino Toscano 7baf96fb77 SVN_SILENT stop telling the measure unit is unknown when asking to convert empty strings 17 years ago
Pino Toscano d9404a544d use the proper "page-zoom" icon for the zoom tool and the zoom selector 17 years ago
Script Kiddy 9f0d409189 SVN_SILENT made messages (.desktop file) 17 years ago
Brad Hards 78ef56d4b4 Improve text layout handling in XPS document generator. 17 years ago
Pino Toscano 983392095d sort the bookmarks in the side panel by file name first, and then by page number for each file 17 years ago
Pino Toscano fede15ed60 implement <strikethrough> in <p> tags 17 years ago
Burkhard Lück 544676ba20 update version to 0.9, this will be the kde 4.3 version as pino told me on irc 17 years ago
Burkhard Lück 02833bfbb3 screenshot update 17 years ago
Burkhard Lück 73d3d1d94a update date+releaseinfo, add missing config listitem 17 years ago
Tobias Koenig 911f8eaeca tab -> whitespace fixes 17 years ago
Script Kiddy af1302e36b SVN_SILENT made messages (.desktop file) 17 years ago
Pino Toscano 37403a031a Small rework on the system used to pass parameters of the document: 17 years ago
Pino Toscano 6e6ea57068 check whether normalized values of viewport targets are in the proper [0,1] range, and use a default value if not 17 years ago
Pino Toscano 32ca783be8 add named viewport resolution 17 years ago
Pino Toscano dc7583eb8b Add the concept of "next destination" next to the "next viewport" one. 17 years ago
Pino Toscano aea558050e make use of the very recent new poppler api to create named destination actions 17 years ago
Pino Toscano 3f47351217 add detection for poppler 0.11 (development version of poppler 0.12) 17 years ago
Pino Toscano 5b1276dc57 Add for GotoAction the possibility to represent a named destination, instead of a viewport. 17 years ago
Pino Toscano 16db4f6a0d use the width and heightof the view, it seems to slightly improve the placement of the text areas 17 years ago
Pino Toscano 3aeb12fe1e use the right values of width/height for the x/y scale when getting the links of each page 17 years ago
Script Kiddy 81e3526dab SVN_SILENT made messages (.desktop file) 17 years ago
Pino Toscano 002ea53f97 QVector<bool> -> QBitArray 17 years ago
Pino Toscano 455b535ab6 Switch from the sync API to the async one. 17 years ago
Pino Toscano e75b76545c convert and set the links only *once* per page 17 years ago
Script Kiddy 4b5f6aa2fc SVN_SILENT made messages (.desktop file) 17 years ago
Pino Toscano c6c0a69cbc SVN_SILENT 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
Pino Toscano 3a31169487 search line edit: 17 years ago
Pino Toscano 23f93e3a71 Save & restore the value of "case sensitivity" and "from current page" options of the find bar. 17 years ago
Pino Toscano ff9c6a6ab5 do not leak the dvi renderer when the loading fails 17 years ago
Pino Toscano f1455f14b5 remove the rc.cpp-like file once xgettext is done 17 years ago
Pino Toscano 793a8fc9b6 do not hardcode the maximum number of digits of the pages line edit to 4 17 years ago
Pino Toscano 1b84b3fb4a raise the typing timeout from 500ms to 700ms 17 years ago
Jakub Stachowski 9931d3cc99 Do not blindly assume that contents are HTML file. 17 years ago
Pino Toscano 0599270e40 take the reading of the X/Y dpi values out of the for loop 17 years ago