Commit Graph

156 Commits (a8c5607aa64e4bc39a638181fbba88623560429a)

Author SHA1 Message Date
Nelsson Huotari f2fc02cdff Support filtered tables (mapToSource for indexes) 3 years ago
Nelsson Huotari 16e03c151a Implement basic move algorithm, connect it to drag&drop 3 years ago
Andrei Kortunov 065ed5138e Use emplace_back instead of push_back 4 years ago
Andrei Kortunov 2b4274bca8 Use modern Qt flag declarations 4 years ago
Bret Curtis 61a5c6125d #5480: Drop Qt4 support and require Qt 5.12 or later. 4 years ago
Frederic Chardon 513ac8986d Add link to opencs documentation on readthedocs, available through
context menu.
The documentation opens in default browser.

There are 3 contexts:
- global: opens the OpenMW CS User Manual main page
- when a record is selected: opens the "Tables" page
- when the filter field is selected: opens the "Record Filters" page

There is also a link to the OpenCS tutorial in the help menu.
4 years ago
Nat Meo af1e5e01b4 Issue #5005: Instance window via Scene window 5 years ago
Justin Ivany 33c7e4e948 Don't remove whitespace... 5 years ago
Justin Ivany 8d036a79eb Fixes #4703 Disable preview for item levelled list 5 years ago
Capostrophic 8757b3edd1 Add icons for Edit and Touch actions (kudos to akortunov) 6 years ago
Capostrophic 89b8eb029f Add icons for record context menu actions 6 years ago
Capostrophic 3d3bef94cd
Use range-based for loop 6 years ago
Kyle Cooley 137ea872d3 Hide base land textures. 7 years ago
Kyle Cooley 30ba1d4c25 Move touch command to creator, to allow customization and not break abstraction 7 years ago
Kyle Cooley 1d480015b4 Add ability to touch records, LAND records in particular 7 years ago
Bret Curtis 39185e6f8c purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up

revert Qt

add back boost fstream
7 years ago
Aesylwinn b204758be1 More shortcuts. 8 years ago
Rob Cutmore 4caf44f061 Remove unused code in apps/opencs/view/world/table files 8 years ago
scrawl b0431833a1 Fix some defects reported by Coverity CI 8 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 9 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
9 years ago
Marc Zinnschlag 2c1cee38b4 Merge remote-tracking branch 'smbas/feature-extended-configurator' 9 years ago
Stanislav Bas 03c2e11961 Update to upstream/master. Resolve merge conflicts 9 years ago
Stanislav Bas 2471e4d67a Rework Table to use rowAdded() signal of a proxy model 9 years ago
Stanislav Bas f5b1447c92 IdTableProxyModel refreshes the filter when the source model data or rows changed 9 years ago
Stanislav Bas 6162a46fbe Update to upstream/master. Resolve the merge conflict 9 years ago
Stanislav Bas 464e674a81 Rework Table (view) code to use a TableEditIdAction 9 years ago
Stanislav Bas b8772c6902 Add the ability to configure extended commands for tables 9 years ago
Stanislav Bas e4d52ff9b0 Deleted records can be cloned 9 years ago
Marc Zinnschlag fdf6645dbc Merge remote-tracking branch 'smbas/fix-info-tables' 9 years ago
Stanislav Bas 21f0b586ec Rows with the same topic but in different letter case can be reordered 9 years ago
Stanislav Bas b9882eb59a DragRecordTable checks drag type before accepting it 9 years ago
Stanislav Bas c60fed89ac Enable sorting for Info tables 9 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.
9 years ago
cc9cii e6d2821b78 Refresh table filters when the model is updated. Should resolve Bug #2579. 9 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 9 years ago
cc9cii 28617c8beb Update table size status for removed rows. 9 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. 9 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
9 years ago
cc9cii 15b9a628ac Fix the name of DragRecordTable::startDrag method. Make the compiler be quiet about BulletShapeLoader's hidden overloaded methods. 9 years ago
cc9cii 17e6244bd6 Yet more warnings suppressed. 9 years ago
Marc Zinnschlag 7615cbafce create modify commands through command dispatcher 9 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