View Issue Details

IDProjectCategoryView StatusLast Update
0000215bareos-corebatpublic2015-03-25 19:18
Reporternicklas Assigned Tofrank  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSCentOSOS Version6
Product Version13.2.0 
Summary0000215: Sortable tables in bRestore
DescriptionIt 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 Reproduce1. Open the view bRestore
2. Try to sort by clicking the column headers.
TagsNo tags attached.

Activities

frank

frank

2013-08-21 12:56

developer   ~0000638

Fix committed to bareos bareos-13.2 branch with changesetid 1078.
frank

frank

2013-08-21 12:56

developer   ~0000639

Fix committed to bareos bareos-12.4 branch with changesetid 1080.
frank

frank

2013-08-21 12:56

developer   ~0000640

Fix committed to bareos master branch with changesetid 1081.
mvwieringen

mvwieringen

2015-03-25 16:51

developer   ~0001363

Fix committed to bareos2015 bareos-14.2 branch with changesetid 5053.
joergs

joergs

2015-03-25 19:18

developer   ~0001518

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.

Related Changesets

bareos: bareos-13.2 b011defa

2013-08-21 09:12

frank

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

frank

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

frank

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

frank


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

frank


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

frank


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

Issue History

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