Allofich
ccacad51be
Fix shadowing warnings
8 years ago
Allofich
1c54f54ab8
Fix shadowing warnings
8 years ago
Rob Cutmore
8f47ed17df
Show nested tables only when they are editable
8 years ago
Rob Cutmore
b59694c4f0
Set tooltip for read-only nested tables
8 years ago
Rob Cutmore
829345257c
Allow disabled nested tables to be scrollable
8 years ago
Marc Zinnschlag
a563a9d336
added missing Q_OBJECT
9 years ago
Aesylwinn
448c9d5a5b
Fix globals not being initialized with a valid type.
9 years ago
Aesylwinn
b204758be1
More shortcuts.
9 years ago
scrawl
b9b73d7b12
Replace "sys::default" with ESM::CellId::sDefaultWorldspace
9 years ago
Aesylwinn
ae50300053
Add ability to remove multiple rows in subrecords.
9 years ago
Aesylwinn
ded8862e9d
Insert nested rows after selected row, or at start if none selected.
9 years ago
Rob Cutmore
547d783eac
Editor: Remove overridden configureCreateCommand
...
StartScriptCreator was incorrectly overriding configureCreateCommand.
This caused issues trying to edit an uneditable column while adding a
new record.
9 years ago
Rob Cutmore
b129ff9672
Editor: Add PathgridCreator to find duplicate IDs
9 years ago
Marc Zinnschlag
091e1bf25d
improved scene element visibility buttons
9 years ago
Marc Zinnschlag
9d906a99a8
Merge remote-tracking branch 'rcutmore/bug-3286'
9 years ago
Rob Cutmore
e6ab3a4ba9
Remove unused CSVWorld::ScriptEdit::setMonoFont
9 years ago
Rob Cutmore
30493545f1
Update script editor tab width on font change
9 years ago
Rob Cutmore
25d9b77d10
Add setting for script editor tab width
9 years ago
Rob Cutmore
a3903d374f
Update script editor tab width (Bug #3286 )
9 years ago
Aesylwinn
5e38fcac36
Add ability to edit region weather probabilities.
9 years ago
Marc Zinnschlag
1bb23b6c77
Merge branch 'move'
9 years ago
Marc Zinnschlag
eba8b4a518
Merge remote-tracking branch 'rcutmore/feature-3250'
9 years ago
Rob Cutmore
1b4c124fe8
Create record on Return key press (Feature #3250 )
...
Updated to create record when Return key is pressed while input has
focus. Record is only created if input has been validated (i.e. Create
button is enabled).
9 years ago
Rob Cutmore
29078619aa
Fix editor tab order when adding record
9 years ago
Marc Zinnschlag
1774f6d9bf
moved ref num assingment from instance creation to save procedure
9 years ago
pi03k
629a558e7b
Fix for bug 3248
9 years ago
Marc Zinnschlag
b2181fae20
safer handling of command macros
9 years ago
Aesylwinn
f4ed389496
InfoCondition autocompletion
9 years ago
Rob Cutmore
d43315fe4e
Add script editor line wrapping (Feature #2926 )
...
Adds line wrapping for script editor and associated entry in settings
window. No line wrapping remains the default.
9 years ago
Rob Cutmore
4caf44f061
Remove unused code in apps/opencs/view/world/table files
9 years ago
Marc Zinnschlag
1b7a0e5d64
Merge branch 'buttons'
9 years ago
Rob Cutmore
fbca094dda
Fix input validation in StartScriptCreator
9 years ago
Rob Cutmore
b93b97575e
Improve start script creation ( Fixes #3024 )
...
Improved start script creation by updating input to be a drop target
and adding auto-completion.
9 years ago
scrawl
b0431833a1
Fix some defects reported by Coverity CI
9 years ago
Marc Zinnschlag
c1901069be
added instance mode sub-modes
9 years ago
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
Marc Zinnschlag
2d8a78726d
improved error reporting
10 years ago
Marc Zinnschlag
2016ff773f
display script errors in script subview
10 years ago
Marc Zinnschlag
df027b3498
hooked up script subview buttons to bottom box (enables add and clone)
10 years ago
Marc Zinnschlag
cf1fb76bb4
fixed deleted button sensitivity state
10 years ago
Marc Zinnschlag
0860c27b03
improving consistency of subview layouts
10 years ago
Marc Zinnschlag
2202973c24
replaced the script subview status bar with a bottom box (including a status bar)
10 years ago
Marc Zinnschlag
fc6c14614b
added user settings option to toggle toolbars in single-record subviews
10 years ago
Marc Zinnschlag
b97a4cee44
added button bar to script subview
10 years ago
MiroslavR
13f289d1a5
Fix calculation of selected blocks in ScriptEdit
10 years ago
Stanislav Bas
47d21ff4b3
Add edit locking to ExtendedCommandConfigurator
10 years ago
Stanislav Bas
3c6bc74062
Close the extended configurator when all respective records were removed outside
10 years ago
Stanislav Bas
6162a46fbe
Update to upstream/master. Resolve the merge conflict
10 years ago
Stanislav Bas
4fbd24206b
ExtendedCommandConfigurator: layout changes
10 years ago
Stanislav Bas
880bc31ddf
TableBottomBox: Creator/Configurator can be closed via Escape
10 years ago
Stanislav Bas
c1b06538dc
Add Edit 'ID' action for nested fields
10 years ago