Commit Graph

23 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis 39185e6f8c purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up

revert Qt

add back boost fstream
7 years ago
Allofich 1c54f54ab8 Fix shadowing warnings 8 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
Marc Zinnschlag fa9c6b19c2 removed OpenCS-specific custom Filter record struct (default ESM struct will do from now on) 10 years ago
Marc Zinnschlag 9ce92302d7 interpret empty filter strings as no filter instead of a broken filter (Fixes #1311) 10 years ago
Lukasz Gromanowski bfd79bfbe6 Various fixes for CppCheck warnings.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
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 1744a64f77 in filters allow specifiying boolean columns as strings 11 years ago
Marc Zinnschlag 26b3d93293 streamlined filter syntax 11 years ago
Marc Zinnschlag 2e9948e86a improved one-shot filter handling; allow empty pre-defined filters 11 years ago
Marc Zinnschlag d007d4dc9a allow colons in names (filter) 11 years ago
Marc Zinnschlag 25e6380884 implemented use of predefined filters 11 years ago
Marc Zinnschlag d1516792ce made document data available to filter parser 11 years ago
Marc Zinnschlag 3cf60da5a7 added numeric value filter node 11 years ago
Marc Zinnschlag 63b1df85e7 fixed string parsing 11 years ago
Marc Zinnschlag de956737fe added text filter node 11 years ago
Marc Zinnschlag ba6edc55d4 added not filter node 11 years ago
Marc Zinnschlag 806e9a2888 added and and or filter nodes 11 years ago
Marc Zinnschlag a61215dab1 some general filter parser cleanup 11 years ago
Marc Zinnschlag c87a279444 added error reporting in the filter edit widget (change the text colour for now) 11 years ago
Marc Zinnschlag c38860fa72 added parser and custom filter edit widget (parser not functional yet; always returns a false boolean node) 11 years ago