Commit graph

7602 commits

Author SHA1 Message Date
Oliver Sander 3859fba07d Remove dependency on KActivities on Windows.
REVIEW: 130022
REVIEW: 126378
2017-03-18 01:58:47 +01:00
Marco Scarpetta fa315eb59c Allow to disable automatic search while typing
BUGS: 326522
REVIEW: 129956
2017-03-14 00:31:42 +01:00
Oliver Sander 54436672fb Allow to rotate the page view using two-finger pinches on a touchscreen
REVIEW: 126809
2017-03-11 18:33:59 +01:00
Miklós Máté 59dd04766c Set viewport only once
REVIEW: 129287
2017-03-11 18:10:53 +01:00
Albert Astals Cid d3b5e13dad Reset d->mousePressPos correctly in mousePress after popup exec
BUGS: 363776
2017-03-09 00:38:00 +01:00
Yuri Chornoivan 506e51d461 Fix minor word repetition 2017-03-05 21:05:28 +02:00
Albert Astals Cid f06bf612d7 Merge remote-tracking branch 'origin/Applications/16.12' 2017-03-05 19:53:10 +01:00
Albert Astals Cid 0419812ad7 djvu: Initialize to white if rendering fails
It's what ddjvu does, and also it's not nice to return an uninitialzed image back to the user

BUGS: 377202
2017-03-05 19:51:29 +01:00
Albert Astals Cid 7da5adce57 indent++ 2017-03-05 19:35:16 +01:00
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 7d1cf88263 Merge remote-tracking branch 'origin/Applications/16.12' 2017-03-03 23:57:34 +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
Albert Astals Cid 4573c7a646 Recalculate forms after other are edited
BUGS: 376958
2017-03-03 01:08:44 +01:00
Albert Astals Cid 20a81c9de0 Set the Okular Form additional actions from the poppler Form additional actions 2017-03-03 01:00:09 +01:00
Albert Astals Cid cfc158977f Add the additional action to form 2017-03-03 00:41:06 +01:00
Albert Astals Cid 56bcdad680 Refresh the pixmap of the page that contains the field when setting its text 2017-03-03 00:36:08 +01:00
Albert Astals Cid 2ca1779feb Add a way to get the PagePrivate if you have the Page 2017-03-03 00:32:08 +01:00
Albert Astals Cid 1d2dd42c67 no need for & here 2017-03-02 22:45:45 +01:00
Albert Astals Cid ce1c882d7e Make slotFormChanged store multiple pages in the timer and not just one
It's hard the user edits forms in more than one page in less than a second (though possible)
but once we introduce JS parsing that will be defenitely possible so need to store more than one page
2017-03-02 22:42:50 +01:00
Albert Astals Cid 19be15b6a5 Field readOnly applies to the user but not to JS 2017-03-02 22:38:29 +01:00
Albert Astals Cid 1fd2004aa3 Don't show widgets for non editable forms
What's the point of showing a form if we don't let the user do anything with it?
2017-03-02 22:34:25 +01:00
Albert Astals Cid 519f0acac7 document which variant kind is returned 2017-03-02 22:23:41 +01:00
Albert Astals Cid c80b59f1de I said use new API 2017-03-02 22:03:46 +01:00
Albert Astals Cid b4ac0be485 Use the new API 2017-03-02 22:00:27 +01:00
Albert Astals Cid ec70995895 QString as key is evil, add a nice enum 2017-03-02 21:04:59 +01:00
Albert Astals Cid e72d2f5357 virtual override -> override 2017-03-02 20:40:09 +01:00
Albert Astals Cid 191a37fb52 Q_DECL_OVERRIDE -> override 2017-03-02 20:39:24 +01:00
Albert Astals Cid 4072eb0c3a Add override 2017-03-02 20:38:50 +01:00
Albert Astals Cid b50aff3ed7 Q_NULLPTR -> nullptr 2017-03-02 20:09:32 +01:00
l10n daemon script c058c809e2 GIT_SILENT made messages (after extraction) 2017-02-28 13:52:32 +01:00
l10n daemon script 5c929b2585 GIT_SILENT made messages (after extraction) 2017-02-28 09:33:35 +01:00
Albert Astals Cid 0329e29779 Merge remote-tracking branch 'origin/Applications/16.12' 2017-02-28 00:26:36 +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 ac345ba4dc Merge remote-tracking branch 'origin/Applications/16.12' 2017-02-20 01:08:01 +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
Christoph Feck 7a013e3869 Require KHtml only when building CHM generator
Reviewed by: aacid

Differential Revision: D4507
2017-02-10 02:57:06 +01:00
Albert Astals Cid d2578c624a Merge remote-tracking branch 'origin/Applications/16.12' 2017-02-08 23:18:20 +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
Albert Astals Cid 02ea499d90 I don't consider myself the maintainer 2017-02-08 20:23:38 +01:00
l10n daemon script c55c44ed95 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-07 12:50:18 +01:00
l10n daemon script 2a0bdca687 GIT_SILENT made messages (after extraction) 2017-02-07 08:56:11 +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
l10n daemon script 7381616690 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 06:04:23 +01:00
l10n daemon script 53a6cde141 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-04 06:23:35 +01:00
l10n daemon script 0922f2f524 GIT_SILENT made messages (after extraction) 2017-02-04 03:59:15 +01:00
Albert Astals Cid fbffbdd633 GIT_SILENT Upgrade KDE Applications version to 16.12.2. 2017-02-03 23:46:45 +01:00
Oliver Sander 338fd923b2 Avoid warning when opening GotoPageDialog
REVIEW: 129910
2017-02-03 00:29:43 +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