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