Commit graph

7506 commits

Author SHA1 Message Date
Albert Astals Cid e4de08a0a3 GIT_SILENT Upgrade KDE Applications version to 16.12.3. 2017-03-04 11:21:52 +01:00
Albert Astals Cid 7a50ce0edf Accumulate Control+Wheel Deltas until they reach QWheelEvent::DefaultDeltasPerStep
This way zooming in/out with a touchpad is easier to control

BUGS: 377128
2017-03-03 23:56:28 +01:00
l10n daemon script c058c809e2 GIT_SILENT made messages (after extraction) 2017-02-28 13:52:32 +01:00
Albert Astals Cid 6874317c8a Fix crash on CHM files that use "plain English" LCID
BUGS: 376936
2017-02-28 00:25:20 +01:00
l10n daemon script 5b7a8d3d67 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-02-26 07:52:08 +01:00
l10n daemon script 15543ea8bd GIT_SILENT made messages (after extraction) 2017-02-26 06:49:42 +01:00
Albert Astals Cid ee7e3737f4 Account for non local non relative video file urls
BUGS: 376574
2017-02-20 01:06:30 +01:00
Walter Mollica 6f3970dbe4 Extend viewport update area when updating or clearing the a selection rectangle
Extending the viewport update area of the selection rectangle when dragging the mouse while in selection mode or when canceling the selection ensures that no artifacts remain on-screen in either case.

BUG: 266537

Differential Revision: https://phabricator.kde.org/D4487
2017-02-08 23:16:50 +01:00
l10n daemon script 963ce79c45 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-02-06 07:51:00 +01:00
Albert Astals Cid fbffbdd633 GIT_SILENT Upgrade KDE Applications version to 16.12.2. 2017-02-03 23:46:45 +01:00
l10n daemon script 0e1cf0fbb9 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-02-02 07:40:34 +01:00
Albert Astals Cid af6e9a9b0b Fix rendering artifacts in Okular with "draw border around links" turned on
Qt5 changed the default QPen to not be cosmetic, so we need to specify we want it to be cosmetic

BUGS: 375719
2017-02-02 00:26:23 +01:00
Albert Astals Cid 96d8953878 Fix Enter turning the thumbnail filter bar into a regular search bar
BUGS: 375755
2017-02-01 00:49:21 +01:00
Albert Astals Cid be6b0b6f48 Fix porting bug regarding the font extraction progress
BUGS: 375782
2017-01-31 22:50:54 +01:00
Albert Astals Cid f467807506 Remove #ifdefs for Qt we require in cmake anyway 2017-01-16 00:36:08 +01:00
Albert Astals Cid b13fc1d3be Readd test for file existance when opening files with # on the path
BUGS: 373855
2017-01-16 00:33:25 +01:00
Heiko Becker f968296c51 Invoke the correct KCModule
The webshortcuts KCM has been renamed from 'ebrowsing' to
'webshortcuts' when it was moved from konqueror to kio.

REVIEW: 129805
2017-01-11 17:05:55 +01:00
Antonio Rojas f3f077e1a6 Avoid duplicates in the available backends list
If a generator can open multiple mime types that match the same file, avoid showing a backend chooser dialog with multiple instances of the same
backend

REVIEW: 129791
BUG: 374650
2017-01-08 19:38:42 +01:00
Albert Astals Cid bb84cbe079 GIT_SILENT Upgrade KDE Applications version to 16.12.1. 2017-01-07 19:55:59 +01:00
Albert Astals Cid e833b3ce65 Fix menu titles not showing up
QMenu title/section are optional to draw from the style side but we have crucial information in them
so reuse old KMenu code to create a fake action that behaves as title

I'll see if KF5 wants to accept this as contribution later

BUGS: 374079
2016-12-28 17:05:46 +01:00
l10n daemon script 4290dffb1b GIT_SILENT made messages (after extraction) 2016-12-26 06:45:49 +01:00
Albert Astals Cid cac397dd27 Fix wrong porting
We left the code for poppler < 0.22 when we should have left the other since for Qt5 poppler is always > 0.22

