Commit graph

6750 commits

Author SHA1 Message Date
Montel Laurent c47caed30d Merge remote-tracking branch 'origin/KDE/4.13' 2014-03-05 07:25:23 +01:00
Montel Laurent 10d6ed2d27 Initialize pointer => fix crash 2014-03-05 07:24:47 +01:00
l10n daemon script 6e529dd214 SVN_SILENT made messages (.desktop file) 2014-03-04 05:57:24 +00:00
Albert Astals Cid bebb29986a Merge remote-tracking branch 'origin/KDE/4.13' 2014-03-03 00:43:30 +01:00
Albert Astals Cid 6daa7991e8 Fix spacing 2014-03-03 00:43:14 +01:00
Montel Laurent 5e16604fb3 Merge remote-tracking branch 'origin/KDE/4.13' 2014-03-02 14:00:25 +01:00
Montel Laurent 7b79ca1b36 Pedentic-- 2014-03-02 13:59:49 +01:00
Montel Laurent 04335b886f Fix crash when we click on print preview 2014-03-02 13:59:33 +01:00
Albert Astals Cid 9858322668 Merge remote-tracking branch 'origin/KDE/4.13' 2014-03-01 17:11:15 +01:00
Albert Astals Cid 3c79ac8ea1 Merge remote-tracking branch 'origin/KDE/4.12' into KDE/4.13 2014-03-01 17:03:23 +01:00
Albert Astals Cid a75a7ed086 Do not start a text generation thread if we're closing
Fixes occasional crash and makes no sense either :D
2014-03-01 17:01:14 +01:00
l10n daemon script cad1e895d2 SVN_SILENT made messages (.desktop file) 2014-03-01 07:08:28 +00:00
l10n daemon script 4a97dc56e6 SVN_SILENT made messages (.desktop file) 2014-03-01 04:22:46 +00:00
Albert Astals Cid b8778575f4 master is now 4.14 2014-02-28 00:12:35 +01:00
Albert Astals Cid 154d452282 Merge remote-tracking branch 'origin/KDE/4.13' 2014-02-28 00:11:53 +01:00
Albert Astals Cid e65660f42a Merge remote-tracking branch 'origin/KDE/4.12' into KDE/4.13
Conflicts:
	VERSION
	core/version.h
2014-02-28 00:11:34 +01:00
Albert Astals Cid 7829a47570 Prepare for 4.12.3 2014-02-28 00:10:30 +01:00
l10n daemon script 6b07409b91 SVN_SILENT made messages (.desktop file) 2014-02-27 04:45:57 +00:00
Jaan Vajakas a80922d45e Improve XY Cut layout recognition code
It was a simple bug in the XY Cut layout recognition code that made it too eager to see columns everywhere.
Also removed the dependence of the layout analysis algorithms on the display DPI (introduced by the recently added feature of using KScreen) to make their behavior more predictable and reproducible.

BUGS: 326207
BUGS: 331090
FIXED-IN: 4.13.0
REVIEW: 115759
2014-02-25 23:59:41 +01:00
Yuri Chornoivan 24dfbdb2c0 Update docs to the new features (play/pause button and magnifier) 2014-02-25 08:47:39 +02:00
Yuri Chornoivan 9246905953 Add missing space 2014-02-25 07:51:27 +02:00
Albert Astals Cid 11deb53aa5 Improvements to magnifier feature
In an ideal world I would have commented this in reviewboard and Michal would
have fixed it, but Feature Freeze is almost here so I decided just to fix it myself
2014-02-25 00:04:57 +01:00
Michal Humpula f22d9d2897 Add Magnifier
REVIEW: 113973
GUI
2014-02-24 23:42:10 +01:00
Albert Astals Cid 9cbe17dbb9 Improvements to the play/pause button
In an ideal world I would have commented this in reviewboard and Saheb would
have fixed it, but Feature Freeze is almost here so I decided just to fix it myself
2014-02-24 23:30:21 +01:00
Saheb Preet Singh 921815b58b Implement a play pause button in presentation mode
REVIEW: 115072
BUGS: 328125
GUI
2014-02-24 23:30:21 +01:00
l10n daemon script 514ef4a3ac SVN_SILENT made messages (.desktop file) 2014-02-24 07:26:07 +00:00
l10n daemon script 6f62e29846 SVN_SILENT made messages (.desktop file) 2014-02-24 04:37:30 +00:00
Luigi Toscano 9a59b49d8c Code cleanup: remove references to the old KDVI statusbar 2014-02-23 01:44:40 +01:00
Luigi Toscano b27d890812 Use signals to display messages in fontpool
- replace KMessageBox usage
- cleanup/rewrite few message strings
2014-02-23 01:44:39 +01:00
Luigi Toscano 2c5672ea74 Use signals to display messages in dviRenderer*
- replace KMessageBox usage
- readd and clean few notice/warning/error messages (previously commented)
2014-02-23 01:44:39 +01:00
Luigi Toscano 4ae6ece82e Use signals to propagate notifications in dviexport and psgs
Change KMessageBox into notifications (PageViewMessage).

