View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000215 | bareos-core | bat | public | 2013-08-15 10:35 | 2015-03-25 19:18 |
Reporter | nicklas | Assigned To | frank | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | CentOS | OS Version | 6 |
Product Version | 13.2.0 | ||||
Summary | 0000215: Sortable tables in bRestore | ||||
Description | It would be convenient if the columns in File list and File revisions in the bRestore view could be sorted ascending and descending by clicking on the column title. | ||||
Steps To Reproduce | 1. Open the view bRestore 2. Try to sort by clicking the column headers. | ||||
Tags | No tags attached. | ||||
Fix committed to bareos bareos-13.2 branch with changesetid 1078. | |
Fix committed to bareos bareos-12.4 branch with changesetid 1080. | |
Fix committed to bareos master branch with changesetid 1081. | |
Fix committed to bareos2015 bareos-14.2 branch with changesetid 5053. | |
Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again. Sorry for the noise. |
|
bareos: bareos-13.2 b011defa 2013-08-21 09:12 Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File | ||
bareos: bareos-12.4 3cf6483c 2013-08-21 09:12 Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File | ||
bareos: master 1850922e 2013-08-21 09:12 Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File | ||
bareos2015: bareos-12.4 021bdad4 2013-08-21 11:12 Committer: mvwieringen Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File | ||
bareos2015: bareos-13.2 eda02133 2013-08-21 11:12 Committer: mvwieringen Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File | ||
bareos2015: bareos-14.2 fbbf762c 2013-08-21 11:12 Committer: mvwieringen Ported: N/A Details Diff |
Sortable tables in bRestore Quick as is fix. Enable sorting in bRestore by setting the sorting attribute using setSortingEnabled() on the bRestoreTable objects. For FileList and FileRevisions we disable the sorting during the filling of the table (to not make it to slow) and explicitly sort the FileList on the filenames in them ascending and the FileRevisions on the revision date descending (so you get the newest revision first in the list.) Some sorting doesn't work or doesn't work right as we need to write new sorting operators which are not there. That is something we won't solve any time soon. The restore list also has the sorting attribute enabled so you can use sorting in that view too. Fixes 0000215: Sortable tables in bRestore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000215 |
|
mod - src/qt-console/restore/brestore.cpp | Diff File | ||
mod - src/qt-console/restore/brestore.ui | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-15 10:35 | nicklas | New Issue | |
2013-08-21 12:56 | frank | Changeset attached | => bareos bareos-13.2 b011defa |
2013-08-21 12:56 | frank | Note Added: 0000638 | |
2013-08-21 12:56 | frank | Assigned To | => frank |
2013-08-21 12:56 | frank | Status | new => resolved |
2013-08-21 12:56 | frank | Resolution | open => fixed |
2013-08-21 12:56 | frank | Changeset attached | => bareos bareos-12.4 3cf6483c |
2013-08-21 12:56 | frank | Note Added: 0000639 | |
2013-08-21 12:56 | frank | Changeset attached | => bareos master 1850922e |
2013-08-21 12:56 | frank | Note Added: 0000640 | |
2013-09-05 17:17 | mvwieringen | Status | resolved => closed |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-12.4 021bdad4 |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-13.2 eda02133 |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-14.2 fbbf762c |
2015-03-25 16:51 | mvwieringen | Note Added: 0001363 | |
2015-03-25 16:51 | mvwieringen | Status | closed => resolved |
2015-03-25 19:18 | joergs | Note Added: 0001518 | |
2015-03-25 19:18 | joergs | Status | resolved => closed |