Martin T. H. Sandsmark
439ced872d
Port away from signal/slot keyword
...
When building okular without kdelibs4support it apparently builds with
-DQT_NO_SIGNALS_SLOTS_KEYWORDS.
10 years ago
Montel Laurent
6fab218de9
Use Q_NULLPTR
11 years ago
Jon Mease
b7ce9114c5
Undo support for PDF forms
...
Together with the already commited support for undo in annotations fixes 177501
BUGS: 177501
REVIEW: 110589
FIXED-IN: 4.11.0
13 years ago
Fabio D'Urso
e9189c0d71
Added support for user strings in editable form combobox fields
14 years ago
Glen Kaukola
824a620d7a
Krazy: Check for C++ ctors that should be declared 'explicit'.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110334
16 years ago
Pino Toscano
082c385295
Make the push buttons of forms trigger their activation action, if present.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=788108
18 years ago
Pino Toscano
d647dff900
make all the form widgets emit the changes when they are changed;
...
in case of check/radio buttons, use the signal coming from their group, in case they belong to one
svn path=/trunk/KDE/kdegraphics/okular/; revision=783266
18 years ago
Pino Toscano
f8f6fe3256
* even the checkboxes can be grouped together like they would be radio buttons, so add the possibility to have button groups for them as well
...
* don't enable read-only widgets
svn path=/trunk/KDE/kdegraphics/okular/; revision=774017
18 years ago
Pino Toscano
03ea6ff54d
Add the support in the core library and in the user interface for button form fields (ie, push button, check boxes and radio buttons).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773548
18 years ago
Pino Toscano
1178a63b01
rename the selectionChanged() slot of LineEdit to slotSelectionChanged()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=741036
19 years ago
Pino Toscano
fb825ff1d4
add a form widget controller to prepare the pageview to possible changes when the content in a form widget changes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=726788
19 years ago
Laurent Montel
e31f9ada54
Remove not necessary "class classname;"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=671220
19 years ago
Pino Toscano
dde7280d55
respect the DRM permissions for form filling
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=658944
19 years ago
Albert Astals Cid
b0339a4e40
fix some easy krazy issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=654317
19 years ago
Pino Toscano
a5f6538d43
avoid the jumping of the pageview to the next (hidden) focus form widget when hiding them
...
svn path=/trunk/playground/graphics/okular/; revision=637148
19 years ago
Pino Toscano
db8a10dc2c
Preliminary supports for text and choice form fields.
...
This includes:
- the interfaces for the generators
- the basic widgets for editing their value
- a top bar for show/hide the forms of a document
- the implementation of the forms for the PDF backend
still nothing that can be done with them, nor the value of the forms can be saved...
... but it's a start! :-)
svn path=/trunk/playground/graphics/okular/; revision=637001
19 years ago