Commit Graph

10 Commits

Author SHA1 Message Date
Lioncache
15f100e325 CResourceTableView: std::move in DeleteSelected()
Avoids churning list copies.
2025-12-07 08:31:15 -05:00
Lioncache
43eae548ac Editor: Convert QVector over to QList
In Qt 6 QVector is now a typedef alias for QList, so we can convert these over
to make the semantics explicit.
2025-11-30 15:44:23 -05:00
Lioncash
5a7d03a5cf CRotateNodeCommand: Convert operator<< into push_back() 2020-07-10 11:40:42 -04:00
Lioncash
8f9da5c5ed CResourceTableView: Make use of Qt 5 signals and slots 2020-06-29 02:47:00 -04:00
Lioncash
ec66d7af9d General: Make use of ranged for where applicable 2020-06-28 17:30:49 -04:00
Aruki
96c1aae27f Added support for deleting resources + minor fixes 2019-02-03 02:22:36 -07:00
Aruki
18482cbae6 Added drag/drop support to directory tree view 2017-07-25 18:34:02 -06:00
Aruki
905173a0a0 Added ability to create/delete directories 2017-07-20 20:48:12 -06:00
Aruki
db277d7a15 Added ability to rename resources/directories in the resource table view 2017-07-16 03:24:14 -06:00
Aruki
dbe8b7922c Added support for dragging/dropping resources; you can use drag/drop to rearrange resources/folders in the resource browser now, and you can drag/drop resources onto resource selector widgets 2017-07-14 18:41:56 -06:00