Commit graph

7614 commits

Author SHA1 Message Date
Albert Vaca c71f308252 Fixes suggested by Clazy 2016-10-29 16:33:05 +02:00
Albert Vaca dd126149d6 Use Qt to detect the paper type and name. 2016-10-29 16:33:05 +02:00
Martin T. H. Sandsmark ff3cc05b6b Fix recoloring of inverted colors.
BUG: 368229
2016-10-29 13:02:07 +02:00
Aleix Pol ebeeac8d72 Set the version to 1.0
Remove redundant version.h file in favor of the ecm-generated.
Use minor version from KDE_APPLICATIONS_VERSION_*

Reviewed by Albert Astals
2016-10-29 12:42:59 +02:00
Aleix Pol c75a2e52d9 Make context menu on a bookmark menu action work again
Solves a todo from porting to kf5

Reviewed by Albert Astals
2016-10-29 12:23:25 +02:00
Albert Astals Cid 7304d320e3 Merge remote-tracking branch 'origin/master' into frameworks 2016-10-29 11:49:48 +02:00
Albert Astals Cid fe18ff0ecd Remove declared but not implemented function 2016-10-29 11:47:48 +02:00
Albert Astals Cid 32149802b9 Fix wrong c&p 2016-10-29 11:26:52 +02:00
Albert Astals Cid 62eea3336b Merge remote-tracking branch 'origin/master' into frameworks 2016-10-29 11:13:24 +02:00
Albert Astals Cid f943f9ee8b Remove the !this checks
It's not part of the standard and GCC recently removed support for it

Looking at the code it seems we only need one external check, let's hope i'm right :D
2016-10-17 13:02:49 +02:00
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
2016-10-15 15:22:35 +02:00
Martin T. H. Sandsmark afb5e01aed Make the QML component plugin not crash when trying to be loaded without a QApplication 2016-10-15 15:22:16 +02:00
Albert Astals Cid 75c387c62c increase version in master 2016-10-07 01:00:49 +02:00
Albert Astals Cid 41e0da830c Merge remote-tracking branch 'origin/Applications/16.08' 2016-10-07 01:00:24 +02:00
Albert Astals Cid 7003eff75e Increase version
We had the cbr fix

GIT_SILENT
2016-10-07 00:59:46 +02:00
Albert Astals Cid 0b8da8518c Merge remote-tracking branch 'origin/Applications/16.08' 2016-10-01 15:41:04 +02:00
Albert Astals Cid f2b2d94897 Open CBR files with shared-mime-info >= 1.7
Not ideal fix surely but it'll do for the moment

BUGS: 369078
2016-10-01 15:39:31 +02:00
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
2016-10-01 12:52:30 +02:00
Gleb Popov bfa28f1f64 Fix build with Visual Studio 2015.
REVIEW: 128805
2016-08-31 17:34:15 +03:00
Albert Astals Cid 729922af54 Merge remote-tracking branch 'origin/Applications/16.08' 2016-08-23 00:23:09 +02:00
Albert Astals Cid 744a6901d6 Increase version
Meh i forgot to update it for .0

GIT_SILENT
2016-08-23 00:22:33 +02:00
Olivier CHURLAUD 62f2cb99f6 Remove a spurious trailing semicolon that issued g++ warnings
Commited on behalf of Oliver Sander
REVIEW: 128673
2016-08-18 16:12:32 +02:00
Martin T. H. Sandsmark 5e77764ac5 Don't show mobile version in menus 2016-08-13 22:53:29 +02:00
Martin T. H. Sandsmark ff274fdecc Remove kdelibs4support 2016-08-13 22:38:02 +02:00
Martin T. H. Sandsmark cbe859eeec Port away from obsolete QTest functions 2016-08-13 22:37:30 +02:00
Martin T. H. Sandsmark f2e9633ea7 Fix misuse of QWeakPointer 2016-08-13 22:36:20 +02:00
Martin T. H. Sandsmark 85078160fa Use normal KDE compiler settings 2016-08-13 22:32:31 +02:00
Martin T. H. Sandsmark decd4849a8 Use Okular's own print preview dialog for all documents 2016-08-13 22:30:22 +02:00
Martin T. H. Sandsmark 2639b1e8ed Extend print preview dialog to handle .pdf previews 2016-08-13 22:29:50 +02:00
Martin T. H. Sandsmark 57fd20e90e Stop leaking qfiledialogs 2016-08-13 22:20:43 +02:00
Martin T. H. Sandsmark 1cd0bb2697 Ignore mimetypes without known globbing patterns 2016-08-13 21:59:17 +02:00
Martin T. H. Sandsmark 2eb0e01796 Merge mimetypes with same name, sort by name 2016-08-13 21:57:04 +02:00
Martin T. H. Sandsmark e6e0d90a84 Fix typo in previous commit 2016-08-13 21:50:37 +02:00
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
2016-08-13 21:28:30 +02:00
Olivier CHURLAUD eb20c92dae GIT_SILENT: Add MacOSX and Windows to metainfo.yaml 2016-08-09 00:09:51 +02:00
Olivier CHURLAUD 78a08b093d GIT_SILENT: in metainfo.yaml, platforms is Linux only now 2016-08-06 01:29:30 +02:00
Olivier CHURLAUD 411bdee0eb Open relative path again
REVIEW: 128507
2016-08-03 16:01:30 +02:00
Yuri Chornoivan 519fddd3a5 Update docs for the new RTL direction option 2016-07-26 09:42:01 +03:00
Olivier CHURLAUD 04908dba2f Adding RTL reading mode feature to okular
Commited on behalf of Fahad Al-Saidi

REVIEW: 125397
BUG: 325650
2016-07-26 01:37:54 +02:00
Martin T. H. Sandsmark 09a99ba96b Port away from obsolete Qt functions 2016-07-24 23:46:53 +02:00
Martin T. H. Sandsmark 68deb82a6f We need doctools 2016-07-24 23:44:49 +02:00
Martin T. H. Sandsmark c4287096a3 Fix inhibiting of sleep on modern linux systems, port away from deprecated Solid methods 2016-07-24 23:36:03 +02:00
Martin T. H. Sandsmark 6875dc88cf Port away from deprecated KConfig API 2016-07-24 22:43:41 +02:00
Martin T. H. Sandsmark d8fdb14941 Port away from deprecated Phonon API 2016-07-24 22:40:20 +02:00
Martin T. H. Sandsmark fc09e52fc3 Port away from deprecated KArchive method 2016-07-24 22:40:08 +02:00
Martin T. H. Sandsmark 962af72cc1 Silence some warnings 2016-07-24 22:39:45 +02:00
Martin T. H. Sandsmark d9a31fa02a Fix font color parsing in Plucker 2016-07-24 22:38:07 +02:00
Martin T. H. Sandsmark 5e78ca3df5 Stop using deprecated way to open browser 2016-07-24 22:31:34 +02:00
Martin T. H. Sandsmark f87a306ec1 Fix warning about incompatible pointers in synctex parser 2016-07-24 22:30:39 +02:00
Martin T. H. Sandsmark 868bf74410 Fix usage of string constants 2016-07-24 22:25:20 +02:00