Commit Graph

58 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 7 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 9 years ago
Stanislav Bas c1b06538dc Add Edit 'ID' action for nested fields 9 years ago
Stanislav Bas 61ab0ba482 Prevent the Edit 'ID' action for the current ID of the dialogue subview 9 years ago
Stanislav Bas 149cb9d004 IdContextMenu: if the ID field is empty show the standard context menu (if available) 9 years ago
Stanislav Bas e8e34f37dd Edit 'ID' action is available in dialogue sub-views (for LineEdits and Labels) 9 years ago
Stanislav Bas 47b66b57ae Create a context menu handler for dialogue editors with ID information 9 years ago
Marc Zinnschlag 15bb2855a9 disable prev/next buttons if there is no previous/next record 9 years ago
Marc Zinnschlag 95522fcad2 more general cleanup 9 years ago
Marc Zinnschlag a8c26ec0c1 moved most of the code for next/prev buttons from DialogueSubView to RecordBUttonBar 9 years ago
Marc Zinnschlag d5e6d8a58b disable dialogue subview buttons while document is locked 9 years ago
Marc Zinnschlag 6769479358 moved code for initiating record cloning from DialogueSubView to RecordButtonBar 9 years ago
Marc Zinnschlag 10fbe6aada split DialogueSubView in SimpleDialogueSubView and DialogueSubView 9 years ago
Stanislav Bas 7dcdd130bb Rework Dialogue subview code according to DropLineEdit changes 9 years ago
Marc Zinnschlag 6402b82823 Merge remote-tracking branch 'cc9cii/master' 9 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)
9 years ago
cc9cii aeec1be8b3 Fix occasional crash with DialogueSubView, e.g. when deleting a row of a subtable. 9 years ago
cc9cii acb800b8f9 Resolve merge issues and fix typos. 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 a2d824bfa6 Changes to support dialogue only items but in a list view via QDataWidgetMapper. 9 years ago
cc9cii 619b5206cd More consistency nit pick. 9 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
9 years ago
cc9cii 17e6244bd6 Yet more warnings suppressed. 9 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 9 years ago
cc9cii 6d6ff8c6a4 Resolved compile issues, but not fully working. 9 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
9 years ago
Marc Zinnschlag 7615cbafce create modify commands through command dispatcher 9 years ago
Marc Zinnschlag 30830d0693 make delegates use the whole document instead of the undo stack 10 years ago
Marek Kochanowicz 3262f8d774 make dtor virtual 10 years ago
Marek Kochanowicz 8c6a0d9a4f created new files 10 years ago
Marek Kochanowicz b63f2f4cd5 Actually using new nestedmodel 10 years ago
Marek Kochanowicz ce5e889015 Nested table sits inside it's own layout now. 10 years ago
Marek Kochanowicz d6288a8055 Remove unneded revert and delete slots 10 years ago
Marek Kochanowicz 786c68f09a refactoring dialogue subview 10 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
10 years ago
Marek Kochanowicz 29231b8fc9 starting new branch 10 years ago
Marc Zinnschlag 48468b7d0c some dialogue subview cleanup and start of command dispatching refactoring 10 years ago
Marek Kochanowicz ea9b6fa37e view button 10 years ago
Marek Kochanowicz 8f3103ce65 added preview button 10 years ago
Marek Kochanowicz db774b02d7 clone and create buttons work 10 years ago
Marek Kochanowicz 95afca0558 delete record button 10 years ago
Marek Kochanowicz 7296b09357 revert button 10 years ago
Marek Kochanowicz 4a623ace71 disabling works 10 years ago
Marek Kochanowicz e1a4b64efb fixed segfault 10 years ago
Marek Kochanowicz cc1ceb35ce drag and drop works 10 years ago
Marek Kochanowicz fd4829141d succesfully connected the signals 10 years ago
Marek Kochanowicz 919065db32 fixed segfault 10 years ago
Marek Kochanowicz 2278eb5e91 handle locking 10 years ago
Marek Kochanowicz cb9bcc3cc1 buttons are functional 10 years ago