overte-JulianGro/interface/resources/qml
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
..
controller
controls Follow naming convention 2017-09-12 19:17:49 +02:00
controls-uit Move common webview flickable code to separate core file 2017-08-24 21:35:47 +02:00
desktop show checkbox or radiobutton dependently on exclusiveGroup presence 2017-08-29 23:23:16 +03:00
dialogs [QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below). 2017-09-13 16:25:36 -04:00
hifi oops 2017-09-08 16:58:12 -07:00
js
LoginDialog resize the sign up dialog when showing errors 2016-12-12 13:04:14 -08:00
styles
styles-uit disable reload default scripts by default 2017-07-20 21:15:00 +01:00
TabletLoginDialog Revert "Merge from upstream/master" 2017-03-28 17:39:45 -07:00
windows Revert "Merge from upstream/master" 2017-03-28 17:39:45 -07:00
AddressBarDialog.qml fix some fallout from toolbar changes 2017-01-25 16:29:36 -08:00
AssetServer.qml Merge pull request #11064 from highfidelity/bug/6513 2017-07-28 09:46:34 -07:00
AvatarInputs.qml fix typo 2017-06-20 12:20:49 -07:00
Browser.qml Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
ConnectionFailureDialog.qml
ForceLoad.qml
InfoView.qml
LoginDialog.qml
QmlWebWindow.qml Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
QmlWindow.qml Complete console.trace and added a testcases for all 13 functions. 2017-06-13 23:52:48 +05:30
Stats.qml Solving the size evaluation for compressed format 2017-05-22 16:51:54 -07:00
StatText.qml
TabletBrowser.qml Remove commented out code 2017-09-05 22:19:38 +02:00
Tooltip.qml
ToolWindow.qml Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
UpdateDialog.qml
Web3DOverlay.qml a couple logging fixes 2017-08-14 17:34:32 -07:00