151 Commits (7aa00f1b1e6fdeff5d13a7e4ef66e102750bc0ad)
 

Author SHA1 Message Date
Josef Rokos 7ea06881ef AutoTableModel now can display data from related table.
Usage example of ComboBox binding in Accommodation plugin.
9 years ago
Josef Rokos 1b6141923f Added support for bindig relations (foreign keys) to combo boxes. 9 years ago
Josef Rokos ca35df241f Added support for binding simple data to combo boxes. (not tested) 9 years ago
Zdenek Jonak 184e6f917f Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Zdenek Jonak 4d74bed177 service plugin and qdecimal library has been added 9 years ago
Josef Rokos 3d9e182531 Added IService QObject derived class for emiting Qt signals from service objects. 9 years ago
Josef Rokos bc77f671ae Fixed MSVS build. 9 years ago
Josef Rokos 69c6068c0d Added -p switch to cp command in ODB build phase. 9 years ago
Josef Rokos c722fe743c Implemented application login.
Minor UI improvement.
Fixed memory leaks.
9 years ago
Zdenek Jonak 3d68281c87 Password hashing support 9 years ago
Zdenek Jonak 01c03be78c Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	core/core.pro
9 years ago
Zdenek Jonak 6f78308d7d Added new validator, userform validation 9 years ago
Josef Rokos bfbfb20700 Fixed MSVS build 9 years ago
Josef Rokos bf812b4d01 Fixed bug when opening another database file. 9 years ago
Josef Rokos 6c3c616786 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Josef Rokos ac931e17a9 Implemented data filtering. 9 years ago
Zdenek Jonak 5dbebcc947 Support for adding user roles 9 years ago
Josef Rokos d2f391558a UI for data filtering.
Icons for plugin grid operations.
9 years ago
Josef Rokos 94fba56dab Implemented permission settings for Roles. 9 years ago
Josef Rokos 09f6266123 Fixed bug when adding record to empty table. Fixed empty row after
delete record.
9 years ago
Zdenek Jonak 7d01751c10 Implemented roles module. 9 years ago
Josef Rokos 37d2371148 Added Column dialog for selecting visible columns. Selection is stored to settings. 10 years ago
Josef Rokos d99267e488 Disabled "unknown pragma" warning in MSVS2010. 10 years ago
Josef Rokos 2f127e8902 Path to database is now saved via QSettings object. 10 years ago
Josef Rokos 989c8fdac3 - Users table model renamed to UsersTableModel- causes linker conflict
with class TableModel in accomodation plugin.
- Edit record dialog is now screen centered.
- Plugin tabs in application main window are now closable.
10 years ago
Zdenek Jonak a6d795ec87 users plugin implementation 10 years ago
Josef Rokos 30a6f57b19 MSVS2010 build fix. 10 years ago
Josef Rokos bfff174db8 Improved plugin initialization. Added delete feature. 10 years ago
Josef Rokos 02c5bbe788 Added base classes for plugin UI. 10 years ago
Josef Rokos 07bb708437 Implemented dependency solving for db schemas creation. Added macro for
begin/end iterator.
10 years ago
Josef Rokos d4da3cb6cf Enabled C++11 features on Linux (GCC), disabled "unknown pragma" warnings on GCC. 10 years ago
Josef Rokos de7e0fc9c4 Updated Accommodation testing plugin. 10 years ago
Josef Rokos 7c90c66468 Added support for database maintenance. Added core plugin. 10 years ago
Josef Rokos 1264b2547a Fixed build on MS VS2010. Improved includes in data classes. 10 years ago
Zdenek Jonak 1439502c20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	core/core.pro
10 years ago
Zdenek Jonak 2fc1090ed3 Created data sructures for user and permissions support 10 years ago
Josef Rokos 21ffb16151 Forgotten modifications. 10 years ago
Josef Rokos 5993193ffb Added support for form validations. 10 years ago
Josef Rokos 6bc7fd8762 Fixed Transaction class. 10 years ago
Josef Rokos f208120799 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 10 years ago
Josef Rokos e6bbae3eaf Added AutoForm class for automatic binding. 10 years ago
Josef Rokos 71325fa717 Improved transaction handling. 10 years ago
Josef Rokos b1e1388135 Fixed missing return in Service::loadById. 10 years ago
Josef Rokos 36f9c93e08 Added support for automatic sorting. 10 years ago
Josef Rokos 49b2e231c0 Automatic column names. 10 years ago
Josef Rokos b7cfb8c39c Added template class AutoTableModel for automatic table models based on
given list of QObject derived objects.
10 years ago
Josef Rokos 7755432484 Added IMetaDataPlugin base class for parsing plugin name, description,
etc... from json metadata file.
10 years ago
Josef Rokos 3a072742ac Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	application/mainwindow.cpp
10 years ago
Josef Rokos 096605a39e - Core library header files added to core.h file.
- Fixed windows build.
- Added AccommodationService class.
10 years ago
Zdenek Jonak 53b68cb25c Open db dialog 10 years ago