summaryrefslogtreecommitdiff
path: root/project2/view.cpp
Commit message (Collapse)AuthorAge
* The big reshufflerandomdan2011-08-31
|
* Do some renaming and reorganising at lastrandomdan2010-12-18
|
* Remove the stupid _ naming conventionrandomdan2010-12-17
|
* Add support for non-default Sql merge inserterrandomdan2010-12-15
| | | | | | | | and row numbers in row sets and functional row properties in variables and custom column sub/super sets in views and isNull by column name Fix somee constnesses
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
| | | | Includes site and console updates to match
* Improve XML usage correctnessrandomdan2010-11-01
|
* Whole new low dependency object loaderrandomdan2010-08-24
| | | | | | | Switch to using intrusive_ptr in cases where the class is mine Remove deps of funtional type base cpp files on implementation headers General tidy up in places Post load event and removal of mutable things initialised on first run
* 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