Fixed closing menu, added bookmarks operations in different thread
[mdictionary] / trunk / src / base / backbone / backbone.h
2010-08-18 Mateusz PółrolaFixed closing menu, added bookmarks operations in diffe...
2010-08-18 Mateusz PółrolaAdded welcome screen
2010-08-18 Bartosz SzatkowskiChanged interface and backend for searching and removin...
2010-08-18 Bartosz SzatkowskiAdded settings handling for backbone
2010-08-17 Bartosz SzatkowskiFixed sigsev after searching in bookmarks
2010-08-17 Bartosz SzatkowskiSearching in bookmarks
2010-08-16 Bartosz SzatkowskiBookamarks adding, removing, searching (basic), listing...
2010-08-13 Mateusz PółrolaMerge branch 'master' of ssh://drop.maemo.org/git/mdict...
2010-08-12 Bartosz SzatkowskiAfter stoping search non of (partial) results are retur...
2010-08-12 Mateusz PółrolaMerge branch 'gui'
2010-08-12 Bartosz SzatkowskiChanged timer based result fatching for signal based new_threading
2010-08-12 Bartosz SzatkowskiSet number of thred to idealCount+1=cores number+1
2010-08-12 Bartosz SzatkowskiChanged thread handling for translation fetching
2010-08-12 Mateusz PółrolaRefactorization of gui
2010-08-12 Bartosz SzatkowskiChanged threading style - now its map-like type;
2010-08-12 Bartosz SzatkowskiAdded docstrings and changed file header (license ...
2010-08-11 Bartosz SzatkowskiFixed phantom errors linked with saving/loading settings
2010-08-11 Mateusz PółrolaMerge branch 'master' of ssh://drop.maemo.org/git/mdict...
2010-08-11 Bartosz SzatkowskiMerge branch 'master' of ssh://drop.maemo.org/git/mdict...
2010-08-11 Bartosz SzatkowskiBackbone test fixed
2010-08-11 Mateusz PółrolaAdded history
2010-08-11 Bartosz SzatkowskiAdded default configuration handling
2010-08-11 Mateusz PółrolaAdded direct search of translation, changed searching...
2010-08-10 Bartosz SzatkowskiSmall refactoring and added test
2010-08-10 Bartosz SzatkowskiAdded tohtml handling in separate thread
2010-08-10 Bartosz SzatkowskiAdded saving to configs new dictionaries and active...
2010-08-10 Bartosz SzatkowskiMerge branch 'searching' into backbone
2010-08-10 Bartosz SzatkowskiAdded saving/loading settings from/to file
2010-08-10 Bartosz SzatkowskiChanged searching to accept list of words (backbone). searching
2010-08-09 Bartosz SzatkowskiAdded configuration file handling with dynamic loading...
2010-08-09 Bartosz SzatkowskiSome backbone refactorization
2010-08-09 Bartosz SzatkowskiMerged with master
2010-08-06 Bartosz SzatkowskiFixed test handling for backbone
2010-08-06 Bartosz SzatkowskiDocumentation added
2010-08-06 Bartosz SzatkowskiAdded tests and some maintenance
2010-08-06 Bartosz SzatkowskiAdded Backbone::removeDicitionary and tests for it
2010-08-06 Bartosz SzatkowskiAdded scanning catalogs for plugins
2010-08-05 Bartosz SzatkowskiAdded multi-dictionary handling
2010-08-04 Bartosz SzatkowskiAdded basic plugin loader and cleanup for backbone
2010-08-04 Bartosz SzatkowskiProper dictionary result handling with test
2010-08-04 Bartosz SzatkowskiTest suit expanded (added few tests and mocks)
2010-08-03 Bartosz SzatkowskiFixed some minor bugs
2010-08-03 Bartosz SzatkowskiChanged Backbone::addDictionary to take CommmonDictInte...
2010-08-03 Bartosz SzatkowskiFirst Backbone draft ready
2010-08-03 Bartosz SzatkowskiBackbone branch with some initial code