Commit Graph

17 Commits (80c9d21576800b378f2e727362591cab4cfebd32)

Author SHA1 Message Date
Josef Rokos af5f2c357f Cleaned qmake project files. Configuration and common parts are now in config_plugin.pri and config_odb.pri.
Josef Rokos c12a1231c0 Fixed MSVS build. Added plugin icons, improved UI.
Josef Rokos e569dfbc12 Added support for settings
Josef Rokos 8e999c7818 Added support for binding QDecimal values.
Josef Rokos 1bb87dcb20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 1f4f318a26 Database error handling.
Josef Rokos 7ea06881ef AutoTableModel now can display data from related table.
Usage example of ComboBox binding in Accommodation plugin.
Josef Rokos d2f391558a UI for data filtering.
Icons for plugin grid operations.
Josef Rokos d99267e488 Disabled "unknown pragma" warning in MSVS2010.
Josef Rokos bfff174db8 Improved plugin initialization. Added delete feature.
Josef Rokos 02c5bbe788 Added base classes for plugin UI.
Josef Rokos d4da3cb6cf Enabled C++11 features on Linux (GCC), disabled "unknown pragma" warnings on GCC.
Josef Rokos de7e0fc9c4 Updated Accommodation testing plugin.
Josef Rokos e6bbae3eaf Added AutoForm class for automatic binding.
Josef Rokos 7755432484 Added IMetaDataPlugin base class for parsing plugin name, description,
etc... from json metadata file.
Josef Rokos 096605a39e - Core library header files added to core.h file.
- Fixed windows build.
- Added AccommodationService class.
Zdenek Jonak 53d56f2e13 initial commit Base app, core lib, plugin system