Albert Astals Cid
3f34db152f
We do not give Author status for small contributions
15 years ago
Jiri Baum
f81a49fafa
table selection tool
...
BUGS: 279859
REVIEW: 102358
FIXED-IN: 4.8.0
15 years ago
Albert Astals Cid
9d6926f9b8
Fix creation of the TOC tree for dvi files
...
The old code assumed the number of children would be
"-NUMBER "
while this file has
"-NUMBER/"
so what we do now is looping after the - until we find a non digit
All this code would better be done using a regexp and not that many section calls
but i did not want to touch it more than needed
BUGS: 283447
FIXED-IN: 4.7.3
(cherry picked from commit 83df127ac0 )
15 years ago
Pino Toscano
5647ad5647
cmake: reenable the search of the JPEG library
...
there is no more a top-level CMakeLists.txt searching it;
this makes the plucker backend compilable again
(cherry picked from commit 41c572463c )
15 years ago
Albert Astals Cid
086c0dbce4
Comparing paths with strcmp is not really smart
...
This is "the same" commit as b932ef7e0f
but with a different patch number 08->09
15 years ago
Albert Astals Cid
e0a0091d0c
Update the series file
15 years ago
Albert Astals Cid
858442781e
Fix cpp comments
15 years ago
Albert Astals Cid
5536d1b1aa
Apply and update 07-synctex_scanner_new_with_output_file-reset-mode.diff
15 years ago
Albert Astals Cid
31326a2cac
Apply and update 06-mingw-_synctex_error.diff
15 years ago
Albert Astals Cid
b822617454
Apply and update 05-fix-error-formats.diff
15 years ago
Albert Astals Cid
34a2f4605a
Apply and update 04-gcc-specify-printf-format.diff
15 years ago
Albert Astals Cid
5c2bb74538
03-fix-_synctex_scan_named.diff is fixed upstream
15 years ago
Albert Astals Cid
c07473792a
Apply and update 01-fix-win32-define.diff
15 years ago
Albert Astals Cid
fd9c8580d3
This patch is upstream now
15 years ago
Albert Astals Cid
c2287ecb37
Apply 00-disable-SYNCTEX_INLINE.diff
...
And update the diff itself to the new line location
15 years ago
Albert Astals Cid
e834ec57c9
Update to synctex 1.16
...
Does not compile :D
15 years ago
Yuri Chornoivan
1310780cb6
fix typo
15 years ago
Albert Astals Cid
098006ef53
Seems someone decided our labels have to be right aligned
15 years ago
Albert Astals Cid
8b95b3a7a7
Set buddies
15 years ago
Albert Astals Cid
5e050a0351
No need for a variable
15 years ago
Michal Svec
2360049a64
Added configuration setting for default zoom
...
BUGS: 169516
FIXED-IN: 4.8.0
REVIEW: 102491
15 years ago
Albert Astals Cid
5e64f0bfa1
Revert m_fileList removal, we actually need it
...
I can't read :-7
15 years ago
Albert Astals Cid
62bea46f5e
Do not need QMessageBox include
15 years ago
Niels Ole Salscheider
65153935d9
add LaTeX support to annotation window
15 years ago
Albert Astals Cid
b7bf26207a
QString() instead of QString("")
15 years ago
Albert Astals Cid
891abe2da8
zap unused member variable
15 years ago
Albert Astals Cid
27efa7a8b5
No need to empty the vector on destruction
15 years ago
Albert Astals Cid
92cc7bd66f
qdebug -> kdebug
15 years ago
Albert Astals Cid
320b26d09b
Do not include QtGui
15 years ago
Niels Ole Salscheider
33b9ff1a36
Add LatexRenderer class
15 years ago
Albert Astals Cid
9ed86abb6c
More rewording
15 years ago
Albert Astals Cid
48fc40293c
Relayouting and rewording
15 years ago
Albert Astals Cid
bb5eb646e5
fix spacing
15 years ago
Albert Astals Cid
12a3fcf3b4
Add : to the label
15 years ago
Martin Ueding
5fd95a3c92
Allow setting an option so that next/prev page keys do not move really a viewport
...
You can set the amount of overlap in %
FIXED-IN: 4.8.0
BUGS: 152049
15 years ago
Albert Astals Cid
200215bf41
Fix KDirWatchPrivate warnings
...
Need to add everything we remove or otherwise it complains we are trying to remove something we did not add
BUGS: 280123
FIXED-IN: 4.7.2
(cherry picked from commit af4316a938 )
15 years ago
Script Kiddy
369c6a6da0
SVN_SILENT made messages (.desktop file)
15 years ago
Albert Astals Cid
c61bba424c
Force a "/" to be there where matching font name to path
...
Otherwise we were accepting
/usr/share/texmf-dist/fonts/vf/public/yhmath/yhcmex10.vf
to font named cmex10 (since it is a substring) and it was veeeeeery bad since cmex10 was the base font of yhcmex10 and basically instead of going to the base font we ended up in the virtual font itself causing an infinite loop for some characters
Windows guys, not sure if that needs to be a \ in windows, you might want to give it a try
CCMAIL: kde-windows@kde.org
(cherry picked from commit 673eb41393 )
15 years ago
Albert Astals Cid
ee348fa70d
Make sure we show arrows in the form widgets
...
Needed since the main cursor is not an arrow anymore
15 years ago
Albert Astals Cid
604187b7a3
Ui work for Reset Form Action support
...
Heavily inspired in Guillermo Amaral patches
CCMAIL: gamaral@kde.org
15 years ago
Albert Astals Cid
258cd6562a
Core work for Reset Forms Action support
...
Heavily inspired in Guillermo Amaral patches
CCMAIL: gamaral@kde.org
15 years ago
Albert Astals Cid
23cf80a16b
Signal the activation action for checkboxes
...
Needed for bug-poppler19915.pdf
15 years ago
Albert Astals Cid
dfa5e96c46
this are pointers now
15 years ago
Mahfuzur Rahman Mamun
59dddc9d74
Fix for regions with one line
15 years ago
Ralf Habacker
a69336517f
use high resolution on windows only for now to avoid problems on other os as suggest by Albert Astals Cid
15 years ago
Albert Astals Cid
bea2a493f7
There is no need to duplicate and delete here, just use m_words
15 years ago
Albert Astals Cid
dec4733603
Rework the internals a bit
...
* Remove m_word_chars_map, m_XY_cut_tree, m_lines and m_line_rects: They are not really member
variables and where used only to pass info from one method to another, we use variables and parameters
for that now
* Make output parameters be * instead of & following Qt guidelines
* Fix all memory leaks, valgrind is happy now :-)
15 years ago
Albert Astals Cid
1a98e3f3f8
declare when used, makes code easier to read
15 years ago
Albert Astals Cid
9b7e249210
Faster way of adding the elements
15 years ago
Albert Astals Cid
2ff2cd9434
Rename copyFromList to setWordList
...
Also change the behaviour in that it adopts the pointers, saves a few news and deletes
15 years ago