scrawl
|
daa94cc50e
|
Fix cppcheck warnings
|
9 years ago |
Marc Zinnschlag
|
c646533448
|
removed old user settings system
|
9 years ago |
Marc Zinnschlag
|
ecbd68a19b
|
third batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
a3a2c2f476
|
second batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
cf9fa0e0e9
|
first batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
99500f4021
|
make initial size of script error panel configurable (Fixes #2996)
|
9 years ago |
Marc Zinnschlag
|
f5c61ee616
|
remember script error panel height per scriptsubview
|
9 years ago |
Marc Zinnschlag
|
26640d17eb
|
do not adjust error panel height if panal was already open
|
9 years ago |
Marc Zinnschlag
|
1093a53cf9
|
hide script error list when there are no errors (Fixes #2867)
|
9 years ago |
cc9cii
|
107ccd84d4
|
Move TableEditModes enum inside a class scope.
|
9 years ago |
cc9cii
|
77471d1592
|
Re-add mistakenly removed line and fix a silly typo.
|
9 years ago |
cc9cii
|
80869d9bae
|
Disable context menu for fixed size sub-tables. Should resolve bug #2932.
|
9 years ago |
artemutin@yandex.ru
|
4ca7b26609
|
Stream error handling, and other minor changes.
|
9 years ago |
artemutin@yandex.ru
|
e7a3f059aa
|
Implemented line and col calculations in scriptsubview
|
9 years ago |
Marc Zinnschlag
|
6ef2319eb8
|
Merge branch 'sceneinput'
|
9 years ago |
artemutin@yandex.ru
|
ecce3a1975
|
Add StartScriptCreator to a factory manager.
|
9 years ago |
artemutin@yandex.ru
|
903cd3322b
|
add getIdValidatorResult method to GenericCreator, for use in subclass
StartScriptCreator
|
9 years ago |
artemutin@yandex.ru
|
e672880f64
|
Fix namespace, add file to CMakeLists.txt
|
9 years ago |
artemutin@yandex.ru
|
3f27c85630
|
Added StartScriptCreator class with redefined getErrors method.
|
9 years ago |
Marc Zinnschlag
|
9bf27c7e37
|
moved edit mode handling from SceneSubView to WorldspaceWidget
|
9 years ago |
Marc Zinnschlag
|
62047b1868
|
Merge remote-tracking branch 'origin/master' into sceneinput
|
9 years ago |
Marc Zinnschlag
|
3ada08af90
|
store lock state and pass it on to edit mode
|
9 years ago |
Marc Zinnschlag
|
b2cb5f0374
|
pass on user settings updates to potentially interested parties within a scene subview
|
9 years ago |
Marc Zinnschlag
|
7bef97bf33
|
fixed local variable caching issue in automatic error checking (Fixes #2927)
|
9 years ago |
Marc Zinnschlag
|
659b87b25f
|
more cleanup
|
9 years ago |
Marc Zinnschlag
|
b3b4fb3efb
|
removed some left-over signal slot stuff that shouldn't have been there in the first place
|
9 years ago |
Stanislav Bas
|
b7295e2632
|
Columns with Display_Boolean use Combobox editor even for non-boolean values
|
10 years ago |
Stanislav Bas
|
d038ac2da0
|
Sort tables by ID in the ascending order initially
|
10 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
Marc Zinnschlag
|
23ccee0124
|
Merge remote-tracking branch 'dieho/master'
Conflicts:
apps/opencs/view/world/dialoguesubview.cpp
|
10 years ago |
Marc Zinnschlag
|
469a896ca1
|
make non-editable fields in dialogue sub view selectable (Fixes #2818)
|
10 years ago |
taras.kudryavtsev
|
8ae7c63c45
|
#2730 and #2725
|
10 years ago |
Stanislav Bas
|
6b3de5c720
|
Activate editing of nested table cells by a double click
|
10 years ago |
Stanislav Bas
|
1590a04d03
|
Close EditWidget when a proper row removed
|
10 years ago |
Marc Zinnschlag
|
2c1cee38b4
|
Merge remote-tracking branch 'smbas/feature-extended-configurator'
|
10 years ago |
Stanislav Bas
|
03c2e11961
|
Update to upstream/master. Resolve merge conflicts
|
10 years ago |
Stanislav Bas
|
2471e4d67a
|
Rework Table to use rowAdded() signal of a proxy model
|
10 years ago |
Marc Zinnschlag
|
fcf9ae42f4
|
Merge remote-tracking branch 'smbas/fix-table-proxy-bugs'
|
10 years ago |
Rohit Nirmal
|
6d2d32485f
|
Fix building OpenCS with Qt 5.
|
10 years ago |
Stanislav Bas
|
f5b1447c92
|
IdTableProxyModel refreshes the filter when the source model data or rows changed
|
10 years ago |
Marc Zinnschlag
|
f1ac440b78
|
do not allow editing of deleted scripts
|
10 years ago |
Marc Zinnschlag
|
8763a3b3c3
|
make compilation delay configurable via a user setting
|
10 years ago |
Marc Zinnschlag
|
73b6df8280
|
put script compilation in script subview behind a timer
|
10 years ago |
Marc Zinnschlag
|
5febb96012
|
do not try to jump to source location for errors that do not have a source location
|
10 years ago |
Marc Zinnschlag
|
f665919046
|
consider column when jumping to error in source text
|
10 years ago |
Marc Zinnschlag
|
0abd29a3b4
|
jump to line in source text when clicking on an error in error table
|
10 years ago |
Marc Zinnschlag
|
100af80388
|
made error table read only
|
10 years ago |
Marc Zinnschlag
|
56ed0926bd
|
improved error table layout
|
10 years ago |
Marc Zinnschlag
|
eab1ec9160
|
consider script warning settings for script subview
|
10 years ago |
Marc Zinnschlag
|
9b12b4f1e2
|
refactored mapping from message severity enum to string
|
10 years ago |