Commit Graph

49 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 eba8b4a518 Merge remote-tracking branch 'rcutmore/feature-3250' 8 years ago
Rob Cutmore 1b4c124fe8 Create record on Return key press (Feature #3250)
Updated to create record when Return key is pressed while input has
focus. Record is only created if input has been validated (i.e. Create
button is enabled).
8 years ago
Rob Cutmore 29078619aa Fix editor tab order when adding record 8 years ago
artemutin@yandex.ru 903cd3322b add getIdValidatorResult method to GenericCreator, for use in subclass
StartScriptCreator
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
Stanislav Bas cbb124ab4f Close the creator when the original record is removed (in clone mode) 9 years ago
Stanislav Bas e212414bc7 Use an ID parent type as the collection ID in GenericCreator.
Fix impossibility of creation/cloning records from Dialogue subviews in Info tables
9 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 9 years ago
Marc Zinnschlag d873c2c603 focus main input widget when bringing up creator bar (Fixes #2514) 9 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 9 years ago
Marc Zinnschlag 02acf60c0b added tooltips for scopes in creator bar 10 years ago
Marc Zinnschlag 90ad3f332a extending refnum functionality to cloning (and also enable cloning of references to a different cell) 10 years ago
Marc Zinnschlag e93ab383ea set refnum and increment refnum counter when creating a new reference 10 years ago
Marc Zinnschlag 70275350de rewrote command generation in GenericCreator 10 years ago
Marc Zinnschlag 2b9395333a fixed error detection and improved error reporting in IdValidator 10 years ago
Marc Zinnschlag 1bf177fe72 fixed double namespace in GenericCreator 10 years ago
Marc Zinnschlag c66dfe67b1 integrated namespace widget into input field (GenericCreator) 10 years ago
Marc Zinnschlag a54efbcfa0 made FilterCreator redundant by generalising GenericCreator 10 years ago
Marek Kochanowicz 2afe3f3e57 Introduced multitype icon. 10 years ago
Marek Kochanowicz 62ea0bb066 Cleared whitespaces. 10 years ago
Marek Kochanowicz 6a0b5defd7 removed needless member value. 10 years ago
Marek Kochanowicz bb62efc3d8 Removed pointless includes. 10 years ago
Marek Kochanowicz 71d6364754 Chaninging variables name to follow our policy. 10 years ago
Marek Kochanowicz aa6d1ff4c3 removed needless argument for cloning 10 years ago
Marek Kochanowicz dda7ddb6f8 Disable not needed referencable creator widget when in cloning mode. 10 years ago
Marek Kochanowicz 4d9d31b25e refrences cloning does not work 10 years ago
Marek Kochanowicz bc0130f8d8 do not double check if record is deleted 10 years ago
Marek Kochanowicz 7594bcf97a Small refactoring. 10 years ago
Marek Kochanowicz 92ee252eef Small correction. 10 years ago
Marek Kochanowicz 5a52715701 implemented check for deletion. But it seems flawed. 10 years ago
Marek Kochanowicz 33620a001b Cloning works for single record type tables. Well, kinda. 10 years ago
Marek Kochanowicz 0ea2bb7c4c Working on commands 10 years ago
Marek Kochanowicz b3e45c55bc progressing with the cloning 10 years ago
Marc Zinnschlag aa61948801 relaxed rules for new IDs when ID is also a user visible text 11 years ago
Marc Zinnschlag 0944338c27 avoid the use of hardcoded column numbers 11 years ago
Marc Zinnschlag 102700a498 added specialised Creator for references 11 years ago
Marc Zinnschlag 57be764cce added specialised Creator for referenceable records 11 years ago
Marc Zinnschlag 661b290c49 automatically scroll table to the position of a newly created record 11 years ago
Marc Zinnschlag 82958e6514 added custom creator for cell records 11 years ago
Marc Zinnschlag 899e18b2cf report ID errors also via input field tool tips 11 years ago
Marc Zinnschlag 5ec9d370cb check if ID is already in use when creating new IDs 11 years ago
Marc Zinnschlag 124a70906f added creator edit lock 11 years ago
Marc Zinnschlag 32c697abc6 validate IDs entered by the user 11 years ago
Marc Zinnschlag 4f6e99c391 more compact layout for the bottom box 11 years ago
Marc Zinnschlag 00fcb79f08 moved record creation to GenericCreator class (now taking ID from user instead of using a procedurally generated one) 11 years ago
Marc Zinnschlag f93af52486 handling down a reference to Data and the undo stack to the creators 11 years ago
Marc Zinnschlag fee748d4b5 added creator bar UI and cancel button 11 years ago
Marc Zinnschlag ba5ca5beed replaced createAndDelete flag with a new class hierarhy (Creator) 11 years ago