Commit graph

7670 commits

Author SHA1 Message Date
Oliver Sander
024d25cdec Simplify the drawing of buffered highlight rectangles
Previously, they were drawn by modifying individual pixels
of the QImage.  With this patch we simply use a QPainter.

REVIEW: 130214
2017-08-08 14:55:53 +02:00
l10n daemon script
36c60741fb SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-07-30 04:54:11 +02:00
l10n daemon script
19406fdf57 GIT_SILENT made messages (after extraction) 2017-07-30 03:25:35 +02:00
Albert Astals Cid
ef3f9e0199 Merge remote-tracking branch 'origin/Applications/17.08' 2017-07-28 12:45:15 +02:00
Albert Astals Cid
5e9d751c63 plucker: Comment code to reduce warnings
upstream plucker is dead so no need to maitain code unchanged to ease merges
the variables were set but never used so for now commented them out
2017-07-28 12:41:24 +02:00
Albert Astals Cid
f712504f6e Add a few make gcc lines
It is needed because EOLCnt is set inside a macro used from various functions but the EOLCnt value
is then not really used in all of the functions so for those that are not used creates a "set but not used warning"
2017-07-28 11:28:32 +02:00
Albert Astals Cid
026d3d104d Fix small warning 2017-07-28 11:21:56 +02:00
Albert Astals Cid
a44b015761 Make newer gcc happier about fallthrough 2017-07-28 11:21:52 +02:00
Albert Astals Cid
18cb1e5659 Add missing break to switch case
May potentially cause a crash
2017-07-28 11:11:50 +02:00
Albert Astals Cid
59ea8ed8ef Merge remote-tracking branch 'origin/Applications/17.08' 2017-07-27 16:58:57 +02:00
Albert Astals Cid
fd5cc83e85 Fix warning in newer gcc versions 2017-07-27 16:57:40 +02:00
Albert Astals Cid
8ecba7f6c9 GIT_SILENT Upgrade KDE Applications version to 17.07.80. 2017-07-17 22:16:44 +02:00
Albert Astals Cid
6f758f7477 1.3.x for master 2017-07-17 20:38:34 +02:00
Albert Astals Cid
bb547c5eed 1.2.x for KDE Applications 17.08.x 2017-07-17 20:37:44 +02:00
Albert Astals Cid
73e71ec383 GIT_SILENT Upgrade KDE Applications version to 17.11.70. 2017-07-17 20:35:15 +02:00
Luigi Toscano
4808f2b7d5 Merge remote-tracking branch 'origin/Applications/17.04' 2017-07-15 15:21:16 +02:00
Marco Martin
caf8820cf7 port to Kirigami 2
port kirigami 1 usage to kirigami 2
partially port to QQC2 when possible
(will need to wait newer qt versions for a full port waiting on
icons on toolbuttons and the new ScrollView
2017-07-13 18:48:18 +02:00
Albert Astals Cid
fbc36ed009 GIT_SILENT Upgrade KDE Applications version to 17.04.3. 2017-07-10 00:44:56 +02:00
Alexander Schlarb
a2b7ce74b2 Support Forward and Backward mouse buttons in presentation mode
REVIEW: 130172
2017-07-08 12:27:46 +02:00
Oliver Sander
5fdbecf446 Simplify method FilePrinter::psPaperSize
The method FilePrinter::psPaperSize used to contain a long
list of hard-coded paper sizes for the different paper formats.
This patch makes the method get the same information
from QPrinter directly, which is much simpler and more
robust, too.

Note that the method is not actually used anywhere in okular,
though, so this change is purely cosmetic.

REVIEW: 130043
2017-07-05 20:37:36 +02:00
Albert Astals Cid
1a5e20e22b Merge remote-tracking branch 'origin/Applications/17.04' 2017-07-02 18:01:14 +02:00
Albert Astals Cid
3b5f19fd9d Shell: Fix sync "Show menubar" action status
No need to sync it when Shell uses a native menubar
2017-07-02 18:00:04 +02:00
l10n daemon script
1658d3b64e GIT_SILENT made messages (after extraction) 2017-06-30 03:08:40 +02:00
l10n daemon script
451bb151c2 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-06-20 05:47:44 +02:00
l10n daemon script
5af987dac0 GIT_SILENT made messages (after extraction) 2017-06-20 05:05:53 +02:00
Albert Astals Cid
515410c055 GIT_SILENT Upgrade KDE Applications version to 17.04.2. 2017-06-05 21:00:09 +02:00
Montel Laurent
c1e60e5539 Minor 2017-06-02 07:47:56 +02:00
Gilbert Assaf
786ec88526 Bug 236688 - Sort pages according to TOC in CHM Files
All pages in a CHM File are now ordered accordingly to TOC Data. If a page is not in TOC, it will be added at the end.

Testing Done:
I created a small example chm file to test this. I can provide the file, if someone would like to have it.

Bugs closed: 236688

Reviewed at https://git.reviewboard.kde.org/r/130078/
2017-05-31 13:13:48 +02:00
Gilbert Assaf
ff1647ce68 CHM: zooming changes the font size
Transfers zoom handling from KHTML to KHTMLView and QImage.
This way the font now actually increases when you zoom in and zoom handling is more in line with the other generators.

Bugs closed: 164198

Reviewed at https://git.reviewboard.kde.org/r/130127/
2017-05-31 13:12:41 +02:00
Gilbert Assaf
e876640c21 Bug 262265 chmlib should not send qFatal if encoding could not be guessed
Okular sends a 'qFatal()', if no encoding could be guessed. This will also create a core dump crashing Okular and all open document in this instance.

Bugs closed: 262265

Reviewed at https://git.reviewboard.kde.org/r/130106/
2017-05-31 13:02:20 +02:00
Gilbert Assaf
357f198c1e kio_msits emits mimetype again
kio_msits emitting mimetype function ported to QT5. A kio slave should always emit the mimetype (see kio slave api doc).

Reviewed at https://git.reviewboard.kde.org/r/130113/
2017-05-31 12:54:25 +02:00
Albert Astals Cid
dc85379ce1 Merge remote-tracking branch 'origin/Applications/17.04' 2017-05-21 23:38:14 +02:00
Tobias Deiminger
574fad92c8 Initialize cursor in PageView scrollbars with ArrowCursor
BUG: 334798
REVIEW: 130131
2017-05-21 23:37:04 +02:00
l10n daemon script
bb8c12d1eb SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-05-21 05:48:05 +02:00
l10n daemon script
34edbb7711 GIT_SILENT made messages (after extraction) 2017-05-21 05:10:30 +02:00
l10n daemon script
767a1c0eac SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-05-21 04:36:10 +02:00
l10n daemon script
58d23a20ae GIT_SILENT made messages (after extraction) 2017-05-12 04:56:11 +02:00
l10n daemon script
bfe1f62eb5 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-05-12 04:21:17 +02:00
l10n daemon script
ef9ea64bc3 GIT_SILENT made messages (after extraction) 2017-05-12 02:59:10 +02:00
Friedrich W. H. Kossebau
2779bb6c0c Don't repeat work of KAboutData::setApplicationData(), set window icon 2017-05-08 15:17:48 +02:00
Albert Astals Cid
90c7d1c769 GIT_SILENT Upgrade KDE Applications version to 17.04.1. 2017-05-08 13:01:46 +02:00
Andreas Sturmlechner
1177c2e1a8 Merge branch 'Applications/17.04' 2017-04-23 00:11:28 +02:00
Andreas Sturmlechner
3ed10b8ccf Fix typo 2017-04-22 12:55:48 +02:00
Andreas Sturmlechner
decb01292e Drop unused DBusAddons
REVIEW: 130099
2017-04-22 12:55:37 +02:00
l10n daemon script
cd1d36df29 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-04-22 05:08:45 +02:00
l10n daemon script
94fbca1c95 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-04-22 04:06:38 +02:00
l10n daemon script
a25642c178 GIT_SILENT made messages (after extraction) 2017-04-22 02:52:16 +02:00
l10n daemon script
91e740c236 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-04-17 04:01:59 +02:00
Albert Astals Cid
4e04c12d18 Merge remote-tracking branch 'origin/Applications/17.04' 2017-04-13 19:19:34 +02:00
Tobias Deiminger
69dca1e7dd Fix segfault when document is closed while annotation is selected
Prevent MouseAnnotation from accessing PageViewItem widgets any longer
after PageView deletes them in PageView::notifySetup().

BUGS: 378696
REVIEW: 130087
2017-04-13 19:17:56 +02:00