okular/core
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
2007-02-25 00:07:59 +00:00
..
annotations.cpp remove misplaced ';' 2007-02-09 14:53:26 +00:00
annotations.h DOX: improvements and fixes 2007-01-20 14:51:43 +00:00
area.cpp handy method 2007-02-01 18:31:45 +00:00
area.h handy method 2007-02-01 18:31:45 +00:00
audioplayer.cpp compile with the latest kdelibs 2007-02-06 00:53:24 +00:00
audioplayer.h Make the playback of repeating sounds working (hopefully). 2007-02-05 15:26:05 +00:00
bookmarkmanager.cpp Adapt to kdelibs changes 2007-01-29 20:18:39 +00:00
bookmarkmanager.h DOX: improvements and fixes 2007-01-20 14:51:43 +00:00
chooseenginedialog.cpp generator -> backend in the gui 2006-11-10 20:48:28 +00:00
chooseenginedialog.h Moved all classes in core/ into the 'Okular' namespace and removed 2006-09-21 08:45:36 +00:00
chooseenginewidget.ui improve a bit 2006-06-14 19:51:35 +00:00
document.cpp a small copy&paste error that broke the Google-any search 2007-02-12 14:19:31 +00:00
document.h SVN_SILENT spell check 2007-02-05 13:50:36 +00:00
form.cpp Preliminary supports for text and choice form fields. 2007-02-25 00:07:59 +00:00
form.h Preliminary supports for text and choice form fields. 2007-02-25 00:07:59 +00:00
generator.cpp Add a second parameter to requestTextPage/generateTextPage where you can 2007-01-31 21:10:00 +00:00
generator.h Add a second parameter to requestTextPage/generateTextPage where you can 2007-01-31 21:10:00 +00:00
generator_p.h Last step of the ThreadedGenerator -> Generator merge: remove the old files and rename the used file. 2007-01-31 18:41:21 +00:00
global.h Add a second parameter to requestTextPage/generateTextPage where you can 2007-01-31 21:10:00 +00:00
link.cpp don't leak memory when loading page actions from poppler, and sound objects 2007-01-06 14:25:33 +00:00
link.h Fixed krazy issues 2007-01-04 15:22:28 +00:00
misc.cpp Do a lot of include cleanups... we install all important 2007-01-03 14:30:48 +00:00
misc.h Do a lot of include cleanups... we install all important 2007-01-03 14:30:48 +00:00
observer.cpp Moved dummy implementation of DocumentObserver in observer.cpp, 2006-12-05 08:53:26 +00:00
observer.h remove old enum (belongs to the external -removed- notification system) 2007-01-07 11:46:33 +00:00
okular_export.h Do a lot of include cleanups... we install all important 2007-01-03 14:30:48 +00:00
okularGenerator.desktop missing Encoding 2006-12-15 14:39:40 +00:00
page.cpp Preliminary supports for text and choice form fields. 2007-02-25 00:07:59 +00:00
page.h Preliminary supports for text and choice form fields. 2007-02-25 00:07:59 +00:00
pagesize.cpp Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 2007-01-05 23:12:06 +00:00
pagesize.h Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 2007-01-05 23:12:06 +00:00
pagetransition.cpp API cleanup 2006-11-27 08:04:41 +00:00
pagetransition.h DOX: slightly improve apidox generation 2007-01-13 22:55:00 +00:00
rotationjob.cpp Use a proper enum to deal with orientation/rotation all around okular. 2007-01-05 17:09:47 +00:00
rotationjob.h Use a proper enum to deal with orientation/rotation all around okular. 2007-01-05 17:09:47 +00:00
sound.cpp API cleanup 2006-11-27 08:04:41 +00:00
sound.h DOX: improvements and fixes 2007-01-20 14:51:43 +00:00
sourcereference.cpp Moved SourceReference into its own file 2007-01-02 17:45:32 +00:00
sourcereference.h Add missing Q_DISABLE_COPY 2007-01-05 16:40:07 +00:00
textdocumentgenerator.cpp Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 2007-01-31 18:31:19 +00:00
textdocumentgenerator.h Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 2007-01-31 18:31:19 +00:00
textdocumentgenerator_p.h Add new TextDocumentGenerator class, which is a base class for 2007-01-13 23:15:28 +00:00
textpage.cpp no need to pass a reference to an enum value 2007-01-05 15:00:12 +00:00
textpage.h DOX: slightly improve apidox generation 2007-01-13 22:55:00 +00:00
utils.cpp API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 2006-11-27 08:13:47 +00:00
utils.h Do a lot of include cleanups... we install all important 2007-01-03 14:30:48 +00:00