Commit Graph

60 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 ccacad51be Fix shadowing warnings 8 years ago
Marc Zinnschlag ecbd68a19b third batch of changing over user settings usage to the new system 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 03c2e11961 Update to upstream/master. Resolve merge conflicts 9 years ago
Marc Zinnschlag 0860c27b03 improving consistency of subview layouts 9 years ago
Stanislav Bas b8772c6902 Add the ability to configure extended commands for tables 9 years ago
Stanislav Bas 36271f25ec Rework creator factories to accept Document as a parameter 9 years ago
scrawl e13a938896 Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
9 years ago
cc9cii cfcfb17320 Updates to optional horizontal scrollbar.
- move SizeHintWidget out to separate files
- remove redundant logic in view.cpp
- remove sizehint from dialogue subview
- add tooltip hints in user preferences
9 years ago
cc9cii e9ca022162 Add an optional horizontal scrollbar to the main view window. Should resolve Feature #2549.
- TableSubviews and DialogueSubviews now provide size hints
- Option to stop the growth of the window at the screen boundary for multi-monitor setup with different resolution.
- Three options:
  Grow Only: No change to current, except the use of size hints
  Scrollbar Only: Simple addition of a scrollbar, the view window does not grow
  Grow then Scroll: Window grows as per current behaviour. The scrollbar appears once it cannot grow any further.
9 years ago
Marc Zinnschlag 706df3f881 silenced a coverity warning 9 years ago
Marc Zinnschlag aad13e6bff close view when closing last sub-view unless this view is the last view 10 years ago
Marc Zinnschlag a9f5632afd extended double click functionality in tables 10 years ago
cc9cii 724ed807c8 Let the filterbox of the receiving side of the drag&drop to decide whether to add referenceable type. Only added if the table has "Referenceable ID" column AND the UniversalId type is referenceable. 10 years ago
scrawl e19bbfd1b5 Fix OpenCS crash when drag and drop is used with unexpected data, e.g. plain text (Fixes #1543) 10 years ago
Marc Zinnschlag c2ea92b93a Merge remote-tracking branch 'sirherrbatka/Feature#1274' 10 years ago
Marek Kochanowicz 3439900239 ignore all drops that will not create usefull filter 10 years ago
graffy76 4b607d658f Re-link user settings to editor main application 10 years ago
Marek Kochanowicz 8fba71101c removed signals 10 years ago
Marc Zinnschlag d188e68227 added f-type hint to TableSubView 10 years ago
Marc Zinnschlag 0254a209f6 some general cleanup 10 years ago
Marc Zinnschlag 55195f819a changed edit requests from row index format to UniversalId/hint format 10 years ago
Marek Kochanowicz e348c6baa9 accept drops from filters table. Cool. ☺ 10 years ago
Marek Kochanowicz fcf17805a0 Installing basic event filter 10 years ago
Marek Kochanowicz 3ad6df1f92 try with the passing action 10 years ago
Marek Kochanowicz c7b3e139aa Propagate signal to the edit widget 10 years ago
Marek Kochanowicz fca7701359 Column titles retrived and passed to the filterbox. 10 years ago
Marek Kochanowicz d6820b977e store const ref to the document in the table. 10 years ago
Marek Kochanowicz 62ea0bb066 Cleared whitespaces. 10 years ago
Marek Kochanowicz ed0ba906cf removed needless include 10 years ago
Marek Kochanowicz aa6d1ff4c3 removed needless argument for cloning 10 years ago
Marek Kochanowicz 7594bcf97a Small refactoring. 10 years ago
Marek Kochanowicz 92ee252eef Small correction. 10 years ago
Marek Kochanowicz d82f272e05 Properly check if clone is deleted. 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 ea0e8be0d3 disallow sorting (via column headers) in info tables 11 years ago
Marc Zinnschlag d1516792ce made document data available to filter parser 11 years ago
Marc Zinnschlag 806e9a2888 added and and or filter nodes 11 years ago
Marc Zinnschlag ea8b9ce45b apply filter to table after filter text change 11 years ago
Marc Zinnschlag 789a66eaa7 added filter box and basic record filter UI (not functional yet; only supporting on-the-fly filters for now) 11 years ago
Marc Zinnschlag 661b290c49 automatically scroll table to the position of a newly created record 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 b8ac45defe added creator to bottom box layout and re-routed add record event to bottom box 11 years ago
Marc Zinnschlag ed83e2e70a added creator to bottom box; more cleanup 11 years ago
Marc Zinnschlag 6c4bdc0101 minor cleanup; less pointer usage 11 years ago
Marc Zinnschlag ba5ca5beed replaced createAndDelete flag with a new class hierarhy (Creator) 11 years ago