341 Commits (64b8965b35ca3fcfcf6a127d6a9530902cb4e012)

Author SHA1 Message Date
David Palacio db7d8ff608 Test if the file is readable if it is a regular file. 15 years ago
Pino Toscano 96ae09cfde ignore setViewport() for page numbers out of the document 15 years ago
Pino Toscano 40d20ca58d in each page, add a pointer to the owner document 15 years ago
Albert Astals Cid 6f3667b9d7 forwardport r1216334 okular/branches/KDE/4.6/kdegraphics/okular/core/document.cpp: 15 years ago
Albert Astals Cid fab89241b2 Implement memory functions for freebsd 15 years ago
Pino Toscano ba0dd22f71 when archiving, resolve the symlink if the document path is that 16 years ago
Albert Astals Cid 4e551e6867 Improve error message 16 years ago
Albert Astals Cid 25f95bbc9f duplicate code is evil 16 years ago
Albert Astals Cid 3583f6010a move from virtual to slot to not kick ABI in the nuts 16 years ago
Albert Astals Cid 0f0cacd63a add a way to generators give a bit more info of why printing failed 16 years ago
Glen Kaukola 45c82f8636 Krazy: Check for spelling errors 16 years ago
Pino Toscano 7a88256b35 use abs() before comparing to the current time, otherwise the comparison will always fail when the midnight passes 16 years ago
Albert Astals Cid 667e07a343 setAttribute with doubles is evil as it uses the current locale and we don't want that, use QString::number 17 years ago
Albert Astals Cid b9d749bc0d Commit "Document information" patch by Luigi Toscano, 8 months without a nack from any devel and i like it, so let's commit it 17 years ago
Albert Astals Cid 4041eb7f5b empty the pixmaps queue stack before doing the loop waiting for executing pixmap requests to empty, otherwise a single shot timed call to sendGeneratorRequest can kick us in the back cause bad things to happen, ranging from crashes to the app waiting forever in the loop 17 years ago
Albert Astals Cid a79fe451fd check the search we are doing is still alive, otherwise doesn't make sense to keep on doing it and even more doing so might make us crash 17 years ago
Albert Astals Cid 0b1124c4a8 do not accept new pixmap requests if we are shutting down 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
Pino Toscano 90074bef90 check the actual mime type names and not their pointers 17 years ago
Albert Astals Cid 27830a988e Add a [hidden] config option to set hinting to fonts 17 years ago
Albert Astals Cid b55024cfd7 Do not start a search if it's already running 17 years ago
Armin Berres 555cb3c9a1 add synctex support for pdf files 17 years ago
Pino Toscano df230edd3a fix signal/slot connection 17 years ago
Pino Toscano b2472bef0d check that the rotation page notification really refers to a page of a document 17 years ago
Pino Toscano dc7583eb8b Add the concept of "next destination" next to the "next viewport" one. 17 years ago
Pino Toscano 42afd676d9 handle relative file names in source reference links correctly 17 years ago
Pino Toscano 4d48c59a34 now that we have a small "progress" animation next to the search line edit in the find bar, there's no need for the "searching for ..." dialog 17 years ago
Patrick Spendrin 3330a5f992 fix crash in okular - forward port r923029 17 years ago
Pino Toscano e449fd1ef0 on document closing, clear the fifo with allocated text pages 17 years ago
Pino Toscano 3b905e3cf4 undefine the internal macros at the end 17 years ago
Pino Toscano 46a2bb5273 When the loaded document is empty, consider its loading as failed. 17 years ago
Pino Toscano cba63bd669 Pass the plugin keyword when creating generators. 18 years ago
Pino Toscano 769a70956f add more checks against invalid viewports 18 years ago
Pino Toscano 52a666f073 When starting an incremental search, do not consider the start page "done" if there was a match in it. 18 years ago
Patrick Spendrin d7c9bcb596 under windows there is no gid yet 18 years ago
Pino Toscano e5b13e2d5b claim support for application/vnd.kde.okular-archive in the correct way, ie via .desktop files 18 years ago
Pino Toscano 938ed4acfa claim support of the new application/vnd.kde.okular-archive mimetype, and check it where appropriate 18 years ago
Pino Toscano b6c5ba1bc8 Add API to load and save "document archives", ie an .okular archive with document and metadata (currently annotations). 18 years ago
Pino Toscano acab77c691 add a loadDocumentInfo() variant that takes the file name to read stuff from, and make the non-parameters one calling the new one 18 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano 9d8c52b5eb Shuffle a bit the way documents are opened: 18 years ago
Pino Toscano 5542445f04 replace the home-made placeholder replacements with KMacroExpander+KShell, and use KProcess 18 years ago
Pino Toscano 4da5b7a105 Add a configuration page for the text editor used for source references links (that is, the ones used also for inverse search). 18 years ago
Pino Toscano 97335bf267 simple optimization in the Google-like search: split the search terms just once 18 years ago
Pino Toscano e0f2e1dd13 disable the "no results found" dialog when searching. search users should use the proper signal to get the search result (and do proper feedback) 18 years ago
Pino Toscano 27e703f878 always deal with memory measures as ulonglong, this way systems with >4 GB of memory work for real now 18 years ago
Pino Toscano d3b0b62cfc Make Okular able to distinguish the LilyPond "Point and click" links, 18 years ago
Pino Toscano 0eab41cc97 do not use the specified widget as parent for the Document, but just keep it 18 years ago
Pino Toscano 6fe1576442 Correctly get the filename from the original url, not from the local file name of the real file being open. 18 years ago
Albert Astals Cid 61964b930f And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file 18 years ago