REVIEW: 115925
2014-02-23 01:44:39 +01:00
l10n daemon script 5a8d7e34aa SVN_SILENT made messages (.desktop file) 2014-02-22 04:22:37 +00:00
Michal Humpula c07ee043a3 Multiple Tiles Managers per Page
It's straighforward implementation. Every single place, where there were call for (or with) TilesManager, now has a DocumentObserver as companion. The m_tiledManager reference in PagePrivate was changed to QMap<DocumentObserver, TilesManager>.

REVIEW: 113986
2014-02-19 23:41:22 +01:00
l10n daemon script 41d55ee477 SVN_SILENT made messages (.desktop file) 2014-02-18 05:09:56 +00:00
Vishesh Handa a034265e75 QML PageItem: Handle document path changes
PageItem works quite well if the DocumentItem has the path on
construction, but it does not update if the path is initially blank and
then later changed.

REVIEW: 115751
2014-02-17 13:18:31 +01:00
l10n daemon script d751245137 SVN_SILENT made messages (.desktop file) 2014-02-17 07:20:35 +00:00
l10n daemon script e1f7b5c512 SVN_SILENT made messages (.desktop file) 2014-02-17 04:40:59 +00:00
Albert Astals Cid 52ad9eae5b Merge remote-tracking branch 'origin/KDE/4.12'
Conflicts:
	VERSION
	core/version.h
	generators/mobipocket/okularApplication_mobi.desktop
2014-02-16 18:10:35 +01:00
Alexander Potashev f68c26bbea Disable action "View -> Auto Fit" when no document is opened
REVIEW: 115776
2014-02-16 18:09:46 +01:00
Luigi Toscano 480df58d68 Few fixes to PageViewMessage
- support for multiline/long messages (properly wrapped)
- react (resize) on parent resize
- code refactoring (common code in private methods)

REVIEW: 115596
2014-02-15 23:40:36 +01:00
Jonathan Doman ecf1f28290 Set tabWidget's documentMode
REVIEW: 115636
2014-02-13 23:25:27 +01:00
l10n daemon script a385cb2831 SVN_SILENT made messages (.desktop file) 2014-02-09 08:16:27 +00:00
l10n daemon script ca320b1d9d SVN_SILENT made messages (.desktop file) 2014-02-09 05:43:48 +00:00
Yuri Chornoivan 5c8f3392ec Update docs to the new option to open docs in tabs 2014-02-08 14:45:43 +02:00
Albert Astals Cid 7681cdf004 Move the open new files in tabs setting to configure dialog
Also make it non enabled by default for now

GUI
BUGS: 155515
2014-02-08 12:15:15 +01:00
Jonathan Doman 0a982319f4 Tabbed interface
GUI
BUGS: 155515
REVIEW: 110914
2014-02-08 11:44:26 +01:00
Luigi Toscano 90779f4a2a Comments cleanup: remove references to the old KDVI info dialog 2014-02-07 23:42:56 +01:00
Luigi Toscano d04f30dc75 Use KStandardDirs::findExe instead of the custom find_exe 2014-02-07 23:42:12 +01:00
Albert Astals Cid 6a0d8c3c1e Make sure we set the correct group merge here 2014-02-04 00:30:30 +01:00
l10n daemon script 2a52fdfb93 SVN_SILENT made messages (.desktop file) 2014-02-03 06:38:54 +00:00