Fred Gleason
37f9559c37
2022-02-28 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'RDCartDialog' to eliminate superfluous SQL filter updates.
* Updated 'RDCutDialog' to eliminate superfluous SQL filter updates.
* Updated rdlibrary(1) to eliminate superfluous SQL filter updates.
* Updated rdlogedit(1) to eliminate superfluous SQL filter updates.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-02-28 13:25:41 -05:00
Fred Gleason
acd80bcd65
2021-09-21 Fred Gleason <fredg@paravelsystems.com>
...
* Enabled column sorting in the Library List in rdlibrary(1).
* Enabled column sorting in the 'Select Cart' dialog.
* Enabled column sorting in the 'Select Cut' dialog.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-09-21 11:17:26 -04:00
Fred Gleason
7bd18d2ea5
2021-09-13 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a regression in rdlibrary(1) that could cause less than
100 carts to be displayed when the 'Show Only First 100 Matches'
box was ticked.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-09-13 12:33:12 -04:00
Fred Gleason
f0d871c9da
2021-09-12 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed regressions where vestigal accelerator indicators ('&')
remained in in-line strings.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-09-12 14:17:07 -04:00
Fred Gleason
ac594cc68b
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
...
* Cleaned up deprecation warnings for 'QString::sprintf()'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-09-01 19:59:37 -04:00
Fred Gleason
16f7e8e579
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'RDCutDialog' that allowed a cart entry to be
selected.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-05-11 15:28:35 -04:00
Fred Gleason
7ef922efd8
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a regression 'RDCutDialog' that could cause a segfault
when calling 'RDCutDialog::exec()'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-05-11 14:41:28 -04:00
Fred Gleason
0fd02861f9
2021-04-17 Fred Gleason <fredg@paravelsystems.com>
...
* Escaped all SQL identifiers in 'lib/'.
* Replaced " with ' delimiters in all SQL literal strings in 'lib/'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-04-17 19:47:05 -04:00
Fred Gleason
7ed7218b20
2021-03-08 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the 'RDCartFilter::userIsAdmin()' and
'RDCartFilter::setUserIsAdmin()' methods.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-03-08 12:50:15 -05:00
Fred Gleason
a68d6c70bb
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed regressions that caused progress dialogs to appear when
starting up applications.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-02-25 10:56:15 -05:00
Fred Gleason
89a0d72439
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the Qt3Support library from the build system.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-02-23 18:07:21 -05:00
Fred Gleason
d8f526119e
2021-01-26 Fred Gleason <fredg@paravelsystems.com>
...
* Added 'RDTableView' and 'RDTreeView' base viewer classes.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-01-26 20:37:26 -05:00
Fred Gleason
6b1abaa0eb
2021-01-19 Fred Gleason <fredg@paravelsystems.com>
...
* Added 'RDLibraryModel::isCut() and 'RDLibraryModel::cutRow()
methods.
* Refactored 'RDCutDialog' to use the model-based API.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-01-19 10:09:25 -05:00
Fred Gleason
42691d70aa
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the 'Q3ProgressDialog' dependency from the 'Select Cut'
dialog.
2020-02-25 17:20:35 -05:00
Fred Gleason
2f2eaab1ec
2019-10-17 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a regression in the 'Select Cut' ['RDCutDialog'] that
caused 'Group:' dropdown list to be empty.
2019-10-17 12:52:03 -04:00
Fred Gleason
8ca15c773d
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored dialogs in the convenience library to use the
'RDDialog' and 'RDWidget' base classes.
2019-10-01 15:10:29 -04:00
Patrick Linstruth
3ed7a7ca6f
Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.
2018-11-13 13:16:26 -08:00
Fred Gleason
eeeb359bc0
2018-08-20 Fred Gleason <fredg@paravelsystems.com>
...
* Changed column headings to lower-case in rdairplay(1).
* Changed column headings to lower-case in rdlibrary(1).
* Changed column headings to lower-case in rdcatch(1).
* Changed column headings to lower-case in rdlogmanager(1).
2018-08-20 07:31:23 -04:00
Fred Gleason
796e1bebc3
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the 'pam_rd' plug-in.
* Removed rdchunk(1).
* Upgraded Qt3 to Qt4.
2018-08-07 10:09:49 -04:00
Fred Gleason
fc004e073e
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored the RDCutDialog class to use RDApplication.
2018-02-05 23:10:18 -05:00
Fred Gleason
fdb5917f64
2017-10-13 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'GROUPS.DEFAULT_CUT_LIFE' field to the database.
* Incremented the database version to 269.
* Added 'RDGroup::defaultCutLife()' and 'RDGroup::setDefaultCutLife()'
methods.
* Added a 'Set End Date/Time' control to the 'Edit Group' dialog in
RDAdmin(1).
2017-10-13 13:53:19 -04:00
Fred Gleason
698b475933
2016-05-24 Fred Gleason <fredg@paravelsystems.com>
...
* Removed all CVS tags.
* Removed 'const char *name' parameter from all QObject contructors.
2016-05-24 13:13:26 -04:00
Alban Peignier
135e200331
Replace getenv("HOME") by RDGetHomeDir() in RDCutDialog::LoadState/SaveState. Create RDCutDialog::StateFile to share logic
2014-09-05 09:50:32 +02:00
Fred Gleason
afd67c7af8
Initial import of CVS-v2_8_branch
2014-08-12 15:13:02 -04:00