Revision 808527
Go back to digest for 18th May 2008Features in Office
Lorenzo Villani committed changes in /trunk/koffice/kexi/webforms:
* Server is now a Singleton
* ohohoho! it seems that kwebforms can now display a basic welcome page with a list of tables in a database (file-based only at the moment)
* lots of other code changes (yes, I still have to clean huge portions of code :) )
* nuked View.h and descendant classes, callback handlers are now inside KexiWebForms::[View Name] as simple functions (if I put them in classes I have to do lot of pointers trickery to get them working)
* Added a very basic output template
* To launch use kwebforms.shell --file <some file> --webroot /koffice/sources/path/kexi/webforms/webroot
* added dependency on ctemplate library in CMakeLists.txt
File Changes
Added 5 files
- /trunk/koffice/kexi/webforms/webroot
- /background.png
- /index.tpl
- /kexi.png
- /style.css
Deleted 1 files
- /trunk/koffice/kexi/webforms/View.h
Modified 8 files
- /trunk/koffice/kexi/webforms
- /CMakeLists.txt
- /DataProvider.cpp
- /DataProvider.h
- /IndexView.cpp
- /IndexView.h
- /main.cpp
- /Server.cpp
- /Server.h
14 files changed in total