Commit graph

6723 commits

Author SHA1 Message Date
l10n daemon script 02c782f7e4 SVN_SILENT made messages (.desktop file) 2014-06-03 05:10:11 +00:00
Albert Astals Cid dc088779ef Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-20 23:25:37 +02:00
Jon Mease 34dc4eb22e Fix crash when clicking in a text form that is not editable
BUGS: 334611
REVIEW: 118171
FIXED-IN: 4.13.2
2014-05-20 23:24:18 +02:00
Albert Astals Cid 268aa603eb Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-15 20:18:50 +02:00
Albert Astals Cid 48b711002e Some more debug around this dpi stuff 2014-05-15 20:18:22 +02:00
Albert Astals Cid 19a216a275 Don't ask for link annotations, they are slow and we don't use them
Needs poppler 0.28 that is yet to be released

BUGS: 317891
2014-05-11 18:44:56 +02:00
Luigi Toscano c1ed635770 Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-11 16:35:43 +02:00
Luigi Toscano 4c4825a2a8 Print preview: explicitly look for the Okular/Ghostview part
No other parts which renders PostScript are available at the moment,
and parts which handles them are return "unexpected" resultS (e.g.
katepart: PostScript source code).

Reviewed by: Albert Astal Cid

BUG: 284428
FIXED-IN: 4.13.2
2014-05-11 16:31:07 +02:00
Luigi Toscano 710779b7b8 getenv -> qgetenv 2014-05-11 13:53:48 +02:00
Luigi Toscano 9fc25e0448 Cleanup messages for the info message widget
- use proper HTML tags so that it is easy to read complex messages
- remove one unused string
- minor string fixes
2014-05-11 13:53:48 +02:00
Fabio D'Urso 3827df7dad Added missing emit keyords in core/documentcommands.cpp 2014-05-11 13:51:57 +02:00
Luigi Toscano 576596d9fc Remove fontProgressDialog, no more used 2014-05-11 00:34:26 +02:00
Luigi Toscano ae555519c5 Move the call to fontLocate in the pixmap rendering thread
- Initialize the kpsewhich QProcess in the fontLocate() method
- Remove the usage of fontProgressDialog and use the warning
  signal to notify the user on the status of font generation.
- The change makes it "easier", in future, to kill the font
  generation when the user opens a new document. Right now it
  is not possible to stop the generation.

Reviewed by: Albert Astal Cid, Fabio d'Urso
(and thanks for the hints!)
2014-05-11 00:17:46 +02:00
Luigi Toscano 6ce1cd49bd No animation on hide: possible glitches for a fast sequence of signals
If a "fast" sequence of signals is sent to the part, the hiding
animation could lead to a broken resize (as it the new message
is handled during the resize). Remove the animation for now.
2014-05-10 23:58:37 +02:00
Albert Astals Cid 86dd9e8801 Move the ooo wallet code to use the part.cpp one
Less widgets in generators/core \o/
2014-05-10 15:54:03 +02:00
Fabio D'Urso cebe8d6509 Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-10 11:48:59 +02:00
Fabio D'Urso f7ec9df0af Don't leak temporary unpacked metadata files extracted from .okular files 2014-05-10 11:37:50 +02:00
Albert Astals Cid 7b7fef0bea Move the messagebox about continuing search from core to ui 2014-05-10 11:33:21 +02:00
Albert Astals Cid e759c94224 let's call it searchid, goes for better searching :) 2014-05-10 10:27:59 +02:00
Luigi Toscano 69459e742a Redirect error and warning signals to a KMessageWidget
Those two categories are usually longer messages and more
important, so more fit for a (new) KMessageWidget; simple
notice signals still go to PageViewMessage into PageView.

A more general review of all the messages should be probably
performed in order to assign proper categories to them.

Reviewed by: Albert Astal Cid
2014-05-10 10:27:21 +02:00
Albert Astals Cid 4c553ac87f small docu fix 2014-05-10 10:26:30 +02:00
Albert Astals Cid a366b0f738 Merge branch 'KDE/4.13' 2014-05-10 10:11:40 +02:00
Albert Astals Cid c8697989a1 Do not duplicate the noDialogs storage in two structs 2014-05-10 10:09:38 +02:00
Albert Astals Cid 3c3d4373ab Do not reset the search if it's a different search id
Doesn't make any sense, why would we want a "running searches map" if we
always reset the previous one?

BUGS: 334568
FIXED-IN: 4.13.2
2014-05-10 10:07:23 +02:00
Albert Astals Cid 6bf6b14f3c Do not reset the search if it's a different search id
Doesn't make any sense, why would we want a "running searches map" if we
always reset the previous one?

