summaryrefslogtreecommitdiffstats
path: root/searchwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Everything is a RegEx!Arno2017-02-111-15/+0
| | | | No need for anything else. Regexes are enough for everyone!
* Implement searchArno2017-02-111-1/+54
| | | | Yippie! It finally does something!
* Read and write search settingsArno2017-02-111-5/+37
| | | | Yay! Still does nothing!
* Create GUI for search widgetArno2017-02-111-0/+130
Does nothing yet, just the GUI, connections and actions...