overte-HifiExperiments/interface/resources/qml/dialogs
LaShonda Hopper 33c8e90e34 [QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below).
Looking through the log revealed the following warning:
".../qml/dialogs/FileDialog.qml:489: Error: Cannot assign to non-existent property 'sortOrder'"

There was some refactoring to address some HMD functionality in 51b44d90
which resulted in an update to fileTableView's model.  This appears to be the point
at which sorting stopped working.

This updates the fileTableView's sorting methods to use fileTableModel as opposed
to fileTableView's model(filesModel).  This appears safe given fileTableModel internally wraps
around filesModel and is responsible for updating its value.  I'm relatively new
to QML/Qt; any comments or suggestions are welcome.

Tagging @vladest since they may want to be aware given 51b44d90.

Case Link:
https://highfidelity.fogbugz.com/f/cases/6107

Reviewed-by: Leander Hasty <leander@1stplayable.com>

Changes Committed:
	modified:   interface/resources/qml/dialogs/FileDialog.qml
2017-09-13 16:25:36 -04:00
..
assetDialog Tablet version of recordings browser dialog 2017-04-19 16:15:22 +12:00
fileDialog Restyle file selection dialog 2016-05-12 17:08:28 +12:00
messageDialog Restyle modal message dialog content 2016-02-23 17:54:02 +13:00
preferences Fixing Styling, added Preference to Tablet, Moved Location to Avatar Tuning 2017-07-25 01:48:55 +01:00
AssetDialog.qml Tablet version of recordings browser dialog 2017-04-19 16:15:22 +12:00
CustomQueryDialog.qml Tidying 2017-03-16 19:28:28 +13:00
FileDialog.qml [QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below). 2017-09-13 16:25:36 -04:00
MessageDialog.qml login UI first draft 2016-08-08 15:39:25 -07:00
PreferencesDialog.qml PreferenceDialogs now preserve the sort order of their showCategories. 2016-11-23 10:11:28 -08:00
QueryDialog.qml fix numeric keyboard for hmd Window.prompt 2016-11-04 17:02:14 -07:00
TabletAssetDialog.qml Tablet version of recordings browser dialog 2017-04-19 16:15:22 +12:00
TabletConnectionFailureDialog.qml Intial commit. Basically works. Need some testing 2017-03-29 17:36:05 +02:00
TabletCustomQueryDialog.qml Tidying 2017-03-16 19:28:28 +13:00
TabletFileDialog.qml Cleanup 2017-06-28 15:56:35 +02:00
TabletLoginDialog.qml Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
TabletMessageBox.qml fixed message dialog bug 2017-03-02 16:50:42 +00:00
TabletQueryDialog.qml Refactor TabletComboBox.qml into ComboBox.qml 2017-03-11 11:02:09 +13:00