summaryrefslogtreecommitdiff
path: root/project2/view.cpp
Commit message (Collapse)AuthorAge
* Minor fixes to text parsersrandomdan2010-08-10
| | | | Add a URL base row implementation
* Add ProcRows as a direct extension of FileRowsrandomdan2010-08-05
| | | | Fix glaring bug in FileRows (vector.clear()/.empty() mixup)
* Tidy up no longer required parameters passed to executerandomdan2010-07-27
| | | | | Move the FILE* Glib::IoChannel implementation into its own files Make iterates and views for file and sql into template based so they can be easily reused and new ones can be added easily
* Strip out all the column name mangling in SqlView, it should be done ↵randomdan2010-07-16
| | | | properly inside View
* Big ugly but working char separated values viewrandomdan2010-07-15
|
* Implement variables (prefixed strings to find values elsewhere)randomdan2010-07-07
|
* Keep the source DOM tree in memory and use it to implement rawviewrandomdan2010-07-01
|
* Use FCgiIO C++ wrapperrandomdan2010-06-28
| | | | | | | | | Add iterates Change some inheritances Add a numeric load order loader Add support for sessions Add support for a SHM session backend Lots of other little changes
* Use cgicc, add checks, tasks, dynamic loader, atom feed, login pagerandomdan2010-06-18
|
* Add support for composing Glib::ustrings from columnsrandomdan2010-06-13
Break Project2 components down into generalised classes Tidy up code