Martin T. H. Sandsmark
9d90a08ef5
Implement zooming with a pinch gesture on a touch screen
...
Patch by Oliver Sander <oliver.sander@tu-dresden.de>
REVIEW: 128821
BUG: 366781
10 years ago
Martin T. H. Sandsmark
afb5e01aed
Make the QML component plugin not crash when trying to be loaded without a QApplication
10 years ago
Martin T. H. Sandsmark
c7bbf6f77c
Rename method slotAutoScoll to slotAutoScroll
...
The old method name contained a typo.
Patch by Oliver Sander <oliver.sander@tu-dresden.de>.
REVIEW: 128938
10 years ago
Gleb Popov
bfa28f1f64
Fix build with Visual Studio 2015.
...
REVIEW: 128805
10 years ago
Olivier CHURLAUD
62f2cb99f6
Remove a spurious trailing semicolon that issued g++ warnings
...
Commited on behalf of Oliver Sander
REVIEW: 128673
10 years ago
Martin T. H. Sandsmark
5e77764ac5
Don't show mobile version in menus
10 years ago
Martin T. H. Sandsmark
ff274fdecc
Remove kdelibs4support
10 years ago
Martin T. H. Sandsmark
cbe859eeec
Port away from obsolete QTest functions
10 years ago
Martin T. H. Sandsmark
f2e9633ea7
Fix misuse of QWeakPointer
10 years ago
Martin T. H. Sandsmark
85078160fa
Use normal KDE compiler settings
10 years ago
Martin T. H. Sandsmark
decd4849a8
Use Okular's own print preview dialog for all documents
10 years ago
Martin T. H. Sandsmark
2639b1e8ed
Extend print preview dialog to handle .pdf previews
10 years ago
Martin T. H. Sandsmark
57fd20e90e
Stop leaking qfiledialogs
10 years ago
Martin T. H. Sandsmark
1cd0bb2697
Ignore mimetypes without known globbing patterns
10 years ago
Martin T. H. Sandsmark
2eb0e01796
Merge mimetypes with same name, sort by name
10 years ago
Martin T. H. Sandsmark
e6e0d90a84
Fix typo in previous commit
10 years ago
Martin T. H. Sandsmark
8f86818b5c
Make the open dialog a bit more usable without the Plasma QPA
...
Without the Plasma QPA now the file open dialog just lets you select a
single random filetype to view at the time.
REVIEW: 128435
10 years ago
Olivier CHURLAUD
411bdee0eb
Open relative path again
...
REVIEW: 128507
10 years ago
Martin T. H. Sandsmark
09a99ba96b
Port away from obsolete Qt functions
10 years ago
Martin T. H. Sandsmark
68deb82a6f
We need doctools
10 years ago
Martin T. H. Sandsmark
c4287096a3
Fix inhibiting of sleep on modern linux systems, port away from deprecated Solid methods
10 years ago
Martin T. H. Sandsmark
6875dc88cf
Port away from deprecated KConfig API
10 years ago
Martin T. H. Sandsmark
d8fdb14941
Port away from deprecated Phonon API
10 years ago
Martin T. H. Sandsmark
fc09e52fc3
Port away from deprecated KArchive method
10 years ago
Martin T. H. Sandsmark
962af72cc1
Silence some warnings
10 years ago
Martin T. H. Sandsmark
d9a31fa02a
Fix font color parsing in Plucker
10 years ago
Martin T. H. Sandsmark
5e78ca3df5
Stop using deprecated way to open browser
10 years ago
Martin T. H. Sandsmark
f87a306ec1
Fix warning about incompatible pointers in synctex parser
10 years ago
Martin T. H. Sandsmark
868bf74410
Fix usage of string constants
10 years ago
Martin T. H. Sandsmark
e7697a35d1
Fix misuse of bool
10 years ago
Martin T. H. Sandsmark
fe8e85f404
Re-add web shortcuts to context menu
10 years ago
Martin T. H. Sandsmark
d2f4f1c2d7
Remove outdated compiler message
10 years ago
Martin T. H. Sandsmark
f2dc74fc19
No need to set component data anymore, we set component name
10 years ago
Martin T. H. Sandsmark
95bdeea2d7
Remove unnecessary and deprecated calls
10 years ago
Martin T. H. Sandsmark
077258f235
(re-)Implement recoloring
10 years ago
Martin T. H. Sandsmark
1e32012649
Fix warnings about using struct for classes
10 years ago
Martin T. H. Sandsmark
a6ec5ea9de
Fix parsing of lilypond URLs
10 years ago
Martin T. H. Sandsmark
3bcfb63d5c
Fix sizing of properties dialog
...
We don't need to calculate sizing ourselves, widgets do that.
We also don't need to set maximum size ourselves manually, we already
use KSqueezedLabels to avoid having to do that for very large strings.
10 years ago
Martin T. H. Sandsmark
82cc716f70
Remove unnecessary build warning
...
spacingHint()/marginHint() just returned the defaults from QApplication
even in kdelibs (4), so this code was useless.
The direct port would look something like this:
page2Layout->setMargin(QApplication::style()->pixelMetric(QStyle::PM_DefaultChildMargin););
page2Layout->setSpacing(QApplication::style()->pixelMetric(QStyle::PM_DefaultLayoutSpacing););
10 years ago
Martin T. H. Sandsmark
3a00f4e9c0
Remove unnecessary build warning
...
KDialog::makeStandardCaption() is not necessary anymore.
Quoting David:
I made Qt add the application name to the titlebar automatically on
desktop platforms. So don't add it again in the application code.
From https://mail.kde.org/pipermail/kde-frameworks-devel/2014-August/018143.html
10 years ago
Martin T. H. Sandsmark
dcba48cbd3
Remove unnecessary .moc include
10 years ago
Martin T. H. Sandsmark
622fce954d
Silence unused member variable warning
10 years ago
Martin T. H. Sandsmark
ba1aeef06f
Remove dead and unused code after porting to Qt5 QUrl
10 years ago
Martin T. H. Sandsmark
ab2fe5f178
Remove dead code that was added in 2004 but never used
10 years ago
Martin T. H. Sandsmark
9014ef75cb
Fix setting of icon in backend about dialog
10 years ago
Martin T. H. Sandsmark
2e2432308f
Clean up Part autotest, proper porting etc.
10 years ago
Martin T. H. Sandsmark
b9b2c3bfae
Remove usage of KGlobal from Part autotest
10 years ago
Martin T. H. Sandsmark
2896b9c9a9
Remove KGlobalSettings include in sidebar
10 years ago
Martin T. H. Sandsmark
ad8b35a690
Fix updating of palette in sidebar
10 years ago
Martin T. H. Sandsmark
06edec49fd
Don't use the toolbar font for the sidebar, toolbar != sidebar
...
For reference, not even Konqueror uses the toolBarFont() for its
sidebar.
In fact, this seems to be the only usage of toolBarFont() I could find
in any KDE application.
10 years ago