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
Martin T. H. Sandsmark
76b976f87e
Use correct palette update signal in minibar
10 years ago
cjacker Jianzhong Huang
e90b836fee
Fix i18n issue missing setApplicationDomain
...
REVIEW: 126445
10 years ago
Luigi Toscano
c3d2c8e1c4
Revert "Fix i18n issue missing setApplicationDomain"
...
This reverts commit 71950016aa .
Wrong authorship.
10 years ago
Olivier CHURLAUD
3b608a66c9
Preview functions again.
...
I added again the okularXXX.desktop
Correct the mess done by review 126193
10 years ago
Olivier CHURLAUD
ef6f5ebc3b
Porting more files out of KDialog
10 years ago
Olivier CHURLAUD
33122dd825
Uncomment printing option pdf2ps
10 years ago
Olivier CHURLAUD
dfae933ae9
Print preview is working again
10 years ago
Olivier CHURLAUD
630269a400
More ports out of KDialog
10 years ago
Olivier CHURLAUD
3d7bea0f80
remove leftover from intermediary tests
10 years ago
Olivier CHURLAUD
6ff419ecba
Port away from KButtonGroup
10 years ago
Olivier CHURLAUD
327b560e4e
This is Qt5 based, remove condition
10 years ago
Olivier CHURLAUD
741c616c7a
Port most of part.cpp out of KDELibsSupport
...
minor: Change header cases : <qicon.h> becomes <QIcon>
10 years ago
Olivier CHURLAUD
1f69f5fdcc
Port GotoPageDialog away from KDialog, KIntNumInput
10 years ago
Martin T. H. Sandsmark
1fc80ab58f
Revert "Improve page breaks and batch up cursor edits in epub generator"
...
This broke the layouting.
This reverts commit c110c65401 .
10 years ago
Olivier CHURLAUD
dd8fa351ce
Fonts are scanned again by poppler5
...
Fonts are filtered as well to only appear once.
REVIEW: 128441
10 years ago
Olivier CHURLAUD
ec0b68a756
Update deprecated KArchive method + remove unused variable in
...
generator_pdf
Reviewer: sandsmark
10 years ago
Martin T. H. Sandsmark
c110c65401
Improve page breaks and batch up cursor edits in epub generator
...
Patch by Guillaume Maudoux (layus).
CCBUG: 359932
10 years ago
Martin T. H. Sandsmark
7490f37291
Fix loading of embedded resources in epubs
...
This works with all the .epubs I have locally and from various bug
reports.
10 years ago
Martin T. H. Sandsmark
89e5f17542
Improve matching of generators
...
Instead of trying to use the plain text generator for everything, try to
find a more specialized one first.
BUG: 323213
10 years ago
Martin T. H. Sandsmark
5d9d98f46f
Fix MiniBar's adjusting to size changes
...
CCBUG: 357579
10 years ago
Martin T. H. Sandsmark
3985577c90
Unbreak fetching of supporting generators
10 years ago
Martin T. H. Sandsmark
f0323c26d0
Fix duplicate mimetype elimination
10 years ago
Martin T. H. Sandsmark
99b5688725
Make querying for KPart supported mimetypes a bit less broken
10 years ago
Martin T. H. Sandsmark
39bff653a5
Add config migration
10 years ago
Olivier CHURLAUD
e3e2b7c6e3
Register Okular to DBus to get back the "open in new tab" feature.
...
REVIEW: 128424
10 years ago
Martin T. H. Sandsmark
c8e3c0eb01
Port part away from deprecated KArchive methods
10 years ago
Martin T. H. Sandsmark
b51d495930
Port part away from NetAccess
10 years ago
Martin T. H. Sandsmark
4189304934
Port away from KStandardPaths
10 years ago
Martin T. H. Sandsmark
638fedb2ea
Replace obsolete typedefs
10 years ago
Martin T. H. Sandsmark
9ac9027467
Port part away from KFileDialog
10 years ago