Yuri Chornoivan
b7a1c9bc00
REVIEW: 110599
...
A short documentation of Annotations configuration page
13 years ago
Burkhard Lück
26e036d1c1
add anchor for help call to open the configuration chapter when using help action in the onfiguration dialog
13 years ago
Albert Astals Cid
f8a511a5f8
Small tweak to the UI
13 years ago
Albert Astals Cid
4884a024ff
Merge remote-tracking branch 'origin/configurable-review-tools'
13 years ago
l10n daemon script
b5a0efde37
SVN_SILENT made messages (.desktop file)
13 years ago
Fabio D'Urso
edb5fc3275
Re-add some kWarnings about missing/invalid tools.xml file
13 years ago
Fabio D'Urso
d3a6c9100c
WidgetAnnotTools: Add edit button
13 years ago
Fabio D'Urso
c8bcee597b
WidgetAnnotTools: Tidy up slots
13 years ago
Fabio D'Urso
9e7cf9ae4b
Merge remote-tracking branch 'origin/master' into configurable-review-tools
13 years ago
Albert Astals Cid
446a636abf
Merge remote-tracking branch 'origin/KDE/4.10'
13 years ago
Albert Astals Cid
4e05cc2526
Fix wrong check
...
Parker messed up the logic that force it to be in text selection mode
to be on non text selecion mode when doing an unrelated change.
As the "bug" as showed we can selectAll in non text selection mode as well
so remove the check altogether
BUGS: 159276, 319554
FIXED-IN: 4.10.4
13 years ago
Fabio D'Urso
923698caab
Change texts I forgot to change in 35d481e783
13 years ago
Yuri Chornoivan
fb8cef1b89
Fix my typos
13 years ago
Yuri Chornoivan
3842827b28
Add missing comma
13 years ago
Yuri Chornoivan
8968636f32
Add description of the new configuration pages for backends, update screenshot
13 years ago
Yuri Chornoivan
c32b130342
Some i18n fixes
13 years ago
Fabio D'Urso
c1bf817e75
Use a enum instead of strings to identify combobox entries
13 years ago
Fabio D'Urso
b49db982ea
Make two helper inline functions static
13 years ago
Fabio D'Urso
c6989bccce
Fix comment
13 years ago
Fabio D'Urso
f1d5638dca
Connect to a better signal
13 years ago
Fabio D'Urso
6be4155a98
Moved AnnotationTools config option under the Reviews group
13 years ago
Fabio D'Urso
14703512b6
Merge remote-tracking branch 'origin/master' into configurable-review-tools
13 years ago
Azat Khuzhin
f30c8def7b
Added missing core/textdocumentsettings_p.h
13 years ago
Fabio D'Urso
e27182f113
Set clicked back to false when the creation of a PickPoint annotation is completed
...
So that the hoverIcon is not shown above the newly created annotation.
This was especially visible if the creation of the annotation triggers a
message box warning, because one could see both the annotation and the
hover icon as long as the warning wasn't closed.
13 years ago
Fabio D'Urso
fded55268d
Show stamp preview in stamp tool icon
...
Note that if a low-res 16x16 version is available, it is shown instead
of the 64x64 version actually used by PagePainter.
e.g. try with the default stamp "Okular"
13 years ago
Fabio D'Urso
871f230aa6
Fixed Inplace annotations' layout in PagePainter
...
The bounding box was incorrectly calculated unless the zoom was at 100%.
It caused word wrapping and text alignment errors.
13 years ago
Albert Astals Cid
aa9b2668c9
prepend okular_ to the config gile names
13 years ago
Albert Astals Cid
e11d760de8
And now fix the fix
13 years ago
Azat Khuzhin
1fdb0a0a06
Font selector for TextDocumentGenerator
...
REVIEW: 109021
13 years ago
Albert Astals Cid
7ee70a7140
Fix naming
13 years ago
Fabio D'Urso
faaaeeb5c9
Made Inplace annotations' alignment configurable
...
Note that PagePainter support for this property is currently broken: it
only works at 100% zoom.
13 years ago
Fabio D'Urso
f52432aa57
Show tool icon in EditAnnotToolDialog
13 years ago
Fabio D'Urso
0cc45d4102
Show big icons in annotation tool configuration panel
13 years ago
Fabio D'Urso
a5cadb28c1
Merge remote-tracking branch 'origin/master' into configurable-review-tools
...
Conflicts:
conf/settings.kcfgc
ui/pageviewannotator.cpp
13 years ago
Fabio D'Urso
a7cb8e1d3c
Compile with Poppler < 0.20
...
I had added this special case because Poppler < 0.20 stored garbage
in the DOM node corresponding to inplaceText (but good data in contents).
This code copied the good value into inplaceText, so that our UI code,
which used to show the user what it read from inplaceText, showed the
good value instead.
Now that Okular only has contents, this special handling is no longer
needed.
13 years ago
Script Kiddy
edcf708a99
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
bfbcbffc80
Merge remote-tracking branch 'origin/KDE/4.10'
...
Conflicts:
generators/spectre/okularApplication_ghostview.desktop
13 years ago
Albert Astals Cid
c9964acdc6
Fix clicking on notes being hard on high zooms
...
It is still not perfect because for some reason poppler is painting outside the boundaries box (or we are not creating/setting it correctly)
but at least now it's not ultra hard to click in a note application at high zoom
FIXED-IN: 4.10.4
BUGS: 319637
13 years ago
Script Kiddy
6c40f3ea9a
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
c675ea8234
SVN_SILENT made messages (.desktop file)
13 years ago
Jon Mease
2ae9e58bb4
Merge window.text, contents and inplaceText annotation properties
...
BUG: 319442
REVIEW: 110391
13 years ago
Fabio D'Urso
460502d124
Make "Save As" default path point to where the file was opened from
...
BUG: 319042
FIXED-IN: 4.11.0
REVIEW: 110419
13 years ago
Azat Khuzhin
fb52027fab
Don't link unused libraries for txt backend
...
REVIEW: 110263
13 years ago
Jon Mease
4296ac7e5d
Rotate annotation to match page when setting annotation's properties
...
BUG:318828
REVIEW:110229
13 years ago
Yury G. Kudryashov
36b445e5c0
Merge remote-tracking branch 'origin/KDE/4.10'
13 years ago
Yury G. Kudryashov
3e976b620f
Fixup for e37c43b189
...
Use QFile::decodeName() instead of QString::fromLocal8Bit() as suggested by
André Wöbbeking a couple of days after commit.
13 years ago
Pino Toscano
c06a906db8
Remove erroneous double-quotes around %c in Exec line
13 years ago
David Faure
155312269b
Remove erroneous double-quotes around %c in Exec line
13 years ago
Aaron Seigo
7f42a78725
some small style fixes.
...
see http://community.kde.org/Plasma/QMLStyle
13 years ago
Aaron Seigo
0c68129bca
allow 3x zooming
...
ends up triggering "the crash" however, on certain documents
13 years ago