Montel Laurent
8e7429ddcc
kdelibs4support--
12 years ago
Montel Laurent
16f13c04d2
kdelibs4support--
12 years ago
Montel Laurent
4ee83e6a77
Fix includes
12 years ago
Montel Laurent
c0e625605d
Port to QStandardPath
12 years ago
Montel Laurent
21360d6b7a
Fix includes
12 years ago
Albert Astals Cid
e8fd56f3ba
Fixup last commit
...
Somehow i ended up commiting a partial patch and not what was in reviewboard, this amends the previous commit to be what i really wanted to commit
Sorry for the mess :/
12 years ago
Albert Astals Cid
d95efa7698
Move synctex up to the core from poppler generator
...
This way dvi and any other potential user gets it for free
The diff is huge, but the synctex files are just moves.
And the code in core/ is also mostly just a move from the generator_pdf.cpp code
Acked by Luigi
REVIEW: 120311
12 years ago
Montel Laurent
17b7049c69
Fix includes
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
d3a3b2df25
Fix includes
12 years ago
Montel Laurent
4ec78fa5df
Use modern macro
12 years ago
Montel Laurent
26fc592e7d
Fix includes
12 years ago
Montel Laurent
0045b384e3
Fix includes²
12 years ago
Montel Laurent
493467ec64
Port to QSpinBox
12 years ago
Arnold Dumas
50f2ee6951
Use QPushButton instead of KPushButton.
12 years ago
Lukáš Tinkl
48300404cb
replace deprecated QAction::setShortcut with KStandardShortcut
12 years ago
Montel Laurent
2eacdea022
Port to new connect api
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Nidhi Jain
f62153231b
Move focus to view when closing the find bar with the [x] button
...
BUGS: 314251
REVIEW: 120307
FIXED-IN: 4.14.2
12 years ago
Arnold Dumas
dc74543bac
Port away from KGlobalSettings::desktopGeometry().
12 years ago
Arnold Dumas
a6db7a2655
Port from KInputDialog to QInputDialog.
...
REVIEW: 120378
12 years ago
Volker Krause
146e585f02
Make constants const, avoids a few extra symbols in the .data section.
12 years ago
Albert Astals Cid
9312182085
Fix latex render in annotations
...
We need
disconnect(textEdit, SIGNAL(cursorPositionChanged()), this,SLOT(slotsaveWindowText()));
and it's counterpart, otherwise when inserting the image, the cursor pos changes, slotsaveWindowText is called, the content is passed by a toPlainText and set again and kaboom the content is lost
Also a few extra const
BUGS: 335476
FIXED-IN: 4.14.2
12 years ago
Albert Astals Cid
d888b20483
Fix dvi inverse search
...
distance being in sqr pixels and s_minDistance being a normalized value was not a good idea to compare them ^_^
BUGS: 326605
REVIEW: 120308
12 years ago
Frederik Gladhorn
3581fb6245
Port to QTemporaryFile
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
9d89739972
Use categorized logging
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Albert Astals Cid
3dfd172375
Only update zoomFactor for current page
...
REVIEW: 119894
BUGS: 335819
FIXED-IN: 4.14.1
Reviewed by Fabio and Markus Trippelsdorf
12 years ago
Fabio D'Urso
12810d361d
Re-enable busyPixmap, so that tests don't crash
...
The dummy pixmap was being created before the QGuiApplication
12 years ago
Albert Astals Cid
f09df0aa05
Don't let people zoomin/out past the "range of values"
...
BUGS: 338452
FIXED-IN: 4.14.1
12 years ago
Vishesh Handa
46cf7e46a5
Port away from KUrl::List
12 years ago
Vishesh Handa
077689c4d3
Port KAction and KMenu
12 years ago
Vishesh Handa
e038950f50
KIcon -> QIcon
12 years ago
Albert Astals Cid
e9e3d4a435
Make documentInfo be Hash based instead of XML based
12 years ago
Frederik Gladhorn
ac15a7075e
More QUrl porting
12 years ago
Frederik Gladhorn
0c7a45c7a5
Disable lots of stuff and compile
...
The text generator is the only one compiled now.
This version links for me but then doesn't find its KPart on startup.
TTS has been completely disabled as well as some other things like the
about dialog.
12 years ago
Frederik Gladhorn
fc73cbf886
Port UI: dialog buttons and friends
12 years ago
Frederik Gladhorn
b32d815301
A few action and include fixes
12 years ago
Frederik Gladhorn
4ce837a7ac
Qt5 porting
12 years ago
Frederik Gladhorn
7a9036ec2b
Fix wrong usage of pragma
12 years ago
Frederik Gladhorn
0ba233788c
Use moc include style dictated by automoc
...
While it's generally not a great idea to include moc files at least this
compiles.
12 years ago
Frederik Gladhorn
4f74ed01cf
Disable qimageblitz usage
12 years ago
Frederik Gladhorn
75031eee7e
Fix includes
12 years ago
Albert Astals Cid
99f15dce01
renewcomment -> renewcommand
...
As reported by Jiri Slaby
BUGS: 337767
FIXED-IN: 4.14.0
12 years ago
Yuri Chornoivan
3669e776dc
Fix two icons in the Tools menu
...
BUGS: 336530
12 years ago
Albert Astals Cid
e79719b93a
reorder conditions to make the valgrind warning go away
12 years ago
Jon Mease
34dc4eb22e
Fix crash when clicking in a text form that is not editable
...
BUGS: 334611
REVIEW: 118171
FIXED-IN: 4.13.2
12 years ago