overte-thingvellir/interface
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
..
external Set up Leap Motion plugin container 2017-06-15 17:50:07 +12:00
i18n
icon
resources [QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below). 2017-09-13 16:25:36 -04:00
src Merge pull request #11329 from davidkelly/dk/walletSSLFix 2017-09-11 10:07:12 -07:00
ui
CMakeLists.txt fix for 'C1128: number of sections exceeded object file format limit' 2017-08-23 00:24:09 +03:00
interface.exe.manifest