Pino Toscano
b4e301c0e0
start adding a unit test for the shell-related stuff
...
the single test case so far is for testing the url splitting
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032845
17 years ago
Pino Toscano
f04afe8220
hide the top bar when moving out of the presentation widget
...
for example when moving the cursor to another screen
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032482
17 years ago
Burkhard Lück
78b1079c7f
fix typos reported on kde-i18n-doc + use entities
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=1031605
17 years ago
Script Kiddy
326c235e17
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1031173
17 years ago
Albert Astals Cid
2ea878f4d9
return the mimetype in the kimgio generator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1029805
17 years ago
Laurent Montel
a61ccaa761
Fix warning
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1026023
17 years ago
Script Kiddy
309a641160
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1024784
17 years ago
Christian Ehrlicher
42354f1a7f
add CheckCXXSourceCompiles
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1024495
17 years ago
Albert Astals Cid
966369332b
move usage of m_dviRenderer to below the if it checks if it exists
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1023096
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
...
BUGS: 207214
svn path=/trunk/KDE/kdegraphics/okular/; revision=1023085
17 years ago
Albert Astals Cid
2ca70770dd
add a stretch at the end of the dialog so making it bigger is less ugly
...
BUG: 206856
svn path=/trunk/KDE/kdegraphics/okular/; revision=1023064
17 years ago
Script Kiddy
3d403bc66b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1020829
17 years ago
Aaron J. Seigo
5deac8b65b
api change
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1019128
17 years ago
Burkhard Lück
cbaa43bf56
add a reminder for the next doc update
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=1018510
17 years ago
Albert Astals Cid
537a88dbe2
add a InitialPreference bigger than karbon since we are better than karbon on previewing ps
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1015188
17 years ago
Script Kiddy
6961729c98
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1011292
17 years ago
Albert Astals Cid
b55024cfd7
Do not start a search if it's already running
...
BUGS: 203142
svn path=/trunk/KDE/kdegraphics/okular/; revision=1009822
17 years ago
Albert Astals Cid
b0938f12ad
i wonder why gcc thinks this is an ambiguous if, but fix the warning
...
also add my beloved kate modeline
svn path=/trunk/KDE/kdegraphics/okular/; revision=1009816
17 years ago
Pino Toscano
438b35bcab
make the gs kprocess collecct its output; disable an error message box (not doable in threads)
...
BUG: 192405
svn path=/trunk/KDE/kdegraphics/okular/; revision=1005981
17 years ago
Pino Toscano
54f6994c9d
massage a bit the psdsync parser: instead of using regexp's for the lines, split the lines in tokens by space and then read the resulting token depending on the line type
...
should be slightly faster than the regexp approach
svn path=/trunk/KDE/kdegraphics/okular/; revision=1004360
17 years ago
Pino Toscano
f397f800a3
remove the extra condition added, as it messes up with hidden fields
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1004279
17 years ago
Pino Toscano
6551b285eb
'z' looks a gnu extension, so use %lu
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003153
17 years ago
Pino Toscano
a36b9042bd
local synctex change: fix the printf specifier for a parameter (of type size_t), to be %zd instead of %d
...
add the change as local patch 05-fix-error-formats.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003109
17 years ago
Pino Toscano
fe8ab0045e
local synctex change: _synctex_error has a printf-like format, so use the proper gcc extensions to check its arguments (doing nothing for other compilers)
...
add the change as local patch 04-gcc-specify-printf-format.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003104
17 years ago
Albert Astals Cid
bdfcd6e337
typos -= 2
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003103
17 years ago
Pino Toscano
5fa6a43122
local synctex change: make const the name parameter for _synctex_scan_named
...
add the change as local patch 03-fix-_synctex_scan_named.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003093
17 years ago
Pino Toscano
eb474beeee
local synctex change: make const the format-like message parameter for _synctex_error
...
add the change as local patch 02-fix-_synctex_error.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003084
17 years ago
Pino Toscano
f732152653
local synctex change: fix the various #if _WIN32 to #ifdef _WIN32
...
add the change as local patch 01-fix-win32-define.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003065
17 years ago
Armin Berres
555cb3c9a1
add synctex support for pdf files
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003016
17 years ago
Armin Berres
a41f95bbd2
SVN_SILENT: typo
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1002277
17 years ago
Pino Toscano
077868de22
add a "Presentation" marker in presentation window titles
...
BUG: 193049
svn path=/trunk/KDE/kdegraphics/okular/; revision=1002256
17 years ago
Pino Toscano
c08afdd0e6
use a per-dviRender-instance painter instead of a global (!) one, so different documents can be painted safely at the same time
...
BUG: 200409
svn path=/trunk/KDE/kdegraphics/okular/; revision=1002247
17 years ago
Pino Toscano
e70a62ada6
use a stack for the source files, as they can nest
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1002219
17 years ago
Burkhard Lück
90c667dbf3
fixed typo not found by Yuri
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=1000674
17 years ago
Script Kiddy
e18e4f4979
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1000563
17 years ago
Script Kiddy
00b149b380
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=997443
17 years ago
Pino Toscano
a87963e39e
ok, for now use the DPI we are told to use
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=994522
17 years ago
Pino Toscano
5c6f9ae185
reimplement scrollContentsBy() to make scrolling just repaint the damaged areas
...
imho it looks like an hack, i have to verify why it doesn't actually repaint as needed, but sometimes it skips updates
svn path=/trunk/KDE/kdegraphics/okular/; revision=992772
17 years ago
Pino Toscano
b5f76c6af8
Add "Lyx client" as predefined editor.
...
Thanks to Juergen Spitzmueller for his lyx command line invocation!
BUG: 195348
svn path=/trunk/KDE/kdegraphics/okular/; revision=992401
17 years ago
Pino Toscano
30a1f789f3
reencode the url from the argument, 'file:/' at the start (for local files)
...
then, do few checks to better strip the correct "ref" from other '#' in the path
BUG: 195909
svn path=/trunk/KDE/kdegraphics/okular/; revision=992393
17 years ago
Pino Toscano
3f1010b976
a couple of fixes for the resolution of page urls:
...
- resolve percent-encoded urls
BUG: 198823
- when asking for the page of an url, strip the anchor, if present
svn path=/trunk/KDE/kdegraphics/okular/; revision=992313
17 years ago
Script Kiddy
2ac099ff90
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=991716
17 years ago
Pino Toscano
df230edd3a
fix signal/slot connection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=990840
17 years ago
Pino Toscano
b2472bef0d
check that the rotation page notification really refers to a page of a document
...
fixes crash when rotating documents opened in one of more than one okular tabs in konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=989681
17 years ago
Andrius Štikonas
377470ab15
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989660
17 years ago
Pino Toscano
61475abe5d
Convert the PageView from a QScrollArea + inner QWidget to a QAbstractScrollArea.
...
- added few utility functions to compensate the miss of a "central scrolled widget", as now we just fully handle (events & painting) the viewport of the scroll area
- manually scroll the overlay widgets (form widgets and video widgets) when the "area" is scrolled
All the page view functionalities should be working as usual, hopefully I should have ported everything (in case it will be fixed later).
Given that now the size page view is no more constrained by the maximum size of a QWidget (which is two orders of magnitude less than the size of an int), we can handle documents with really many pages (10k+) with hopefully no issues.
BUG: 191859
As a side effect of the QScrollArea -> QAbstractScrollArea porting, it seems that there are no more drawing glitches when in right-to-left mode.
BUG: 192636
svn path=/trunk/KDE/kdegraphics/okular/; revision=989285
17 years ago
Pino Toscano
3f77a20d87
less tight check
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989255
17 years ago
Pino Toscano
07e6cc3bb0
bump plugins versions to be in sync with kde 4.2 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989180
17 years ago
Pino Toscano
b56b3c9160
bump okularcore library version to 1.3.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989173
17 years ago
Laurent Montel
512981a36b
Port to knotificationitem
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=989091
17 years ago