summaryrefslogtreecommitdiff
path: root/project2/files
Commit message (Collapse)AuthorAge
* Fix cut point in fsRows since fixes to fsRoot were maderandomdan2011-12-23
|
* Pluggable file system row filtersrandomdan2011-12-20
| | | | | | fsrows now uses the proper variable instantiation methods files module now includes a precompiled header Supporting script changes
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Don't override Glib IOChannel interfaces in procrows, that's deprecated. ↵randomdan2011-12-15
| | | | Instead, fork and exec, adds support for passing parameters to a command explicitly with a parameter set
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Drop Boost::program_options in favour of our own, pluggable system which ↵randomdan2011-12-08
| | | | integrates application platforms properly
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* The big reshufflerandomdan2011-08-31