BUGS: 334568
FIXED-IN: 4.13.2
2014-05-10 10:04:47 +02:00
Fabio D'Urso e514ddbf78 Added @since markers 2014-05-10 00:56:57 +02:00
Albert Astals Cid 630d3a8a5f Simplify search parameter passing 2014-05-10 00:49:01 +02:00
Albert Astals Cid b92f5b5188 remove old ifdefs, it's cool how we are now :) 2014-05-09 23:04:43 +02:00
Albert Astals Cid e93d5bda01 Move KWallet code from pdf backend to ui
This helps with the widget dependency removal in the core/backends
2014-05-09 19:58:43 +02:00
Luigi Toscano 56c101833f Remove PageViewTopMessage, use KMessageWidget instead
Acked by Albert Astal Cid
2014-05-09 17:19:50 +02:00
Albert Astals Cid 11773fdcb5 Wops, this should have not been removed ^_^ 2014-05-09 13:52:58 +02:00
Albert Astals Cid 99ec6dcdc5 We don't need to pass the parent down now
Acked by Luigi
2014-05-09 13:39:49 +02:00
Albert Astals Cid 5826ba35f3 Remove the use of progress dialog and widget in the dvi exporter
They are not really useful anyway

Acked by Luigi
2014-05-09 13:37:15 +02:00
Tingnan Zhang fad9c4e6fd Improvements to zoom behaviour
No need for double digit precision in the UI
ZoomIn/ZoomOut moves you through the well known steps + fit page, fit width; if you need any other you can always write it manually or use MMB zoom
BUGS: 323434
BUGS: 323435
FIXED-IN: 4.14.0
REVIEW: 112370
2014-05-06 00:48:38 +02:00
Albert Astals Cid df9be6b2a5 Merge remote-tracking branch 'origin/KDE/4.13'
Conflicts:
	VERSION
	core/version.h
2014-05-04 19:44:31 +02:00
Albert Astals Cid 0c7791e87f Prepare for 4.13.1 2014-05-04 19:43:44 +02:00
Albert Astals Cid 60b7932c55 Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-02 00:42:11 +02:00
Eugene Shalygin 88725241b8 Make sure edid and xrand sizes match before using them to calculate DPI
BUGS: 333456
2014-05-02 00:41:06 +02:00
Albert Astals Cid b3962b868e Merge remote-tracking branch 'origin/KDE/4.13' 2014-05-01 13:29:27 +02:00
Albert Astals Cid 9252044c0c KScreen::Config::current can return null 2014-05-01 13:27:19 +02:00
Albert Astals Cid 00ba7fe8c8 Merge remote-tracking branch 'origin/KDE/4.13' 2014-04-19 13:15:31 +02:00
Albert Astals Cid 67a2a1222c Merge remote-tracking branch 'origin/KDE/4.12' into KDE/4.13
Conflicts:
	VERSION
	core/version.h
2014-04-19 13:15:12 +02:00
Albert Astals Cid 9a597194ed Prepare for 4.12.5 2014-04-19 13:14:33 +02:00
Albert Astals Cid ebb0789222 Merge remote-tracking branch 'origin/KDE/4.13' 2014-04-15 21:22:08 +02:00
Albert Astals Cid e0e98658e5 Modify how page size label is shown on the bottom bar
Opened a file with all pages with same size and behaves exactly like Okular does
Opened a file with pages with different sizes and behaves like Okular does until it stops fiting. In that moment the page bar is not centered anymore to let the text still fit and once the text doesn't fit anymore it starts getting ellided.

Reviewed by Luigi

BUGS: 333349
FIXED-IN: 4.13.1
2014-04-15 21:20:32 +02:00
Albert Astals Cid 2d332dbdb2 Merge remote-tracking branch 'origin/KDE/4.13'
Conflicts:
	VERSION
	core/version.h
2014-04-10 00:08:44 +02:00
Albert Astals Cid 49dc7dcb59 Indent 2014-04-10 00:01:39 +02:00
Albert Astals Cid 6112a79765 Minor version updates to generators with changes since 4.12 2014-04-09 23:39:04 +02:00
Albert Astals Cid 2c7baf1a9a Prepere for 4.13.0 2014-04-09 23:35:23 +02:00
Albert Astals Cid cd02dd6d3c Minor changes
Make the receivers be the ones that check for empty, not the senders
2014-04-09 23:34:18 +02:00