Ticket #8469 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

Alphabetically sort the interface category sub menus

Reported by: Peter Parker Owned by: Peter Parker
Priority: trivial Milestone: Release 3.1
Component: GUI Keywords:
Cc: Blocked By:
Blocking: Tester: Russell Taylor

Description

The interfaces are sorted, but the sub menus aren't. Looks messy.

Change History

comment:1 Changed 7 years ago by Peter Parker

  • Status changed from new to inprogress

Refs #8469 - Sort items in Interfaces menu.

Sorry about the helper-function clutter. This would have been a two-line change with lambdas.

Changeset: fb32f27d62a0bc8729b48b726ee3d0ac04cab73f

comment:2 Changed 7 years ago by Peter Parker

  • Status changed from inprogress to verify
  • Resolution set to fixed

Tester:

Make sure the interfaces are now sorted.

comment:3 Changed 7 years ago by Russell Taylor

  • Status changed from verify to verifying
  • Milestone changed from Backlog to Release 3.1
  • Tester set to Russell Taylor

comment:4 Changed 7 years ago by Russell Taylor

  • Status changed from verifying to closed

Merge remote branch 'origin/bugfix/8469_alphabetically_sort_interface_submenus'

Full changeset: 6284ef1347c95d5efb90bdb85497d6634bdaaa02

comment:5 Changed 7 years ago by Russell Taylor

The Qt docs say that it's better to use QString::localeAwareCompare rather than operator<. But I don't really see us having non-latin characters in our interface titles so in that case it doesn't make any difference.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9313

Note: See TracTickets for help on using tickets.