60 Commits (f7e9f10d0588c11cd47fcda293dfdee54801bbe9)

Author SHA1 Message Date
Albert Astals Cid 18e11fc5e4 Port away from qFind, qCopy, qLowerBound, qUpperBound 7 years ago
João Netto f3c8bb9299 Changed button code to be transparent when there's no text. 7 years ago
João Netto cc10164d34 Implemented initial support for animatedPDF 7 years ago
Chinmoy Ranjan Pradhan a234a902dc Implement digital signature support for PDF 7 years ago
Yuri Chornoivan 5478b2ec92 Fix minor typos 7 years ago
Albert Astals Cid aed8e5ac28 Fix crash on shutdown when having edited text forms 8 years ago
Andre Heinecke 18d404c3ee Support additional widget actions in PDF Forms 8 years ago
Albert Astals Cid 3cea7c9927 Fix crash on exit when having edited a text area 8 years ago
Andre Heinecke 8ed1d14f8d Fix CheckBox script usage 8 years ago
Andre Heinecke 5c04f0834d Implement generic version of Form Widgets refresh 8 years ago
Andre Heinecke 42717e1ae8 Access readOnly state of FormWidgets dynamically 8 years ago
Andre Heinecke d50c06df25 Add refresh widgets if underlying field changes 8 years ago
Albert Astals Cid 19b7e3c112 The work in this branch was sponsored by LiMux 8 years ago
Albert Astals Cid ca5422d0e9 Implement swapBackingFile for the PDF backend 8 years ago
Albert Astals Cid 423dd010e0 Remove m_formButtons 9 years ago
Albert Astals Cid 5c9edea430 Don't store the form twice in the formwidget classes 9 years ago
Kevin Funk a53a2402ca clang-tidy: modernize-use-nullptr run 9 years ago
Albert Astals Cid 1fd2004aa3 Don't show widgets for non editable forms 9 years ago
Martin T. H. Sandsmark 033f21c826 Port some missing debug output to categorized logging 9 years ago
Martin T. H. Sandsmark 962af72cc1 Silence some warnings 10 years ago
Martin T. H. Sandsmark d5bdca64d2 Fix low hanging unused parameters warnings 10 years ago
Albert Astals Cid aa2c28bc51 Forms: Let checkboxes be unchecked 10 years ago
Albert Astals Cid ab3a9072b0 Forms: Let checkboxes be unchecked 10 years ago
Montel Laurent 466eb79615 Use QStringLiteral 11 years ago
Saheb Preet Singh d891436231 reloading form widgets with layer show and hide 11 years ago
Lukáš Tinkl fd6a35486e port KUrl -> QUrl 11 years ago
Montel Laurent 1f5ffad221 Fix includes 12 years ago
Montel Laurent 8e7429ddcc kdelibs4support-- 12 years ago
Frederik Gladhorn 9d89739972 Use categorized logging 12 years ago
Frederik Gladhorn 83d3f1f6b7 Revert "Some more kDebug->qDebug" 12 years ago
Fabio D'Urso 8e70c16f12 Make it possile to re-enable widgets that had been disabled 12 years ago
Frederik Gladhorn 34fbdf8c85 Some more kDebug->qDebug 12 years ago
Frederik Gladhorn b32d815301 A few action and include fixes 12 years ago
Frederik Gladhorn 0ba233788c Use moc include style dictated by automoc 12 years ago
Jon Mease 34dc4eb22e Fix crash when clicking in a text form that is not editable 12 years ago
Jon Mease b7ce9114c5 Undo support for PDF forms 13 years ago
Fabio D'Urso e9189c0d71 Added support for user strings in editable form combobox fields 14 years ago
Albert Astals Cid ee348fa70d Make sure we show arrows in the form widgets 15 years ago
Albert Astals Cid 23cf80a16b Signal the activation action for checkboxes 15 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Albert Astals Cid ec77793a9c Use non deprecated call 15 years ago
Christian Ehrlicher 9e2f6edcf5 KUrl::path() -> KUrl::toLocalFile() 16 years ago
Pino Toscano f397f800a3 remove the extra condition added, as it messes up with hidden fields 17 years ago
Pino Toscano 3f77a20d87 less tight check 17 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano f04be93084 read-only text fields should be read-only, not disabled 18 years ago
Pino Toscano 082c385295 Make the push buttons of forms trigger their activation action, if present. 18 years ago
Pino Toscano d647dff900 make all the form widgets emit the changes when they are changed; 18 years ago
Pino Toscano f119948841 connect to the changed signals _after_ we set the states, otherwise end up in pushing back to the form fields the same value 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 18 years ago