Marc Zinnschlag
|
0944338c27
|
avoid the use of hardcoded column numbers
|
12 years ago |
Marc Zinnschlag
|
76b9d3dbc1
|
columns are now identified via an enum instead the name string
|
12 years ago |
Marc Zinnschlag
|
d2f96deb98
|
renamed columns.hpp to columimp.hpp
|
12 years ago |
Marc Zinnschlag
|
adb05737ee
|
Merge branch 'master' into filter
Conflicts:
apps/opencs/model/world/universalid.cpp
apps/opencs/view/doc/view.cpp
apps/opencs/view/world/subviews.cpp
|
12 years ago |
Marc Zinnschlag
|
434f97c95c
|
fixed two missing icons
|
12 years ago |
Marc Zinnschlag
|
102700a498
|
added specialised Creator for references
|
12 years ago |
Marc Zinnschlag
|
57be764cce
|
added specialised Creator for referenceable records
|
12 years ago |
Marc Zinnschlag
|
34c825ce52
|
added icons and type listing to UniversalId class
|
12 years ago |
Marc Zinnschlag
|
661b290c49
|
automatically scroll table to the position of a newly created record
|
12 years ago |
Marc Zinnschlag
|
82958e6514
|
added custom creator for cell records
|
12 years ago |
Marc Zinnschlag
|
899e18b2cf
|
report ID errors also via input field tool tips
|
12 years ago |
Marc Zinnschlag
|
5ec9d370cb
|
check if ID is already in use when creating new IDs
|
12 years ago |
Marc Zinnschlag
|
124a70906f
|
added creator edit lock
|
12 years ago |
Marc Zinnschlag
|
32c697abc6
|
validate IDs entered by the user
|
12 years ago |
Marc Zinnschlag
|
4f6e99c391
|
more compact layout for the bottom box
|
12 years ago |
Marc Zinnschlag
|
00fcb79f08
|
moved record creation to GenericCreator class (now taking ID from user instead of using a procedurally generated one)
|
12 years ago |
Marc Zinnschlag
|
2d46a1db2f
|
changed CreateCommand to work directly on the model instead of the proxy
|
12 years ago |
Marc Zinnschlag
|
f93af52486
|
handling down a reference to Data and the undo stack to the creators
|
12 years ago |
Marc Zinnschlag
|
fee748d4b5
|
added creator bar UI and cancel button
|
12 years ago |
Marc Zinnschlag
|
b8ac45defe
|
added creator to bottom box layout and re-routed add record event to bottom box
|
12 years ago |
Marc Zinnschlag
|
d899cbb449
|
removed some junk
|
12 years ago |
Marc Zinnschlag
|
ed83e2e70a
|
added creator to bottom box; more cleanup
|
12 years ago |
Marc Zinnschlag
|
6c4bdc0101
|
minor cleanup; less pointer usage
|
12 years ago |
Marc Zinnschlag
|
ba5ca5beed
|
replaced createAndDelete flag with a new class hierarhy (Creator)
|
12 years ago |
Marc Zinnschlag
|
4327b81bc3
|
fixed column handling in table (had problems with filtered out columns before)
|
12 years ago |
Marc Zinnschlag
|
55e7e71c11
|
added optional per-subview status bar
|
12 years ago |
Marc Zinnschlag
|
a80e80dd94
|
added layout to table sub view
|
12 years ago |
Marc Zinnschlag
|
7600d6c04b
|
basic filter table
|
12 years ago |
Marc Zinnschlag
|
66534a45da
|
replaced double click in table with a context menu item (edit) because double click was interfering with basic table functionality
|
12 years ago |
Marc Zinnschlag
|
0fad2e7f40
|
restructured main menu
|
12 years ago |
Marc Zinnschlag
|
2497c18702
|
replaced settings change notifications for columns with a more robust implementation
|
12 years ago |
Marc Zinnschlag
|
365ea11e86
|
Merge remote-tracking branch 'graffy76/RefIdTypeDelegate'
|
12 years ago |
graffy76
|
0ae254f6a8
|
Fixed segfault opening tables
|
12 years ago |
graffy76
|
6486f342b5
|
Fixed setting synchronization issue
Moved default settings to CSMSettings::UserSettings.
Other minor code changes / cleanup
|
12 years ago |
Marc Zinnschlag
|
47f7bbd48a
|
fixed OpenCS crash during cell loading when loading multiple ESX files
|
12 years ago |
Marc Zinnschlag
|
6a5ab34971
|
Merge branch 'region'
|
12 years ago |
Marc Zinnschlag
|
4cce466dc7
|
inverted region map y-axis
|
12 years ago |
Marc Zinnschlag
|
c26a6f884f
|
added region map tooltips
|
12 years ago |
greye
|
29b7734b52
|
add qualifiers for names in templates to make gcc 4.7+ happy
|
12 years ago |
Marc Zinnschlag
|
c808bf2b23
|
updating region map on changes to region and cell records
|
12 years ago |
Marc Zinnschlag
|
b17f383c6d
|
Merge remote-tracking branch 'graffy76/RefIdTypeDelegate'
Conflicts:
apps/opencs/view/world/table.cpp
|
12 years ago |
graffy76
|
11178cc470
|
Repo permissions commit fix #3
|
12 years ago |
graffy76
|
bb049806df
|
Repo permissions commit fix #2
|
12 years ago |
graffy76
|
ae4e3181d9
|
Fixing repo permissions commit #1
|
12 years ago |
Marc Zinnschlag
|
d389b70ec4
|
added missing case folding
|
12 years ago |
Marc Zinnschlag
|
121978a69e
|
some cleanup; added handling of deleted cells (now displayed instead of ignored)
|
12 years ago |
Marc Zinnschlag
|
116320cc0d
|
dealing with invalid regions and cells without regions
|
12 years ago |
Marc Zinnschlag
|
6159724b04
|
build region map from records (only initial build; updates not implemented yet)
|
12 years ago |
Marc Zinnschlag
|
4f05f2bddf
|
basic region map; non-interactive for now and working with dummy data instead of real cell/region records
|
12 years ago |
Marc Zinnschlag
|
de5898c953
|
post merge fixes
|
12 years ago |