Commit Graph

15 Commits

Author SHA1 Message Date
07411e795c Search: Implemented SearchDialog.
Search window on Plater: set flag SelectAll for search line
2020-04-22 15:46:23 +02:00
83782e59b6 Search: Implemented "Option type" checkbox for imGui window on Plater
+ code refactoring
2020-04-20 21:54:46 +02:00
6a8d0c5d84 Search: Experiment button 2020-04-16 15:49:40 +02:00
b69dfd63ca Completed a search list cleaning (deleted unused options).
+ Implemented BlinkingBitmap
+ Options, that doesn't have related controls, are highlighted near the widgets.
2020-04-16 09:59:12 +02:00
45147d887b Implemented cursor movement inside SearchComboPopup
+ Added checkboxes for editing of the option's name (include "Group"/"Category" or not)
+ some code refactoring
2020-04-14 17:54:15 +02:00
167f7cf5de Added map for save Group and Category values for each option
+ Some code refactoring in Tab (the translation of the titles moved to the OptionGroups) and Search
+ Fixed assert in fts_fuzzy_match
2020-04-13 17:55:38 +02:00
8ab7956c26 Search: Added shortkey Ctrl+F on Plater 2020-04-08 09:47:33 +02:00
05f4b7aa60 Search: Code cleaning 2020-04-07 20:34:09 +02:00
dcdafb6208 Implemented OnMouseMove and OnMouseClick for PopupSearchList 2020-04-07 19:09:33 +02:00
cd13356b6d Code cleaning 2020-04-07 16:22:03 +02:00
2317437ede Next Experiment 2020-04-05 22:11:45 +02:00
17bd52342b Next experiments with search on Tabs 2020-04-04 19:25:57 +02:00
6faae0aa12 + Fixed clear_marked_string() 2020-04-03 14:29:57 +02:00
c8cf11b11b Added missed destroy for search_line 2020-04-03 12:51:20 +02:00
5ca6b9f8d0 Implemented SearchCtrl class instead of SearchComboBox
Search string are synchronized between Plater and Tabs.

List with options and filtered list are in Sidebar.
All options list on tabs and Plater use this data from Sidebar

Note: SearchComboBox.cpp(hpp) was renamed to Search.cpp(hpp)
2020-04-03 10:27:50 +02:00