Commit Graph

91 Commits (d4d46fc60256177968c96e9653ced2f83652338e)

Author SHA1 Message Date
Florian Weber 10fe334247
add more precise float-spinbox and use it for rotations 7 years ago
MAtahualpa 520e82ed4f Fix for commit "affc0eb..." in PR 1216 (fixes #3756)
Fixed use of tab character.
8 years ago
MAtahualpa affc0eb37f Replace "Female" check box with a combo box, part 1/2 (fixes #3756)
Replaces the "Female" check box in NPC records with a "Gender" combo box. This is the first of two related fixes, the second one covering BodyPart records.

Related issue:
- Fixes #3756: Editor: Replace "Female" check box in NPC records with "Gender" combo box (https://bugs.openmw.org/issues/3756)

Tests:
The changes were successfully tested in OpenMW-CS by manipulating several NPC records.
8 years ago
MAtahualpa dab8b328c4 Replace light emitter check boxes with a combo box (fixes #3752)
Replaces the four emitter check boxes in Light records with an "Emitter Type" combo box.

Related issue:
- Fixes #3752: Editor: Replace emitter check boxes in Light records with "Emitter Type" combo box (https://bugs.openmw.org/issues/3752)

Tests:
The changes were successfully tested in OpenMW-CS by manipulating several Light records. Please note that this fix also prevents users from erroneously assigning two or more emitter types at the same time. (I don't know which one would prevail in that case.)
8 years ago
MAtahualpa d4972ab166 Replace "Xyz blood" check boxes with a combo box (fixes #3751)
Replaces the two "Xyz blood" check boxes in NPC and Creature records with a "Blood Type" combo box.

Related issue:
- Fixes #3751: OpenMW-CS: Replace "Xyz Blood" check boxes in NPC and Creature records with "Blood Type" combo box (https://bugs.openmw.org/issues/3751)

Tests:
The changes were successfully tested in OpenMW-CS by manipulating several NPC and Creature records. Please note that this fix also prevents users from erroneously assigning two blood types at the same time. (I don't know which one would prevail in that case.)
8 years ago
MAtahualpa 607bd8b853 Replace "Scroll" check box with a combo box (fixes #3748)
Replaces the "Scroll" check box in Book records with a "Book Type" combo box.

Related issue:
- Fixes #3748: OpenMW-CS: Replace "Scroll" check box in Book records with "Book Type" combo box. (https://bugs.openmw.org/issues/3748)

Tests:
The changes were successfully tested in OpenMW-CS by manipulating several Book records. Please note that the actual logic behind this entry is not implemented yet: Books which are of type "Scroll" can have an enchantment attached, normal books ("Book") cannot.
8 years ago
Aesylwinn 5e38fcac36 Add ability to edit region weather probabilities. 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
cc9cii 972193c7eb Fix issue where mandatory effects field was allowed to be empty (and vice versa) 9 years ago
cc9cii 998348e606 Further rationalise the use of ColumnIds
- Address Zini's review comments as per https://github.com/OpenMW/openmw/pull/755
9 years ago
taras.kudryavtsev 8ae7c63c45 #2730 and #2725 10 years ago
Stanislav Bas 33042c1464 Restore Modified status of a record when adding/removing nested rows 10 years ago
Marc Zinnschlag 4487bda702 size limits for meta data strings 10 years ago
Stanislav Bas 4e759370de Change Display_String to the proper display type where appropriate 10 years ago
cc9cii 2f29c2c077 Qualify the scope of Flag_Dialogue. 10 years ago
cc9cii ec808843c3 Do not rebuild the dialogue subview unless required. Should resolve Bug #2581.
The loss of focus was caused by each text change (i.e. character entry) to a QPlainTextEdit resulting in dataChanged() signal which in turn rebuilt the dialogue subview.  Changes in this commit include:

- Do not send signal to update entire row if only a single item has changed.
- Do not rebuild the dialogue subview unless the data item that triggers a conditional display is changed.
- Add column flags to indicate whether the data in this column should rebuild the dialogue subview.
- Return the correct flags for nested columns
- Disable, rather than grey out, checkbox that does not apply to creature levelled list
10 years ago
cc9cii 0ecfd9119f Add the remaining Race data for editing with dialogue subview. Should resolve Bug #2546. 10 years ago
cc9cii 0c461f4424 Add TopicInfos special conditions table. 10 years ago
cc9cii acb800b8f9 Resolve merge issues and fix typos. 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 18162557b0 TopicInfos result script are now displayed in dialogue subviews. 10 years ago
cc9cii f88be67556 Convert AI package type and AI wander repeat columns in the nested tables to use enum delegate 10 years ago
cc9cii e241fb0104 Convert clothing/armour part reference type column in the nested tables to use enum delegates. 10 years ago
cc9cii e00d7f72ac Convert magic effects ID and Range columns in the nested tables to use enum delegate 10 years ago
cc9cii befd6fe658 Convert magic effects Skills column in the nested tables to use enum delegates. 10 years ago
cc9cii c41b4b84a6 Cleanup post merge. 10 years ago
cc9cii 47d5eac290 Merge branch 'master' into NonTableFields
Conflicts:
	apps/opencs/model/world/columnbase.cpp
	apps/opencs/model/world/columnbase.hpp
	apps/opencs/model/world/idtable.hpp
10 years ago
cc9cii a2d824bfa6 Changes to support dialogue only items but in a list view via QDataWidgetMapper. 10 years ago
cc9cii 41b368a759 Moved templated code around a bit. 10 years ago
cc9cii 4b9c9bf095 Simplify and relocate nested column definitions. 10 years ago
cc9cii ea9563ad92 Add faction reactions table to dialogue subview. Fix gcc compile issues. Change nested columns to generic ones where possible. 10 years ago
cc9cii 88bc62e054 Add Region sounds table to dialogue subview. 10 years ago
cc9cii 1220369da3 Changes as per feedback comments. 10 years ago
cc9cii 05210d7f21 Nested table support for Pathgrids. 10 years ago
cc9cii bdf0d8db22 Re-organise the inheritance structure once more in preparation for adding Pathgrid tables. 10 years ago
Marc Zinnschlag 3b408b6427 sorting out some Display enum mixup 10 years ago
cc9cii 83bcc8d451 Reorganised class inheritance structure of collections, columns and idtable model. 10 years ago
Marc Zinnschlag 1ec0db231c add a separate display type for ID column 10 years ago
Marc Zinnschlag 78c6268891 added search class and search box widget 10 years ago
cc9cii ca21181483 Fix typo to get table display working. 10 years ago
cc9cii fb2ba7610c Merge remote-tracking branch 'remotes/upstream/master' into NonTableFields
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/doc/document.cpp
	apps/opencs/model/world/columnbase.hpp
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/commands.cpp
	apps/opencs/model/world/idtable.cpp
	apps/opencs/view/world/dialoguesubview.cpp
	apps/opencs/view/world/dialoguesubview.hpp
	apps/opencs/view/world/util.cpp
10 years ago
Marc Zinnschlag 561ddfa0c5 make column type accessable via the regular table model 10 years ago
Thoronador 51cd2bb5d9 remove unused/double variable from CSMWorld::Column class 10 years ago
Marc Zinnschlag ff530a2e19 added missing magic effect table columns 10 years ago
Marc Zinnschlag 33cd04b37d added missing sound gen table columns 10 years ago
Marc Zinnschlag d1d861e1be Merge branch 'run'
Conflicts:
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/CMakeLists.txt
10 years ago
Marc Zinnschlag 03c0cbc65a added owner global column to references table (Fixes #1695) 11 years ago
Marc Zinnschlag 5c536d571b added script column to debug profile table (dialogue only) 11 years ago