Klaus Basan
dc3eff1c1f
refs #325 , added async update member function to CListModelBase / CViewBase (+ resize modes)
...
* model:
** required a non templated base class for Q_OBJECT / slots
** added worker for thread, QConcurrent is not used as it does not work with template classes
* views:
** added cpp file for view base class
** added template parameter for container in views
** different modes how resizing will be applied
2014-10-07 13:10:28 +02:00
Klaus Basan
2a11411bc0
refs #325 added sort flag for models / views, allow to update, but not to sort
2014-10-07 13:10:19 +02:00
Klaus Basan
5d6713032f
Formatting, new icons
2014-10-07 13:10:17 +02:00
Klaus Basan
bce67b7873
refs #319 , refs #322 user can force reload and clearing the data in views
...
* context menu
* timer based component can fire directly
* View base class (non templated) so it can use Q_OBJECT
2014-09-11 12:08:09 +02:00
Klaus Basan
e4545f23d2
refs #322 , included context menu and methods for injecting test data (ATC stations) in GUI
2014-09-09 20:07:23 +02:00
Klaus Basan
62010a09c8
refs #319 , Doxygen, headers, formatting
2014-09-09 20:07:17 +02:00
Klaus Basan
538cee89b2
refs #319 , cleaned up views for formatters, in the same step fixed bug sort column based on view mode was missing
2014-09-09 20:07:15 +02:00
Klaus Basan
3fb5087ea8
Renaming, header, Doxygen, formatting (during refs #314 )
2014-08-24 02:45:52 +02:00
Klaus Basan
f8774540f2
Some refactoring for model base / view base
...
* update by int index (row)
* updateContainer renaming
2014-08-05 23:31:57 +02:00
Klaus Basan
4e9828b724
refs #300 , moved views in subdirectory and namespace
2014-08-05 23:31:44 +02:00