Commit Graph

34 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
Stanislav Bas cbb124ab4f Close the creator when the original record is removed (in clone mode) 9 years ago
Stanislav Bas 36271f25ec Rework creator factories to accept Document as a parameter 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 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 d3000ce099 whitespaces removed again. 10 years ago
Marek Kochanowicz 62ea0bb066 Cleared whitespaces. 10 years ago
Marek Kochanowicz 6a0b5defd7 removed needless member value. 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 c87d9ff38d Disable reference creator widget when in the clone mode. 10 years ago
Marek Kochanowicz dda7ddb6f8 Disable not needed referencable creator widget when in cloning mode. 10 years ago
Marek Kochanowicz 33620a001b Cloning works for single record type tables. Well, kinda. 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 82958e6514 added custom creator for cell records 11 years ago
Marc Zinnschlag 124a70906f added creator edit lock 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