kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Logs: disable native "live" search and reduce vertical margins #351

Open kynikos opened 9 years ago

kynikos commented 9 years ago

In the DataViewCtrl-based logs, disable the native GTK "live" search feature appearing if pressing Ctrl+f, like it's been done for the database tree (i.e. use a DataViewModel and maybe return None from GetColumnType). See also #349.

Also, while working at that, reduce the margin between the rows, maybe by using a custom renderer like is done for the database tree. Consider abstracting a class to avoid duplicating code.