Aesylwinn
|
b204758be1
|
More shortcuts.
|
9 years ago |
Rob Cutmore
|
4caf44f061
|
Remove unused code in apps/opencs/view/world/table files
|
9 years ago |
scrawl
|
b0431833a1
|
Fix some defects reported by Coverity CI
|
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 |
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
|
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 |
Stanislav Bas
|
f5b1447c92
|
IdTableProxyModel refreshes the filter when the source model data or rows changed
|
10 years ago |
Stanislav Bas
|
6162a46fbe
|
Update to upstream/master. Resolve the merge conflict
|
10 years ago |
Stanislav Bas
|
464e674a81
|
Rework Table (view) code to use a TableEditIdAction
|
10 years ago |
Stanislav Bas
|
b8772c6902
|
Add the ability to configure extended commands for tables
|
10 years ago |
Stanislav Bas
|
e4d52ff9b0
|
Deleted records can be cloned
|
10 years ago |
Marc Zinnschlag
|
fdf6645dbc
|
Merge remote-tracking branch 'smbas/fix-info-tables'
|
10 years ago |
Stanislav Bas
|
21f0b586ec
|
Rows with the same topic but in different letter case can be reordered
|
10 years ago |
Stanislav Bas
|
b9882eb59a
|
DragRecordTable checks drag type before accepting it
|
10 years ago |
Stanislav Bas
|
c60fed89ac
|
Enable sorting for Info tables
|
10 years ago |
scrawl
|
e13a938896
|
Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
|
10 years ago |
cc9cii
|
e6d2821b78
|
Refresh table filters when the model is updated. Should resolve Bug #2579.
|
10 years ago |
Rohit Nirmal
|
396fba7fa9
|
Silence -Wreorder warnings, and remove -Wno-reorder.
|
10 years ago |
cc9cii
|
28617c8beb
|
Update table size status for removed rows.
|
10 years ago |
cc9cii
|
f92d801faf
|
Jump to the added/cloned record (or undeleted record in case of undo). Should resolve Feature #2541. Controlled by radio buttons on user preferences settings.
|
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
|
15b9a628ac
|
Fix the name of DragRecordTable::startDrag method. Make the compiler be quiet about BulletShapeLoader's hidden overloaded methods.
|
10 years ago |
cc9cii
|
17e6244bd6
|
Yet more warnings suppressed.
|
10 years ago |
Marc Zinnschlag
|
7615cbafce
|
create modify commands through command dispatcher
|
10 years ago |
Alexander "Ace" Olofsson
|
c1ce570e37
|
Use the enum value from Qt::KeyboardModifiers
This fixes the windows build at least
|
10 years ago |
Marc Zinnschlag
|
b0a7b457f7
|
made double click actions in tables configurable
|
10 years ago |
Marc Zinnschlag
|
a9f5632afd
|
extended double click functionality in tables
|
10 years ago |
Marc Zinnschlag
|
6ff41c6a00
|
intercept shift/ctrl double-clicks in tables
|
10 years ago |
Marc Zinnschlag
|
5c8ef842b6
|
Merge branch 'edit'
|
10 years ago |
Marc Zinnschlag
|
51151bc43e
|
minor fix
|
10 years ago |
Stanislav
|
313bdf4e78
|
fix
|
10 years ago |
Stanislav
|
ebb223b2d3
|
Feature #1226: fixes
|
10 years ago |
Marc Zinnschlag
|
b31c4e2bcd
|
Merge remote-tracking branch 'cc9cii/Bug-No-1301'
|
10 years ago |
Stanislav
|
8574d2330c
|
Feature #1226: Request UniversalId editing from table column
|
10 years ago |
cc9cii
|
85596322f3
|
Update status bar when record filter is changed. Should resolve Bug #1290.
|
10 years ago |
Marc Zinnschlag
|
30830d0693
|
make delegates use the whole document instead of the undo stack
|
11 years ago |
Marc Zinnschlag
|
42db9a5091
|
make modification column optional in table views
|
11 years ago |
Marc Zinnschlag
|
e171babd2f
|
added Feature_Constant to IdTable
|
11 years ago |
Marc Zinnschlag
|
1b1f1bade3
|
injected new class IdTableBase between QAbstractItemModel and IdTable
|
11 years ago |
Marc Zinnschlag
|
099c406226
|
Merge branch 'objects'
|
11 years ago |
Marc Zinnschlag
|
a2f514f024
|
disabled preview function for deleted records
|
11 years ago |
scrawl
|
e19bbfd1b5
|
Fix OpenCS crash when drag and drop is used with unexpected data, e.g. plain text (Fixes #1543)
|
11 years ago |
Marc Zinnschlag
|
7d1ecea20c
|
added extended versions of revert and delete
|
11 years ago |
Marc Zinnschlag
|
7ede6573eb
|
removed more hardcoded column numbers
|
11 years ago |
Marc Zinnschlag
|
302e2f8e9a
|
fixed some proxy model problems related to column numbers
|
11 years ago |