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
c11c734caf
RC version
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
bb00a153e6
Update for 15.04 Beta 3
...
SVN_SILENT
11 years ago
Jonathan Doman
1cfb007b63
Fix session restore/save with multiple tabs
...
BUGS: 335852
REVIEW: 122570
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
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
Albert Astals Cid
3e759f397f
Merge remote-tracking branch 'origin/Applications/14.12'
11 years ago
Albert Astals Cid
67807b73b8
Fix mid mouse button click on the scrollbar
...
On 45dc1990 i made the wrong assumption that if you were in
slotRequestVisiblePixmaps with the mid mouse button pressed
it meant that you were mid mouse button zooming, but this is not
true if you mid mouse click on the scrollbar.
So the solution to ignore pixmap request on mid mouse button zooming
is actually use blockPixmapsRequest
BUGS: 341583
FIXED-IN: 14.12.1
11 years ago
Albert Astals Cid
fa88f8c671
Merge remote-tracking branch 'origin/Applications/14.12'
11 years ago
Jonathan Doman
b069e3557f
Allow each PageView to use a different tool
...
Keep a local MouseMode setting, and don't rely on the value returned by Settings::mouseMode().
BUGS: 334251
REVIEW: 120660
FIXED-IN: 14.12.0
11 years ago
Albert Astals Cid
0893f41a7a
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
da82ce77bc
Prepare for Applications 14.12 release
11 years ago
Albert Astals Cid
b4727fd74d
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
31f194cc5f
Prepare for Applications 14.12 RC
11 years ago
Albert Astals Cid
6518b59dcb
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
0ef618540d
Beta 3 version
11 years ago
l10n daemon script
932d8e6133
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
ed9bee42e1
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
64fd5ea72c
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
be1ad62df7
SVN_SILENT made messages (.desktop file)
11 years ago
Albert Astals Cid
3825fdfff2
Merge remote-tracking branch 'origin/Applications/14.12'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
d927eb2f3a
Increase version
11 years ago
Albert Astals Cid
ee22f8bce3
Merge remote-tracking branch 'origin/Applications/14.12'
11 years ago
Nidhi Jain
b06725cc55
Fix to allow having two audio links in the same epub
...
REVIEW: 120685
11 years ago
Albert Astals Cid
b61c25eca9
Merge remote-tracking branch 'origin/Applications/14.12'
12 years ago
Albert Astals Cid
c417e8c880
Merge remote-tracking branch 'origin/KDE/4.14' into Applications/14.12
...
Conflicts:
VERSION
core/version.h
12 years ago
Albert Astals Cid
fc63d192e4
Prepare for 0.20.3
12 years ago
Albert Astals Cid
f15bdf1b30
This is not 0.21.60
12 years ago
Albert Astals Cid
a1e3e8ed5d
Forgot to increase this
12 years ago