Albert Astals Cid
2c7baf1a9a
Prepere for 4.13.0
12 years ago
Albert Astals Cid
cd02dd6d3c
Minor changes
...
Make the receivers be the ones that check for empty, not the senders
12 years ago
Jonathan Doman
89fd56c23b
Launch documents from external sources in new tabs
...
FIXED-IN: 4.13.0
BUGS: 331872
BUGS: 332238
REVIEW: 116700
12 years ago
Albert Astals Cid
a7f3a1ac37
Protect us against broken drivers/screens
...
Some drivers screens return 0x0 as their screen size so we can't use it
to calculate the dpi
BUGS: 332746
BUGS: 332494
FIXED-IN: 4.13.0
12 years ago
l10n daemon script
c6de0ba3a5
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
444f66ac29
Some more output that can be of help
12 years ago
l10n daemon script
8068e5b502
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
34c73c3953
We've changed the ABI in 4.13
12 years ago
Albert Astals Cid
5f211f5646
Prepare for 4.13 RC
12 years ago
Albert Astals Cid
74d97571c3
Prepare for 4.12.4
12 years ago
Albert Astals Cid
6041d1fcd2
prepare for Beta3
12 years ago
l10n daemon script
5facfef408
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
355997d377
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
f17142080c
Ultra ugly hack for getting links to be blue unless css'ed
12 years ago
Christoph Feck
60cc5dc98e
TextDocumentGenerator: Use black as default text color
...
REVIEW: 111681
BUGS: 253583
BUGS: 322547
FIXED-IN: 4.12.90
12 years ago
Albert Astals Cid
83c75c7d04
Prepare for 4.13 Beta 2
12 years ago
Albert Astals Cid
397557e458
Prepare for 4.13 Beta 1
12 years ago
Montel Laurent
10d6ed2d27
Initialize pointer => fix crash
12 years ago
l10n daemon script
6e529dd214
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
6daa7991e8
Fix spacing
12 years ago
Montel Laurent
7b79ca1b36
Pedentic--
12 years ago
Montel Laurent
04335b886f
Fix crash when we click on print preview
12 years ago
Albert Astals Cid
3c79ac8ea1
Merge remote-tracking branch 'origin/KDE/4.12' into KDE/4.13
12 years ago
Albert Astals Cid
a75a7ed086
Do not start a text generation thread if we're closing
...
Fixes occasional crash and makes no sense either :D
12 years ago
l10n daemon script
cad1e895d2
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
e65660f42a
Merge remote-tracking branch 'origin/KDE/4.12' into KDE/4.13
...
Conflicts:
VERSION
core/version.h
12 years ago
Albert Astals Cid
7829a47570
Prepare for 4.12.3
12 years ago
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
12 years ago
Yuri Chornoivan
24dfbdb2c0
Update docs to the new features (play/pause button and magnifier)
12 years ago
Yuri Chornoivan
9246905953
Add missing space
12 years ago
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
12 years ago
Michal Humpula
f22d9d2897
Add Magnifier
...
REVIEW: 113973
GUI
12 years ago
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
12 years ago
Saheb Preet Singh
921815b58b
Implement a play pause button in presentation mode
...
REVIEW: 115072
BUGS: 328125
GUI
12 years ago
l10n daemon script
514ef4a3ac
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6f62e29846
SVN_SILENT made messages (.desktop file)
12 years ago
Luigi Toscano
9a59b49d8c
Code cleanup: remove references to the old KDVI statusbar
12 years ago
Luigi Toscano
b27d890812
Use signals to display messages in fontpool
...
- replace KMessageBox usage
- cleanup/rewrite few message strings
12 years ago
Luigi Toscano
2c5672ea74
Use signals to display messages in dviRenderer*
...
- replace KMessageBox usage
- readd and clean few notice/warning/error messages (previously commented)
12 years ago
Luigi Toscano
4ae6ece82e
Use signals to propagate notifications in dviexport and psgs
...
Change KMessageBox into notifications (PageViewMessage).
REVIEW: 115925
12 years ago
l10n daemon script
5a8d7e34aa
SVN_SILENT made messages (.desktop file)
12 years ago
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
12 years ago
l10n daemon script
41d55ee477
SVN_SILENT made messages (.desktop file)
12 years ago
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
12 years ago
l10n daemon script
d751245137
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
e1f7b5c512
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
52ad9eae5b
Merge remote-tracking branch 'origin/KDE/4.12'
...
Conflicts:
VERSION
core/version.h
generators/mobipocket/okularApplication_mobi.desktop
12 years ago
Alexander Potashev
f68c26bbea
Disable action "View -> Auto Fit" when no document is opened
...
REVIEW: 115776
12 years ago
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
12 years ago
Jonathan Doman
ecf1f28290
Set tabWidget's documentMode
...
REVIEW: 115636
12 years ago