aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the ...Bibiko2009-05-202-1/+34
* - Added ability to insert field/column in structure mode.avenjamin2009-05-201-5/+12
* • improved completion suggestion for variable name; added delimiter “@”...Bibiko2009-05-201-1/+1
* • fixed typo and tooltip for the general preference "Display vertical grid ...Bibiko2009-05-201-14/+17
* New preference to allow the displaying of vertical grid lines in table views.stuconnolly2009-05-196-6787/+6915
* • implemented a new approach to split a string into single SQL statements b...Bibiko2009-05-195-17/+126
* • some minor code cosmeticsBibiko2009-05-191-5/+8
* In the table information pane check that the 'Rows' field reported by SHOW TA...stuconnolly2009-05-191-5/+7
* • fixed some issues for drag&drop a file to the CustomQuery editorBibiko2009-05-191-1/+2
* • improved "Update Help while typing"Bibiko2009-05-191-4/+9
* Logically group related resources files together.stuconnolly2009-05-191-8/+32
* Add Subversion Id property to scripts.stuconnolly2009-05-193-2/+10
* When adding a new table allow the user to specify the storage engine used.stuconnolly2009-05-193-29/+177
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-1964-46/+164
* • skip auto-pairing if the caret is adjoined to an alphanumeric character e...Bibiko2009-05-192-2/+31
* Source tidy up including standard header for all source files.stuconnolly2009-05-1820-47/+103
* Updates to add relation sheet.stuconnolly2009-05-182-64/+62
* Minor updates to table relation dialogs.stuconnolly2009-05-181-24/+21
* Assign return key to add new relation button.stuconnolly2009-05-181-7/+10
* Fix an issue where by selecting a table with relations and then selecting one...stuconnolly2009-05-181-6/+9
* Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by t...stuconnolly2009-05-184-147/+150
* • improved rename/duplicate sheetsBibiko2009-05-181-52/+63
* Move unit tests info plist to resources directory and remove space from unit ...stuconnolly2009-05-186-6/+6
* Add most of the improvements made to the rename table sheet to the duplicate ...stuconnolly2009-05-184-208/+130
* • added tooltip to the TableList's Rename item and changed the word 'table'...Bibiko2009-05-181-3/+15
* • added the possibility to rename/duplicate functions and proceduresBibiko2009-05-181-60/+185
* Fix warning.stuconnolly2009-05-181-1/+1
* • removed NSLog for logging the mysql serverMajorVersion etc.; it causes a ...Bibiko2009-05-181-3/+1
* Show alert when enabling Growl Notifications to let the user know about chang...avenjamin2009-05-184-6719/+6743
* • improved renameTable:Bibiko2009-05-184-43/+180
* - hide 'rename' context menu if selection is not a tablemtvee2009-05-186-5/+139
* - forgot to add the actual test files to the pushmtvee2009-05-185-0/+185
* - added Unit Tests target to project and a couple of prelim tests to get thin...mtvee2009-05-182-0/+198
* close issue #9, connect window help button now points to Getting_Connected in...abhibeckert2009-05-183-26/+34
* Add the ability to rename tables. This could potentially be enhanced to allow...stuconnolly2009-05-174-290/+672
* Minor enhancements to the server variables sheet, including:stuconnolly2009-05-174-32/+127
* Query console save panel shouldn't be being run twice.stuconnolly2009-05-171-6/+0
* Only editing of relations for InnoDB tables.stuconnolly2009-05-173-21/+34
* • fixed bug if the user selected a table in the table list and performed "I...Bibiko2009-05-161-76/+79
* - attempt fix for alert issues when deleting tables, etc. mtvee2009-05-153-12/+35
* More updates related to issue #192.stuconnolly2009-05-151-3/+4
* Fix for issue #256. Don't perform field updates if nothing has changed when s...stuconnolly2009-05-151-26/+47
* • corrected dynamic labeling of menu items/alerts for removing tables/views...Bibiko2009-05-151-17/+54
* fixed bug with SPTableData not clearing cache properlymtvee2009-05-151-9/+11
* fixed #254 and an unreported bug in the constraint parsermtvee2009-05-154-8/+54
* - Subtle GUI adjustments to Table Relations view.avenjamin2009-05-151-17/+50
* UI cleanups for references tabmtvee2009-05-152-122/+130
* • optimized SQLtokenizer lexerBibiko2009-05-142-34/+30
* basic constraint editing working with db for add/deletemtvee2009-05-144-27/+157
* preliminary support for constraint editingmtvee2009-05-149-139/+2801