scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
Stanislav Bas
|
2c1ca33a20
|
Refactor Enum- and DataDisplayDelegate code
|
10 years ago |
Stanislav Bas
|
0ffb2bc6bc
|
Proper size hint for EnumDelegate
|
10 years ago |
cc9cii
|
f1a58994c6
|
Merge branch 'master' into moveref
Conflicts:
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/commands.cpp
apps/opencs/model/world/commands.hpp
apps/opencs/model/world/ref.cpp
apps/opencs/view/world/dialoguesubview.cpp
apps/opencs/view/world/dialoguesubview.hpp
apps/opencs/view/world/util.cpp
components/esm/cellref.hpp
|
10 years ago |
cc9cii
|
7561b195ab
|
Revert auto expansion of enums as it was interfering with row based operations. Fix default values of magic effect skill & attributes.
|
10 years ago |
cc9cii
|
48a6006202
|
Prevent enum delegates from auto expanding when opening a dialogue subview.
|
10 years ago |
cc9cii
|
5e84858c0b
|
Change the cell edit selection behaviour of the nested tables. Also auto-expand the enum delegate selections (both main table as well as nested table in the dialogue subview)
|
10 years ago |
cc9cii
|
0aff188d8d
|
Fix enum delegate from adding a command to the undo stack when the value has not changed.
|
10 years ago |
cc9cii
|
17e6244bd6
|
Yet more warnings suppressed.
|
10 years ago |
Marc Zinnschlag
|
7615cbafce
|
create modify commands through command dispatcher
|
10 years ago |
Marc Zinnschlag
|
30830d0693
|
make delegates use the whole document instead of the undo stack
|
11 years ago |
Marek Kochanowicz
|
cb9bcc3cc1
|
buttons are functional
|
11 years ago |
Marek Kochanowicz
|
c422dc6eed
|
Refactorisation.
|
11 years ago |
Marek Kochanowicz
|
87286232d7
|
fixed bug, god bless overloading
|
11 years ago |
Marek Kochanowicz
|
089732419a
|
introduce longString
|
11 years ago |
Marek Kochanowicz
|
73cb3ac0ed
|
embelishing
|
11 years ago |
Marek Kochanowicz
|
361bc55973
|
dont force trying display
|
11 years ago |
Marek Kochanowicz
|
9ab920bd80
|
display id and other not editable data
|
11 years ago |
Marek Kochanowicz
|
1f1774b5e1
|
changing the enumdelegate seteditordata
|
11 years ago |
Marc Zinnschlag
|
649ef6f120
|
moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now)
|
12 years ago |
Marc Zinnschlag
|
929b38ff6a
|
added missing columns for apparati records
|
12 years ago |
Marc Zinnschlag
|
384c88182d
|
dealing with unset attribute fields
|
12 years ago |
Marc Zinnschlag
|
92f0098911
|
added new constructors for EnumDelegateFactory
|
12 years ago |
Marc Zinnschlag
|
50d61a5b6e
|
proper implementation of gmst type column
|
12 years ago |