Revision: 105
Author: del
Date: 10:50:39, Donnerstag, 5. Oktober 2006
Message:
- div: fixed another little bug in checkupdate (preparing the target url)
- div: more localization de-DE support
- div: redone CreateTableField for MySql
- div: redone the DatabaseInfo Dialogs
- div: added some Filteroptions to diff. Dialogs
- bug: preview didn't took care of db related features
- bug: Sometimes I'm kinda like a ..... The default font size was 8,25. On german systems it is correct but on
native english ones it will get 825 cause the seperator is . not , ... Sorry mates :/
----
Revision: 104
Author: del
Date: 10:25:40, Mittwoch, 27. September 2006
Message:
- div: optimized the autocompletition
- div: redone the index queries
- div: redone the error messaging from dbmanagement
- div: the sqlbuilder is now split above the complete form height
- div: fixed some bugs inside the mysqlcreatetable and redone the gui
- div: more advanced localization support
- div: huger sourcecode renames
----
Revision: 103
Author: del
Date: 20:40:11, Donnerstag, 21. September 2006
Message:
- div: disabled some more menuitems to disable the hotkeys while not connected
- div: redone the treeview for sqlbuilder
- div: fixed preview to display now finally all objects for all supported databases
- div: new sqlbuilder options in settings
- div: added more help textboxes in the settingsmanager
- div: changed the updatelocation to my new server (87.230.11.200)
- div: TableListBox is now activated on Doubleclick for Tabledescribe
- div: IndexListView is now activated on Doubleclick for Indexdescribe
- div: moved all enums to NyxNS
- div: new class tablemanagement for working with tables/indexes (drop/truncate...)
- div: instead of a messagebox, the panels will now be hidden at not supported database versions
- div: following a drop/create table/procedure/view nyx will now ask to update the stored tables
- div: misc. code restructs. mostly to recode old - currently not used - code for stable implementations
- new: redone most table functions
- new: auto-completition (selectable through settingsmanager, enabled per default)
- bug: the dbname didn't get actualized after creating a new database
----
Revision: 102
Author: svn
Date: 09:02:31, Samstag, 16. September 2006
Message:
- gui fix
----
Revision: 101
Author: svn
Date: 08:59:44, Samstag, 16. September 2006
Message:
- div: disabled some more menuitems to disable the hotkeys while not connected
- div: redone the treeview for sqlbuilder
- div: new sqlbuilder options in settings
- div: added more help textboxes in the settingsmanager
- new: auto-completition (selectable through settingsmanager, enabled per default)
----
Revision: 100
Author: svn
Date: 10:11:57, Sonntag, 10. September 2006
Message:
- div: changed the checkversion to del.icore.at, and the download target url to sourceforge
- div: now taking care of different database versions
- div: changed the sqlbuilder to treeview
- div: added some forced scrollbars
- div: preview manager lists now all tables/views
- div: finally implemented basic view/trigger and procedure support for oracle/mssql/pgsql
- div: finally implemented every dbhelper function for every database
- div: tablesmanager is history. the functions will get newly implemented...
- div: mssql tablestats are now a bit more detailed
- div: preview/tables got their own tabpage
- div: HOTKEY FILE EDIT: to get the old hotkeys.xml working with the new layout you have to change, if defined:
<Action>ViewTblMng</Action>
to
<Action>ViewTables</Action>
- new: basic postgresql support
- new: changelog download support
- new: it's now possible to describe 'any' table/view/trigger/procedure through entering the name inside the combobox and pressing enter
- bug: retrieved wrong value for tabledescribe (mysql)
- bug: execute selected sql didn't work
- bug: refresh didn't work for procedures
----