Changed history behaviour, history next and prev buttons now start searching after...
[mdictionary] / trunk / src / base / backbone / backbone.cpp
2010-08-13 Mateusz PółrolaChanged history behaviour, history next and prev button...
2010-08-12 Bartosz SzatkowskiAfter stoping search non of (partial) results are retur...
2010-08-12 Bartosz SzatkowskiMinor behavioral fixes
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 SzatkowskiFixed tests: some modification in runtime order
2010-08-12 Bartosz SzatkowskiChanged thread handling for translation fetching
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 Mateusz PółrolaAdded tests for history
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 html search result fetching
2010-08-10 Bartosz SzatkowskiAdded tohtml handling in separate thread
2010-08-10 Bartosz SzatkowskiAdded saving state after deleted some dictionaries
2010-08-10 Bartosz SzatkowskiAdded saving to configs new dictionaries and active...
2010-08-10 Mateusz PółrolaAdded ingring national characters in searching
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 SzatkowskiMerge branch 'master' into backbone
2010-08-09 Bartosz SzatkowskiFixed disappearing translation when using multiple...
2010-08-09 Bartosz SzatkowskiCleaning and maintaince
2010-08-09 Bartosz SzatkowskiSome backbone refactorization
2010-08-09 Bartosz SzatkowskiMerge branch 'master' into backbone
2010-08-09 Bartosz SzatkowskiMerged with master
2010-08-09 Mateusz PółrolaAdded dictionaries settings dialog
2010-08-06 Bartosz SzatkowskiFixed test handling for backbone
2010-08-06 Bartosz SzatkowskiChanged path to plugins folder
2010-08-06 Bartosz SzatkowskiAdded tests and some maintenance
2010-08-06 Bartosz SzatkowskiAdded Backbone::removeDicitionary and tests for it
2010-08-06 Bartosz SzatkowskiSmall fixes in plugin loader engine
2010-08-06 Bartosz SzatkowskiAdded scanning catalogs for plugins
2010-08-05 Bartosz SzatkowskiAdded multi-dictionary handling
2010-08-04 Mateusz PolrolaXdxf plugin dict parsing fixed
2010-08-04 Mateusz PółrolaMerge branch 'master' of ssh://drop.maemo.org/git/mdict...
2010-08-04 Mateusz PółrolaUnifying modules
2010-08-04 Bartosz SzatkowskiChanged dictionary search result handling
2010-08-04 Mateusz PółrolaMinor xdxf plugin bugs fixed
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 SzatkowskiFew unit tests added
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