Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

review and complete 3.1 #382

Open mfrasca opened 6 years ago

mfrasca commented 6 years ago

some parts of the user interface for 3.1 do not work properly:

mfrasca commented 6 years ago

the ones still open do not stand so much in the way, so I published 3.1.3 to the 3.1 line.

mfrasca commented 6 years ago

select search from drop-down should execute the search

I had done something to implement this one, but it totally broke the whole interface. 28624fbc547031b03ff96cdfe8eb4127d496d57c

mfrasca commented 6 years ago

published 3.1.5

mfrasca commented 6 years ago

while installing 3.1 on mint Sonya (18.2), I met this:

Traceback (most recent call last):
  File "/home/loes/.virtualenvs/ghide/lib/python3.5/site-packages/bauble/plugins/garden/institution.py", line 444, in on_select_map_clicked
    map = MapViewer(_('Zoom to garden'), self.view.get_window())
  File "/home/loes/.virtualenvs/ghide/lib/python3.5/site-packages/bauble/plugins/garden/institution.py", line 64, in __init__
    self.clutter_view.set_horizontal_wrap(True)
AttributeError: 'View' object has no attribute 'set_horizontal_wrap'