René J.V. Bertin
42e03ce9bf
Initialise PageViewPrivate::aFitWindowToPage to NULL and
...
check against NULL consistently before calling aFitWindowToPage->setEnabled().
BUG: 348000
REVIEW: 123876
11 years ago
Albert Astals Cid
146c6d85bb
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Jonathan Doman
223092aa0e
Fix embed mode detection
...
Wow, I have no idea how this happened. I wrote an big test case and spent a lot of time playing with tabs. Stephan Binner even told me about this a month ago, but I didn't quite understand the problem...
Broken embed mode detection means that the tabbed interface is disabled. It actually made it into release... ugh
REVIEW: 123680
11 years ago
Albert Astals Cid
437acd5c2d
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
cb9aa1559d
0.22.1
...
For Applications 15.04.1
SVN_SILENT
11 years ago
Heiko Becker
9685017e17
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Heiko Becker
966e19582c
FindLibSpectre: Use FindPkgConfig instead of UsePkgConfig
...
The latter is deprecated and doesn't respect the PKG_CONFIG
environment variable which makes it easy to deal with differently
named pkg-config executables, e.g. arch-prefixed ones.
REVIEW: 123393
11 years ago
Albert Astals Cid
e89283a6b5
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Albert Astals Cid
aed8a9b3cd
Fix crash on closing
...
Tell the document we're no longer an observer in the destructor
BUGS: 346149
FIXED-IN: KDE Applications 15.04.1
11 years ago
Albert Astals Cid
82882ec941
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
René J.V. Bertin
7f6c9987ab
Fix crashes on Mac
...
Seems Mac and/or clang need these to be exported
BUGS: 345765
11 years ago
Albert Astals Cid
8bc66f6505
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
8f854256ef
And forgot to increase this one ^_^
...
GIT_SILENT
11 years ago
Albert Astals Cid
bf203fd1a9
Prepare for the KDE Applications 15.04.0 release
...
GIT_SILENT
11 years ago
Albert Astals Cid
72ca504ce1
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Ronnie Thomas
0877dfd5f8
Fix error messags on cmdline arguments
...
The --print and the --page arguments were showing wrong error messages. This patch fixes it.
REVIEW: 123163
11 years ago
Albert Astals Cid
decb184680
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
c11c734caf
RC version
11 years ago
Albert Astals Cid
b6239700d8
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Albert Astals Cid
250eccf530
plucker: Also accept f as false
...
This bug is present at upstream unpluck too, but given the cvs code hasn't
been touched in ages i have not reported it there
11 years ago
Albert Astals Cid
87a0457472
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
bb00a153e6
Update for 15.04 Beta 3
...
SVN_SILENT
11 years ago
Saheb Preet Singh
1eafe4feb1
New shortcut to resize window to fit page
...
FIXED-IN: KDE Applications 15.08
BUGS: 326844
REVIEW: 115283
11 years ago
Albert Astals Cid
3f9f02a9ce
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Jonathan Doman
1cfb007b63
Fix session restore/save with multiple tabs
...
BUGS: 335852
REVIEW: 122570
11 years ago
Albert Astals Cid
a77bbac299
Fix typo
11 years ago
Albert Astals Cid
8e1aa72d51
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Albert Astals Cid
4ab459790b
Do not show RMB menus if we're dragging an annotation
11 years ago
Albert Astals Cid
ded1e5486d
Do not release the annotation if we release the middle button
11 years ago
Albert Astals Cid
9c98ac0f8b
Always release annotation on mouse release
...
BUGS: 345082
FIXED-IN: KDE Applications 15.04 Beta 3
11 years ago
Albert Astals Cid
7e954058d3
Update for the next version in master
11 years ago
Albert Astals Cid
50116cf59f
Update for 15.04 Beta 1
...
SVN_SILENT
11 years ago
Albert Astals Cid
5a3d77a81b
Compile++
...
I've no idea why i need this for it to compile now, but kind of makes sense to follow the
same pattern for all the phonon includes, so unify with the rest of includes in this file
11 years ago
Albert Astals Cid
49bc4c34cc
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
0c4ca94a0c
Prepare for 0.21.3
11 years ago
Albert Astals Cid
5275d1271f
Justity the hack don't feel like breaking/expanding the API now
11 years ago
Albert Astals Cid
93491b4fd3
Merge remote-tracking branch 'origin/Applications/14.12'
11 years ago
Albert Astals Cid
10a1899058
Hack to restore KWallet support
...
Better fix code-wise will come with an API break in master
BUGS: 339170
11 years ago
Albert Astals Cid
24006bb951
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
4ad7da97da
Prepare for 0.21.2
...
SVN_SILENT
11 years ago
l10n daemon script
41e35d5fd9
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
557b5447a5
SVN_SILENT made messages (.desktop file)
11 years ago
David Faure
f264146e59
Fix crash when arguments().mimeType() is an invalid mimetype name.
...
I have a JIRA bug report with a PDF attached, and mid-clicking the PDF
in konqueror leads to opening an okularpart with mimetype="application/x-octet-stream"
(the x- in there is very unusual, and unknown to shared-mime-info).
Fixed with null pointer checks.
REVIEW: 122074
11 years ago
Albert Astals Cid
a7a4d59ad4
Merge remote-tracking branch 'origin/Applications/14.12'
11 years ago
Albert Astals Cid
eb0da16e45
Set the proper title again after tab change
...
BUGS: 342492
FIXED-IN: 14.12.1
11 years ago
Albert Astals Cid
281aee26f2
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
adf39b2ed6
GIT_SILENT Update version for Applications 14.12.1
11 years ago
Albert Astals Cid
a27ca79cf3
Improve Audio handling
...
Say "Play Sound" instead of "Follow this link"
Only offer to stop sound when there's one playing
Inspired by https://git.reviewboard.kde.org/r/120683 by Nidhi Jain
11 years ago
l10n daemon script
9a3672b255
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
e6ef3cb64b
SVN_SILENT made messages (.desktop file)
11 years ago