Arnold Dumas
50f2ee6951
Use QPushButton instead of KPushButton.
12 years ago
Montel Laurent
2eacdea022
Port to new connect api
12 years ago
Montel Laurent
d386ea257e
Port to new connect api
12 years ago
Montel Laurent
aee3d94161
Remove executable attribute
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Vishesh Handa
e038950f50
KIcon -> QIcon
12 years ago
Vishesh Handa
ead067d329
Okular Config: Use qWarning otherwise the compile will fail
...
Missing header as the file is being generted by kconfig
12 years ago
Frederik Gladhorn
96b0e27c44
QAction, more includes fixed
12 years ago
Frederik Gladhorn
4ce837a7ac
Qt5 porting
12 years ago
Frederik Gladhorn
4851e8a792
Fix settings namespace
12 years ago
Frederik Gladhorn
0ba233788c
Use moc include style dictated by automoc
...
While it's generally not a great idea to include moc files at least this
compiles.
12 years ago
Albert Astals Cid
61c830cb7a
Pass the command line options properly when using tabs or unique instances
...
Use a QString to serialize the command line options other than urls to open so it can be easily passed around to every place that opens a new shell or tab or overrides the content in a unique instance.
BUGS: 334100
FIXED-IN: 4.14.0
REVIEW: 119595
12 years ago
Frederik Gladhorn
75031eee7e
Fix includes
12 years ago
Michal Humpula
f22d9d2897
Add Magnifier
...
REVIEW: 113973
GUI
12 years ago
Albert Astals Cid
7681cdf004
Move the open new files in tabs setting to configure dialog
...
Also make it non enabled by default for now
GUI
BUGS: 155515
12 years ago
Thomas Fischer
e4aa8317b5
Auto-fit zoom
...
BUGS: 249364
REVIEW: 110003
13 years ago
Fabio D'Urso
5860fc89c5
Added shortcut to annotation config panel as review toolbar's context menu
13 years ago
Fabio D'Urso
84d7eae067
Make KConfigDialogs application-modal (instead of window-modal)
13 years ago
Fabio D'Urso
ae64a4ba48
Annotation tool configuration: open edit window back on itemDoubleClick
...
Otherwise it's impossible to select items if itemActivated is configured
to be triggered by single-clicks.
This reverts f1d5638dca
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
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
c1bf817e75
Use a enum instead of strings to identify combobox entries
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
Azat Khuzhin
1fdb0a0a06
Font selector for TextDocumentGenerator
...
REVIEW: 109021
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
38a5a3f526
Made font configurable in inplace text annotations
13 years ago
Fabio D'Urso
93c824f931
Added support to edit existing annotation tools, renamed NewAnnotToolDialog to EditAnnotToolDialog
13 years ago
Fabio D'Urso
3dcaa58558
Create tool XML entries via DOM methods
13 years ago
Fabio D'Urso
35d481e783
Consistently call "Note" -> "Pop-up Note" (as opposed to "Inline Note")
13 years ago
Fabio D'Urso
806fd2eafb
Allow nameless tools (which default to predefined names)
...
Removed name attribute from default tools (ie those from tools.xml), so
that they now get default names, which automatically translated if the
application language is switched.
With this patch, tools.xml no longer contains strings to be translated.
NOTE: Messages.sh was not tested
13 years ago
Patrick Spendrin
67593aaedd
revert the revert as it was right in the first place
13 years ago
Patrick Spendrin
21c100612d
revert to previous state for now
13 years ago
Patrick Spendrin
6d74eb0d55
do use unneeded export here
13 years ago
Fabio D'Urso
def23dd0ba
Moved (and partly rewritten) annotation tooltips from tools.xml to pageviewannotator
...
Two purposes:
- Have tooltips available even for user-created annotations (not just
the predefined ones)
- Avoid i18n strings in settings (NOTE: the "name" attribute will be
removed in next patch)
Some tooltips were created over new (eg for new tools), some were
rewritten to actually give instructions instead of repeating the name of
the tool, some were rewritten to avoid references to colors (because
colors are no longer fixed)
13 years ago
Fabio D'Urso
04441e7e4b
Set new tools' default values the same values as predefined tools
13 years ago
Fabio D'Urso
6bce1b85bc
Made line extensions configurable in the straight line annotation tool
13 years ago
Fabio D'Urso
5397f99262
Made polygon annotations' inner color configurable
13 years ago
Fabio D'Urso
d07735b23d
Configurable innerColor in GeomAnnotation tools (rectangle, ellipse)
13 years ago
Yuri Chornoivan
55d55c98fd
Some cleanup in docs, fix EBN warnings
13 years ago
Patrick von Reth
d940c53767
fixed build on windows
13 years ago
Jaydeep Solanki
1d914e6bf5
GUI to configure the Text/Graphics Anti-alias and Text hinting
...
BUGS: 164759
REVIEW: 106660
GUI:
13 years ago