Script Kiddy
34cef01317
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1150134
16 years ago
Albert Astals Cid
cc1c99b410
Interpret the char as utf8, fixes inverse search from dvi to tex not working if tex-file's path indicated in dvi contains non-latin letters
...
Patch by mathieu lornac
BUGS: 243473
svn path=/trunk/KDE/kdegraphics/okular/; revision=1149143
16 years ago
Albert Astals Cid
4e551e6867
Improve error message
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1148688
16 years ago
Albert Astals Cid
0c52e164e0
forwardport r1146788 | aacid | 2010-07-06 18:18:21 +0100 (dt, 06 jul 2010) | 2 lines
...
Fix the same bug with adding 1 or viewColumns as fixed in r1146302
svn path=/trunk/KDE/kdegraphics/okular/; revision=1146806
16 years ago
Albert Astals Cid
da58769a13
Finish the forwardport of r1146401 okular/branches/KDE/4.5/kdegraphics/okular/part.cpp:
...
Only start watching the file in case if it wasn't removed, thus was modified
Patch by Victor Blázquez
Fixes bug 234139
svn path=/trunk/KDE/kdegraphics/okular/; revision=1146408
16 years ago
Albert Astals Cid
820a4f3e9a
Backport r1146401 okular/branches/KDE/4.5/kdegraphics/okular/part.cpp:
...
Only start watching the file in case if it wasn't removed, thus was modified
Patch by Victor Blázquez
Fixes bug 234139
svn path=/trunk/KDE/kdegraphics/okular/; revision=1146404
16 years ago
Alex Fiestas
0552077c42
Forward of r1146302 which fix 240446
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1146305
16 years ago
Script Kiddy
829f5d7c51
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1141647
16 years ago
Script Kiddy
59eec2c961
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1139821
16 years ago
Jeremy Paul Whiting
022ff70197
revert last commit, fixed the wrong way
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1138358
16 years ago
Jeremy Paul Whiting
7698d0db23
Fixed okular's speech to look for renamed kde speech application Jovie
...
Fixed okular's speech class to connect to org.kde.KSpeech endpoint
svn path=/trunk/KDE/kdegraphics/okular/; revision=1138355
16 years ago
Albert Astals Cid
6f0fec062e
properly initialize m_vectorIndex
...
BUGS: 202213
svn path=/trunk/KDE/kdegraphics/okular/; revision=1138341
16 years ago
Script Kiddy
2ae4b74ca6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1135864
16 years ago
John Layt
80a04bd577
Whoops! Didn't relise we had an API/BIC guarantee on Okular. Restore previous
...
API and make it call the new API.
CCMAIL: kde-bindings@kde.org
CCMAIL: aacid@kde.org
CCBUG: 194586
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134631
16 years ago
John Layt
b30305b668
Enable Current Page option in Okular print dialog if running Qt >= 4.7
...
Changed exported api so cc: to bindings.
CCMAIL: kde-bindings@kde.org
CCBUG: 194586
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134379
16 years ago
Albert Astals Cid
95212a30b4
Accessing pdfdoc needs to hold the lock
...
BUGS: 240549
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134257
16 years ago
Pino Toscano
4612649647
synctex_scanner_new_with_output_file: reset the io_mode to read before trying to read again
...
synctex_scanner_new_with_output_file() tries first to open the file in an
"unquoted mode"; if it fails, it tries again quoting the file name.
During the first attempt, the synctex_io_mode_t is passed as pointer and it
can be incremented, making the second attempt start from "rb" instead of "r".
The easiest solution is to reset the io_mode before doing the second open
attempt.
Bug seen, analyzed and patched by Albert Astals Cid.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1132526
16 years ago
Pino Toscano
bc6b4978be
Update the SyncTeX parser from 1.6 to 1.9.
...
Also update the patches we carry:
- new 00-fix-__synctex_open-declaration.diff: fix a misplaced function declaration
- new 00-disable-SYNCTEX_INLINE.diff: disable SYNCTEX_INLINE on !MSVC, to avoid compiling issues
- remove 02-fix-_synctex_error.diff: code is already present in SyncTeX
- refresh 01-fix-win32-define.diff, 03-fix-_synctex_scan_named.diff, 04-gcc-specify-printf-format.diff, 05-fix-error-formats.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1129764
16 years ago
Pino Toscano
561b688bc9
percent-decode lilypond references
...
BUG: 236967
svn path=/trunk/KDE/kdegraphics/okular/; revision=1129748
16 years ago
Pino Toscano
45e62fa320
make sure actionsForUrl() returns actions sorted by page number
...
CCBUG: 205952
svn path=/trunk/KDE/kdegraphics/okular/; revision=1129512
16 years ago
Pino Toscano
1de3285d37
maintain the bookmark view sorted when adding new elements in the "selective" tree update
...
CCBUG: 205952
svn path=/trunk/KDE/kdegraphics/okular/; revision=1129505
16 years ago
Script Kiddy
7b4be4f08a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1121394
16 years ago
Luigi Toscano
2bacaf9e14
New method to get the proper PrintError from the printFile* return value
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1115578
16 years ago
Luigi Toscano
bc6cfcd684
Pass the parameter to the proper function
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1115573
16 years ago
Albert Astals Cid
25f95bbc9f
duplicate code is evil
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1115314
16 years ago
Albert Astals Cid
3583f6010a
move from virtual to slot to not kick ABI in the nuts
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114947
16 years ago
Albert Astals Cid
0f0cacd63a
add a way to generators give a bit more info of why printing failed
...
and implement it in the pdf generator, others welcome to implement the function
for other generators
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114944
16 years ago
Albert Astals Cid
252d27eace
remove this return, otherwise we don't close the temporary file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114940
16 years ago
Albert Astals Cid
ce41955ab8
avoid copying a file if we can just rename it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114913
16 years ago
Albert Astals Cid
f3edf3d5a9
passwords are entered, not inserted
...
BUGS: 234322
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114843
16 years ago
Sascha Peilicke
56163dd1aa
Set the 'close' toolbutton in the findbar to default size (review request 3589).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114746
16 years ago
Tobias Koenig
d5a2d53d21
Do not crash in case of false calculations in a generator
...
BUG: 233944
svn path=/trunk/KDE/kdegraphics/okular/; revision=1113765
16 years ago
Albert Astals Cid
9d01ff3ff7
move to the correct mimetype name
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1111797
16 years ago
Glen Kaukola
b72c292f1a
Okular: in presentation mode, disable mouse clicks on the overlay if mouse cursor is hidden.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110337
16 years ago
Glen Kaukola
122fab0eee
Krazy: Check single-char QString operations for efficiency.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110335
16 years ago
Glen Kaukola
824a620d7a
Krazy: Check for C++ ctors that should be declared 'explicit'.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110334
16 years ago
Glen Kaukola
45c82f8636
Krazy: Check for spelling errors
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110329
16 years ago
Tobias Koenig
d8410c7eac
Ignore links to local anchors that do not exist in the
...
document.
BUG: 217135
svn path=/trunk/KDE/kdegraphics/okular/; revision=1109502
16 years ago
Albert Astals Cid
9771a06f0d
bring back the leaveEvent as as pino noted its is needed for multimonitor setups
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1109218
16 years ago
Glen Kaukola
fd4d90173b
Okular: presentationwidget.cpp, added the "// </widget events>" comment back that was accidentally removed.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1109212
16 years ago
Glen Kaukola
185f4f2a58
Okular: when in presentation mode, prevent hovering over a tooltip from hiding the top toolbar.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1109210
16 years ago
Glen Kaukola
f675421c89
Okular presentation mode pencil cursor fix: when in drawing mode a left mouse button release over a link shouldn't change the mouse cursor.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108918
16 years ago
Glen Kaukola
270d9c6cce
Show mouse cursor if it's over the top toolbar, even if the hidden mouse cursor option is enabled.
...
Also makes sure the pencil mouse cursor stays on if drawing mode is on and hidden mouse is enabled.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108916
16 years ago
Glen Kaukola
337def100c
Disable mouse cursor autohide when the cursor is over the top toolbar.
...
BUG: 229433
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108908
16 years ago
Glen Kaukola
f9353fd482
Fix so that the okular presentation window grabs the focus right away when it's created so that mouse auto-hide works if enabled.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108269
16 years ago
Script Kiddy
ff913d232f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108213
16 years ago
Albert Astals Cid
4a1d8bb025
Do not use the title to store the url because it will get mangled by KBoomark::fullText, use the url field
...
CCMAIL: 229141
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108063
16 years ago
Glen Kaukola
6623fcd4d8
Fix for the dvi generator issue with .eps files that have non-latin characters in the path.
...
Fix only in KDE > 4.5.
BUG: 228551
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107836
16 years ago
Harsh Chouraria J
136e077f64
For Okular's Comic Book backend (.cbr files):
...
* Add support for the 'rar' executable, since some distros seem to use it.
BUG:232061
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107586
16 years ago
Albert Astals Cid
d3c8411482
Nicer way to handle setting of the drag cursor now that we have some actions that trigger on double click
...
Patch by Glen Kaukola
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107507
16 years ago