Render README.md in doxygen properly
[vlp.git] / src / kernel / kernel.cpp
2016-02-02 Rafał DługołęckiFix running of GRAPH module qt4
2016-02-02 Rafał DługołęckiHandling search of config file in multiple directories...
2016-01-30 Rafał DługołęckiPossibility to set directory by file dialog in lgconfig
2016-01-30 Rafał DługołęckiCode refactoring
2016-01-29 Rafał DługołęckiSet dialogs titles in layout instead of code
2016-01-29 Rafał DługołęckiRestore compilation of loggraph, extract code layout...
2016-01-28 Rafał DługołęckiRestructure code
2016-01-28 Rafał DługołęckiRestructure code
2016-01-28 Rafał DługołęckiEncapsulate some classes in namespaces
2016-01-28 Rafał DługołęckiReduce scope of some variables
2016-01-28 Rafał DługołęckiUse c++11 auto keyword
2016-01-28 Rafał DługołęckiFix warnings
2016-01-28 Rafał DługołęckiFix warnings related to const char* -> char* conversion
2016-01-26 Rafał DługołęckiSeparate class for handling configuration file
2016-01-25 Rafał DługołęckiRemoved redundant method
2016-01-25 Rafał DługołęckiAdditional error messages
2016-01-25 Rafał DługołęckiMoved connect dialog layout code into separate ui file
2016-01-25 Rafał DługołęckiMove kill interpreter dialog code to separate ui file
2016-01-25 Rafał DługołęckiFix toggling of info messages
2016-01-25 Rafał DługołęckiMove ui code into separate directory
2016-01-25 Rafał DługołęckiSave todo
2016-01-24 Rafał DługołęckiRemoved system function invocations and placed forked...
2016-01-22 Rafał DługołęckiMove configuration dialog code into separate class...
2016-01-21 Rafał DługołęckiMove LockDialog layout code into separate ui file
2016-01-21 Rafał DługołęckiExtract layout code to ui file
2016-01-21 Rafał DługołęckiMove layout code into separate ui file. Compile layout...
2016-01-19 Rafał DługołęckiPort most of the code to the Qt4
2013-10-28 Rafał DługołęckiVLP-28 Moved kernel class declarations to the header...
2013-10-28 Rafał DługołęckiVLP-28 Block remaining menu entries on console lock.
2013-10-26 Rafał DługołęckiVLP-28 Removed helper comments from old code.
2013-10-26 Rafał DługołęckiVLP-28 Initial port to Qt4 of logker. 3.1.2-a2
2013-08-07 Rafał Długołęckivlp-15 Set version to 3.1. Replaced hardcoded strings...
2013-08-01 Rafał Długołęckivlp-18 Fixed closing kernel with 'x' of window vlp-18
2013-08-01 Rafał DługołęckiMerge branch 'vlp-7' with 'master'
2013-08-01 Rafał Długołęckivlp-7 Documented kernel class.
2013-07-15 Rafał DługołęckiUpdated return code.
2013-07-12 Rafał DługołęckiFixed compile errors in kernel.
2013-07-12 Rafał DługołęckiFixed all indents. Made spaces in conditionals. Tried...
2013-07-11 Rafał Długołęckivlp-10 Replaced spaces with tabs in kernel.cpp
2013-07-11 Rafał DługołęckiFixes: vlp-17. vlp-17
2013-07-10 Rafał DługołęckiRemoved back AppConfiguration class. Postponed its... vlp-12
2013-07-10 Rafał DługołęckiFixed possible buffer overflows. Moved config_init...
2013-07-10 Rafał DługołęckiFixes vlp-12.
2013-07-07 Rafał DługołęckiMoved comm.h from head to global directory. Fixed compi... vlp-8
2013-07-07 Rafał DługołęckiUsing included genint1.h from global directory. Directo...
2013-07-05 Rafał DługołęckiChanged directory structure.