aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • initial support for open/save connection files (*.spf)Bibiko2009-08-046-5/+256
* (no commit message)Bibiko2009-08-041-0/+4
* • fixed bug for focus setting after database choiceBibiko2009-08-041-2/+7
* • changed keyboard navigationBibiko2009-08-043-13/+202
* • some corrections for Custom Query completionBibiko2009-08-041-24/+14
* - Add a placeholder hint in the SSH password field to indicate public keys a...rowanbeentje2009-08-041-27/+43
* This shouldn't actually be negated as a return value of YES indicating that N...stuconnolly2009-08-031-1/+1
* • add Menu Item "Insert NULL value" SHIFT+CTRL+NBibiko2009-08-035-6/+250
* When blob/text fields are loaded on demand also color them light gray if they...stuconnolly2009-08-031-1/+1
* Use light gray rather than gray for displaying NULLs and blog/text fields tha...stuconnolly2009-08-031-2/+2
* Don't release the server variables array as it's simply a weak reference when...stuconnolly2009-08-031-7/+9
* Display the user specified NULL value placeholder in grey when displaying a t...stuconnolly2009-08-031-26/+27
* - Implement live filtering of the server variables table viewstuconnolly2009-08-033-86/+225
* In the field editor sheet:stuconnolly2009-08-032-87/+228
* - Upgrade version string to 0.9.6rowanbeentje2009-08-022-3/+3
* • button tooltip for "Show / Hide Table Information" toggles according to i...Bibiko2009-08-022-0/+9
* - Add a tooltip to the table information pane toggle buttonrowanbeentje2009-08-023-42/+49
* Overhaul CSV import functionality:rowanbeentje2009-08-021-116/+244
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-018-113/+360
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-013-312/+408
* Update the properties of the record count textfield on the CSV mapping import...stuconnolly2009-07-311-10/+21
* The size of the import array only needs to be counted once.stuconnolly2009-07-311-5/+6
* • Favorite Preferences - Favorite name issues fixed:Bibiko2009-07-313-29/+292
* Decrease the size of the software update frequency popup button in the prefer...stuconnolly2009-07-311-12/+13
* - Hide advanced query logging options for the time being as they are still n...rowanbeentje2009-07-311-38/+55
* - Update the 'this table does not support relations' to be a little more info...stuconnolly2009-07-302-27/+25
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-308-28/+508
* - don't add an empty query to historyBibiko2009-07-291-8/+9
* - Added Splitview delegate method to hide the drag handle on the Table Info p...avenjamin2009-07-292-5/+32
* - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during importsrowanbeentje2009-07-282-12/+12
* - Clear selection if user is filtering table list with multiple tables selec...rowanbeentje2009-07-281-4/+7
* - When getting splitview sizes to resize database menu, correctly use the su...rowanbeentje2009-07-282-3/+3
* - Remove compression option in mysql_options (already set as part of connect...rowanbeentje2009-07-281-4/+1
* • fixed and improved several issues for sorting the Custom Query result table:Bibiko2009-07-281-8/+59
* Improve TablesList significantly:rowanbeentje2009-07-2810-657/+1309
* • Editing in Custom Query:Bibiko2009-07-262-29/+49
* - Add keyboard shortcuts for Add and Delete buttons in Table Relations panerowanbeentje2009-07-262-160/+90
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-2611-29/+164
* Order some files alphabetically in XCode... (is it possible to do this automa...bamse162009-07-241-29/+29
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-243-187/+105
* - Fix editing of results including decimalsrowanbeentje2009-07-232-5/+6
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-233-5/+38
* - Fix a large memory leak in [MCPConnection prepareString]rowanbeentje2009-07-231-1/+1
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-223-9/+29
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-222-7/+9
* - Restore MySQL 3.x compatibilityrowanbeentje2009-07-221-3/+3
* Disable updating the number of rows in the selected table in the table data c...stuconnolly2009-07-212-4/+4
* - Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clari...rowanbeentje2009-07-214-21/+23
* - Clean up logic flow, moving column and row capture to within trackMouse:in...rowanbeentje2009-07-211-6/+6
* - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows b...rowanbeentje2009-07-215-10/+78