elsid
|
66f5d70550
|
Use settings values to declare shortcut settings
|
2024-01-08 21:09:12 +01:00 |
|
elsid
|
cc0b00a0d2
|
Use settings values to declare colour settings
|
2024-01-07 17:32:50 +01:00 |
|
elsid
|
72fa4924dc
|
Use settings values to declare enum settings
|
2024-01-03 22:55:00 +01:00 |
|
elsid
|
088d4ee5ce
|
Use settings values to declare double settings
|
2023-12-28 22:08:04 +01:00 |
|
elsid
|
6a16686107
|
Use settings values to declare string settings
|
2023-12-27 00:33:45 +01:00 |
|
elsid
|
edaac852d1
|
Use settings values to declare bool settings
|
2023-12-24 00:25:18 +01:00 |
|
elsid
|
66b1745520
|
Use settings values to declare int settings
|
2023-12-20 12:26:36 +01:00 |
|
elsid
|
11db9eec1d
|
Use settings values to declare modifier settings
|
2023-12-13 23:29:35 +01:00 |
|
elsid
|
e1a68d8cf5
|
Ignore absent default setting value
|
2023-12-03 17:18:26 +01:00 |
|
elsid
|
4c13ecea23
|
Use settings values for editor
|
2023-12-03 17:18:26 +01:00 |
|
elsid
|
fb0b95a2dd
|
Define editor settings as typed struct members
|
2023-11-16 22:14:58 +01:00 |
|
elsid
|
755fef62f7
|
Mark State copy constructor and assignment operators as delete
|
2023-11-16 22:05:05 +01:00 |
|
elsid
|
fb6e429dad
|
Remove "separators" from cs settings
Those are just empty widgets which do not make significant visible difference in
the UI.
|
2023-11-16 22:05:05 +01:00 |
|
elsid
|
335dbffe6e
|
Avoid std::string to QString conversion for label
|
2023-11-16 22:05:05 +01:00 |
|
jvoisin
|
3cbf1dc042
|
First pass with include-what-you-use
|
2022-10-09 10:39:43 +00:00 |
|
clang-format-bot
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
Andrei Kortunov
|
4b257e496e
|
Use static settings map for launcher and editor - the Settings::Manager has a static data anyway
|
2022-07-12 14:56:20 +04:00 |
|
AnyOldName3
|
d38126ef1c
|
Pack default CS config
*Technically* it was already being loaded as if it were packed, but it
made no difference because it's supposed to be empty.
|
2021-06-26 20:00:25 +01:00 |
|
unelsson
|
95272e0f14
|
String setting to CSMPrefs, part of dehardcoding animation files
|
2021-04-16 23:12:14 +03:00 |
|
PlutonicOverkill
|
3545cfa00a
|
Rewrite feature to reset options to default
|
2017-05-09 19:50:16 +12:00 |
|
PlutonicOverkill
|
f30d1a3075
|
Revert everything
|
2017-05-08 17:24:28 +12:00 |
|
PlutonicOverkill
|
64879c03e4
|
Add option to reset settings to default
|
2017-05-06 20:18:31 +12:00 |
|
Aesylwinn
|
bf2ab4ed45
|
Change the way modifiers are handled so they can be shared.
|
2016-07-31 16:07:17 -04:00 |
|
Aesylwinn
|
65201badf6
|
Add custom page for key bindings.
|
2016-07-27 19:15:24 -04:00 |
|
Aesylwinn
|
12db6d2114
|
Add modifier setting.
|
2016-07-27 13:53:33 -04:00 |
|
Aesylwinn
|
08af82e1bd
|
Switched to an interactive method for key input,
Redid text representation for shortcuts
|
2016-07-26 21:22:31 -04:00 |
|
Aesylwinn
|
455d227f3c
|
Changed shortcut design to allow a configurable second output. Also
re-added shift for temporarily changing camera speed.
|
2016-07-22 01:58:17 -04:00 |
|
Aesylwinn
|
40297701d0
|
Base key config/shortcut implementation
|
2016-07-20 08:25:11 -04:00 |
|
scrawl
|
c4d38bb42d
|
Fix clang analyzer warnings
|
2016-02-16 19:17:04 +01:00 |
|
Marc Zinnschlag
|
591564566c
|
made user settings access thread-safe
|
2015-12-15 12:19:48 +01:00 |
|
Marc Zinnschlag
|
0ffe4290fb
|
workaround for MOC's lack of namespace awareness
|
2015-12-12 12:05:56 +01:00 |
|
Marc Zinnschlag
|
3a5238bebc
|
changed the settingChanged signature to accommodate queued connections
|
2015-12-11 12:06:20 +01:00 |
|
Marc Zinnschlag
|
8245b9e439
|
added interface for querying settings
|
2015-12-11 11:50:06 +01:00 |
|
Marc Zinnschlag
|
31b105ad9e
|
improved settings layout
|
2015-12-11 11:32:55 +01:00 |
|
Marc Zinnschlag
|
73ffdd5ac5
|
added colour settings
|
2015-12-11 11:15:14 +01:00 |
|
Marc Zinnschlag
|
590d6eba9b
|
added enum settings
|
2015-12-10 17:33:14 +01:00 |
|
Marc Zinnschlag
|
b0fb6d56f1
|
added bool settings
|
2015-12-10 13:28:48 +01:00 |
|
Marc Zinnschlag
|
9ca5a1b647
|
added double settings
|
2015-12-10 10:58:38 +01:00 |
|
Marc Zinnschlag
|
c61d717e41
|
added integer settings
|
2015-12-08 17:21:58 +01:00 |
|
Marc Zinnschlag
|
5e40b4d2e8
|
page switching mechanism
|
2015-12-08 12:04:45 +01:00 |
|
Marc Zinnschlag
|
0dc3d10112
|
some simplification
|
2015-12-08 09:56:42 +01:00 |
|
Marc Zinnschlag
|
b37a2ac09c
|
user settings categories
|
2015-12-06 12:06:28 +01:00 |
|
Marc Zinnschlag
|
36ce8f97d7
|
basic framework for new user settings system
|
2015-12-06 11:18:31 +01:00 |
|