Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

connection details unduly modified #194

Closed mfrasca closed 8 years ago

mfrasca commented 8 years ago

create a connection with connection details not 'default'. open the connection, then close bauble. start Bauble (the last connection is pre-selected) click on add to add a new connection. enter a name for the new connection. Bauble will ask you to save the changes to the previously selected connection. if you say 'yes', it will set the connection details to 'default'. you have to say 'no' in order not to overwrite your correct connection details.

mfrasca commented 8 years ago

also: when you switch connection (select a different one from the drop box), and you had modified it, Bauble will ask you if you want to change it, it will show its value in the connection manager, but it will already show the connection name you are switching to.

mfrasca commented 8 years ago

also: when you remove a connection, Bauble asks you whether you want to save it before removing it. sometimes it asks whether you want to save the last connection in the connections list, possibly unrelated to the removal.

mfrasca commented 8 years ago

also: you can add different connections under the same name

mfrasca commented 8 years ago

also: connections are added to the top of the list, just to make sure the item to select is at index 0. it would be nicer to keep connections sorted lexicographically, and to insert new connections at their correct spot.

mfrasca commented 8 years ago

add a connection. system will ask you to save it (the newly created connection) even before you specify details. this is a useless question. the rest goes well. and changes to details are saved without warning if you click on 'connect'.

mfrasca commented 8 years ago

also: when no connection is present, "Connect" should not be enabled.