]> Some of my projects - localmylist.git/commit
Add scriptable MyList Reports (currently just allows you to run an SQL query)
authorAPTX <marek321@gmail.com>
Tue, 28 Aug 2012 13:53:17 +0000 (15:53 +0200)
committerAPTX <marek321@gmail.com>
Tue, 28 Aug 2012 13:53:38 +0000 (15:53 +0200)
commit1c158e741665d69c857fce108df88a92b9438a37
treec06b2e533c4d8faa6c11e6a5663460ada33011d8
parent81129f15de8f634c88aece50eeafe2fc899473fe
Add scriptable MyList Reports (currently just allows you to run an SQL query)
14 files changed:
localmylist/database.cpp
localmylist/database.h
localmylist/localmylist.pro
localmylist/reportengine.cpp [new file with mode: 0644]
localmylist/reportengine.h [new file with mode: 0644]
localmylist/scriptablesql.cpp [new file with mode: 0644]
localmylist/scriptablesql.h [new file with mode: 0644]
localmylist/share/schema/schema.sql
management-gui/mainwindow.cpp
management-gui/mainwindow.h
management-gui/mainwindow.ui
management-gui/management-gui.pro
management-gui/reporteditordialog.cpp [new file with mode: 0644]
management-gui/reporteditordialog.h [new file with mode: 0644]