Commit Graph

287 Commits (000606efc02c28cc8bad6636af407aa34a6b5095)

Author SHA1 Message Date
Marc Zinnschlag db7ea30483 allow float values in cell for value tests 11 years ago
Marc Zinnschlag 679754b305 corrected an error message 11 years ago
Marc Zinnschlag 9b0766b678 minor fix in ValueNode::toString 11 years ago
Marc Zinnschlag 4905f1c8ab make testing empty cells against an empty string yield true 11 years ago
Marc Zinnschlag b8ae195a46 Merge branch 'scene' 11 years ago
Marc Zinnschlag b5d620a8dc fixed string filter on enum column when column is empty 11 years ago
Marc Zinnschlag a29b8667ef fixed string filter on boolean columns when testing against the value false 11 years ago
Marc Zinnschlag a77044cda4 fixed column numbering 11 years ago
Marc Zinnschlag 9ea092927f added basic scene subview (no functionality yet) 11 years ago
Marc Zinnschlag 1363e86828 made verifier ignore deleted records 11 years ago
Marek Kochanowicz ae5e8b95ff Solving Issue912 11 years ago
Marc Zinnschlag f2875e234c added missing position columns to reference table 11 years ago
Marc Zinnschlag ba5e2a0330 changed ID listing to include deleted records by default 11 years ago
Marc Zinnschlag 9c751ae370 separate highlight colour for IDs 11 years ago
Marc Zinnschlag 3d2281fe80 added signals and functions to Data for handling ID list changes 11 years ago
Marc Zinnschlag e9f14449eb added AdjusterWidget 11 years ago
Marc Zinnschlag dc345dd43d Merge branch 'filter' 11 years ago
Marc Zinnschlag 8f0ab29a9f allow the use of keywords for strings without quotation marks 11 years ago
Marc Zinnschlag 645b50ef36 added support for half-sided intervals to filter parser 11 years ago
Marc Zinnschlag f3ce9c22a1 rewrote value node to support half-sided intervals (meaning infinity or -infinity for the missing half) 11 years ago
Marc Zinnschlag 9332684335 allow the use of value types in string filters 11 years ago
Marc Zinnschlag f2e86e860e allow the use of record types in string filters 11 years ago
Marc Zinnschlag 8bebe7179c some UniversalId fixes 11 years ago
Alexander "Ace" Olofsson 5e42c73356 Better fix for unshield, comments on changes, no more commented out code. 11 years ago
Alexander "Ace" Olofsson 22a5f7198f A few fixes to build on Windows 11 years ago
Marc Zinnschlag 842a616909 more cleanup 12 years ago
Marc Zinnschlag 80f8024da7 allow specifying record modification status column enum via strings 12 years ago
Marc Zinnschlag 1744a64f77 in filters allow specifiying boolean columns as strings 12 years ago
Marc Zinnschlag 9cb121bd04 allow specifying enums as text in filters 12 years ago
Marc Zinnschlag 649ef6f120 moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now) 12 years ago
Marc Zinnschlag 9f0b34eae0 fixed reference loading code (editor) 12 years ago
Marc Zinnschlag 26b3d93293 streamlined filter syntax 12 years ago
Marc Zinnschlag 2e9948e86a improved one-shot filter handling; allow empty pre-defined filters 12 years ago
Marc Zinnschlag 20bd0707dc avoid use of column number literals 12 years ago
Marc Zinnschlag 937f5b11a2 fixed broken record deletion 12 years ago
Marc Zinnschlag d007d4dc9a allow colons in names (filter) 12 years ago
Marc Zinnschlag 7e02c9acf2 added filter text column to filter table 12 years ago
Marc Zinnschlag 25e6380884 implemented use of predefined filters 12 years ago
Marc Zinnschlag d1516792ce made document data available to filter parser 12 years ago
Marc Zinnschlag 7aee1da5c6 fixed some columns 12 years ago
Marc Zinnschlag 78c7de440d simplified filter nodes even more 12 years ago
Marc Zinnschlag cf58670c85 removed global filter scope (would have caused sync problems between projects) 12 years ago
Marc Zinnschlag 3cf60da5a7 added numeric value filter node 12 years ago
Marc Zinnschlag 537ab38985 fixed type in error message 12 years ago
Marc Zinnschlag 63b1df85e7 fixed string parsing 12 years ago
Marc Zinnschlag f615a9397b made text node filter case-insensitive 12 years ago
Marc Zinnschlag de956737fe added text filter node 12 years ago
Marc Zinnschlag decd826208 fixed an include guard 12 years ago
Marc Zinnschlag ba6edc55d4 added not filter node 12 years ago
Marc Zinnschlag 806e9a2888 added and and or filter nodes 12 years ago