BUGS: 374028
2016-12-22 23:11:44 +01:00
l10n daemon script 2e1a71ffe3 GIT_SILENT made messages (after extraction) 2016-12-21 06:52:53 +01:00
l10n daemon script b6614c4da4 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"
2016-12-12 05:17:25 +01:00
l10n daemon script 6bc9feaba4 GIT_SILENT made messages (after extraction) 2016-12-12 04:38:06 +01:00
Albert Astals Cid a3e0e630e2 Update version
GIT_SILENT
2016-12-09 23:00:22 +01:00
l10n daemon script 4ed39dfc16 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"
2016-12-09 05:11:11 +01:00
l10n daemon script 8c2120e2d3 GIT_SILENT made messages (after extraction) 2016-12-09 04:31:33 +01:00
Albert Astals Cid 964e3eb2e5 Test: Be really patient
just to make sure it's not the machine being slow and it's the test that actually is failing
2016-12-09 00:35:52 +01:00
Albert Astals Cid ecf54e4203 Try other generators if opening fails with one generator
This is not very common but would happen so be a bit stubborner
2016-12-08 23:35:04 +01:00
Miklós Máté e81fb3d639 Check all supported mime types the generator supports
Stopping on the first inherit match can prevent finding a perfect match, and thus we might enter a competition of inherit matches from other generators.

Example: spectre supports application/postscript and image/x-eps. When opening an eps the app/ps is an inherit match, but so is text/plain from the txt generator. Thanks to stable_sort() the txt generator is deterministically selected from the above two inherit matches. Unless we continue and find the perfect match, which is spectre:image/x-eps.

REVIEW: 129610
2016-12-08 22:42:44 +01:00
Albert Astals Cid 1747b8b662 Match the spring actually push things up 2016-12-08 22:34:50 +01:00
Albert Astals Cid 6e1d3bb1bc GIT_SILENT Upgrade KDE Applications version to 16.12.0. 2016-12-06 20:57:55 +01:00
l10n daemon script 9f34f51ec1 GIT_SILENT made messages (after extraction) 2016-12-03 02:50:03 +01:00
l10n daemon script 5282d434ee 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"
2016-12-02 05:48:46 +01:00
l10n daemon script 56759cd0b3 SVN_SILENT made messages (after extraction) 2016-12-02 05:11:22 +01:00
Albert Astals Cid d248be4173 GIT_SILENT Upgrade KDE Applications version to 16.11.90. 2016-11-29 22:16:51 +01:00
l10n daemon script e65f2c6f62 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"
2016-11-29 05:41:48 +01:00
l10n daemon script fecf0a8de6 SVN_SILENT made messages (after extraction) 2016-11-29 05:04:44 +01:00
l10n daemon script 5527fe1d44 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"
2016-11-28 05:28:46 +01:00
l10n daemon script 43cde01ced SVN_SILENT made messages (after extraction) 2016-11-28 04:44:19 +01:00
l10n daemon script 5d3508c112 SVN_SILENT made messages (after extraction) 2016-11-25 05:48:54 +01:00
l10n daemon script 5ddc51b6c3 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"
2016-11-23 05:41:42 +01:00
l10n daemon script 6aaf19e884 SVN_SILENT made messages (after extraction) 2016-11-23 04:59:06 +01:00
l10n daemon script 7cb74091e3 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"
2016-11-22 06:10:26 +01:00
l10n daemon script a1fbd54673 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"
2016-11-21 05:41:15 +01:00
l10n daemon script 41ca35870f SVN_SILENT made messages (after extraction) 2016-11-21 05:02:16 +01:00
l10n daemon script a742d065e7 SVN_SILENT made messages (after extraction) 2016-11-20 06:37:15 +01:00
l10n daemon script 5a4b3f4aa9 SVN_SILENT made messages (after extraction) 2016-11-19 22:48:41 +01:00
l10n daemon script ed798603be SVN_SILENT made messages (after extraction) 2016-11-19 07:53:15 +00:00