From: jorge Date: April 26 2002 1:00am Subject: bk commit - MyCC List-Archive: http://lists.mysql.com/gui-tools/112 Message-Id: <200204260100.g3Q10Ia06860@linux.jorge.mysql.com> Below is the list of changes that have just been commited into a local MyCC repository of 'jorge'. When 'jorge' does a push, they will be propogaged to the main repository and within 24 hours after the push into the public repository. ChangeSet@stripped, 2002-04-25 19:00:16-06:00, jorge@stripped dist/Changelog.txt 1.25 02/04/25 18:59:51 jorge@stripped +12 -7 BUILD/MyCC.static.pro 1.2 02/04/25 18:59:09 jorge@stripped +1 -1 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jorge # Host: linux.jorge.mysql.com # Root: /my/mycc --- 1.1/BUILD/MyCC.static.pro Fri Dec 28 00:32:09 2001 +++ 1.2/BUILD/MyCC.static.pro Thu Apr 25 18:59:09 2002 @@ -1,7 +1,7 @@ TEMPLATE = app CONFIG = qt warn_on debug thread DEFINES += QT_DLL -TARGET = MyCC +TARGET = mycc LANGUAGE = C++ INCLUDEPATH += ./include ./include/CSqlEditor MOC_DIR = moc --- 1.24/dist/Changelog.txt Thu Apr 18 12:46:57 2002 +++ 1.25/dist/Changelog.txt Thu Apr 25 18:59:51 2002 @@ -2,22 +2,27 @@ ----------------- * MyCC now automatically detects mysql.sock when "localhost" is used for connections under Linux. QString p_GeneralConnection::validate() +Known BUGS in 0.8.3 +------------------- +MyCC crashes when one starts clicking around the database tree when retreiving tables & databases from the server. -TODO for 0.8.3: +TODO for 0.8.3 --------------- - Fix up Inline editing (need to update the field when the cell is changed) - Need to have a global-Comment prefix option ... " -- ", "#", "//", etc ... - Opening Tables: - Need to have a "LIMIT" option by default - Need to have an option to NOT execute the initial SELECT query automatically - Need to be able to print query results. Maybe most annoying for me is that I can't copy from results in "usual" manner i.e. mid mouse button Need Create Table Need Alter Table + Fix up Inline editing (need to update the field when the cell is changed) + + Need to be able to print query results. + Changes for 0.8.3-alpha ----------------------- + * Added a default LIMIT for select queries to avoid opening huge tables. The default limit is set to 1000 records. + * MyCC now has an option to NOT execute the initial SELECT query automatically when double-clicking on table items. + * MyCC now has a user-definable commenting style. + * The title for the Query Window now changes accordingly depending on the type of query introduced. * Added Inline Editing for query results. * Query Results are now aligned correctly: numbers to the left and text to the right. * The numbers header in query results doesn't truncate the number anymore.