Commit Graph

65 Commits (master)

Author SHA1 Message Date
Andrei Kortunov 21db4219de Use QPersistentModelIndex to react to model changes 5 months ago
Andrei Kortunov 355dd0bccf Do not store references to disposed objects 5 months ago
jvoisin 1a326294c0 Run IWYU on the opencs 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
Andrei Kortunov 8084a336b5 Replace zeroes and nulls by nullptrs 4 years ago
Andrei Kortunov 8ca3c3b123 Mark overrided methods by override keyword 4 years ago
mp3butcher 9de6c630f2 fix moc achieving to reach unparsable boost code 6 years ago
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 8 years ago
Marc Zinnschlag ecbd68a19b third batch of changing over user settings usage to the new system 9 years ago
Marc Zinnschlag fc6c14614b added user settings option to toggle toolbars in single-record subviews 10 years ago
Stanislav Bas c1b06538dc Add Edit 'ID' action for nested fields 10 years ago
Stanislav Bas 61ab0ba482 Prevent the Edit 'ID' action for the current ID of the dialogue subview 10 years ago
Stanislav Bas 149cb9d004 IdContextMenu: if the ID field is empty show the standard context menu (if available) 10 years ago
Stanislav Bas e8e34f37dd Edit 'ID' action is available in dialogue sub-views (for LineEdits and Labels) 10 years ago
Stanislav Bas 47b66b57ae Create a context menu handler for dialogue editors with ID information 10 years ago
Marc Zinnschlag 15bb2855a9 disable prev/next buttons if there is no previous/next record 10 years ago
Marc Zinnschlag 95522fcad2 more general cleanup 10 years ago
Marc Zinnschlag a8c26ec0c1 moved most of the code for next/prev buttons from DialogueSubView to RecordBUttonBar 10 years ago
Marc Zinnschlag d5e6d8a58b disable dialogue subview buttons while document is locked 10 years ago
Marc Zinnschlag 6769479358 moved code for initiating record cloning from DialogueSubView to RecordButtonBar 10 years ago
Marc Zinnschlag 10fbe6aada split DialogueSubView in SimpleDialogueSubView and DialogueSubView 10 years ago
Stanislav Bas 7dcdd130bb Rework Dialogue subview code according to DropLineEdit changes 10 years ago
Marc Zinnschlag 6402b82823 Merge remote-tracking branch 'cc9cii/master' 10 years ago
cc9cii 22420c3a83 Close DialogueSubView if the corresponding record is deleted. Should resolve Bug #2575.
- ToDo: Doesn't seem to shrink the widget width properly (when horizontal scrollbar is active)
10 years ago
cc9cii aeec1be8b3 Fix occasional crash with DialogueSubView, e.g. when deleting a row of a subtable. 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 a2d824bfa6 Changes to support dialogue only items but in a list view via QDataWidgetMapper. 10 years ago
cc9cii 619b5206cd More consistency nit pick. 10 years ago
cc9cii 5eefcd862f Merge branch 'master' into NonTableFields
Conflicts:
	apps/opencs/model/tools/tools.cpp
	apps/opencs/model/world/columnbase.cpp
	apps/opencs/model/world/commands.cpp
	apps/opencs/model/world/commands.hpp
	apps/opencs/model/world/idtable.hpp
	apps/opencs/model/world/refidadapter.cpp
	apps/opencs/model/world/refidadapter.hpp
	apps/opencs/view/world/dialoguesubview.hpp
10 years ago
cc9cii 17e6244bd6 Yet more warnings suppressed. 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
cc9cii 6d6ff8c6a4 Resolved compile issues, but not fully 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 7615cbafce create modify commands through command dispatcher 10 years ago
Marc Zinnschlag 30830d0693 make delegates use the whole document instead of the undo stack 11 years ago
Marek Kochanowicz 3262f8d774 make dtor virtual 11 years ago
Marek Kochanowicz 8c6a0d9a4f created new files 11 years ago
Marek Kochanowicz b63f2f4cd5 Actually using new nestedmodel 11 years ago
Marek Kochanowicz ce5e889015 Nested table sits inside it's own layout now. 11 years ago
Marek Kochanowicz d6288a8055 Remove unneded revert and delete slots 11 years ago
Marek Kochanowicz 786c68f09a refactoring dialogue subview 11 years ago
Marek Kochanowicz 269a357644 Merge remote-tracking branch 'master/refs' into dialog-fix
Conflicts:
	CMakeLists.txt
	apps/opencs/CMakeLists.txt
	apps/opencs/view/world/dialoguesubview.cpp
11 years ago
Marek Kochanowicz 29231b8fc9 starting new branch 11 years ago
Marc Zinnschlag 48468b7d0c some dialogue subview cleanup and start of command dispatching refactoring 11 years ago
Marek Kochanowicz ea9b6fa37e view button 11 years ago
Marek Kochanowicz 8f3103ce65 added preview button 11 years ago
Marek Kochanowicz db774b02d7 clone and create buttons work 11 years ago
Marek Kochanowicz 95afca0558 delete record button 11 years ago
Marek Kochanowicz 7296b09357 revert button 11 years ago