| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • enabled "Open" menu item to open SQL files | Bibiko | 2009-08-06 | 5 | -61/+114 |
* | • added encoding popup list as accessory view for Open spf or sql files | Bibiko | 2009-08-06 | 5 | -14/+364 |
* | • added SVN properties | Bibiko | 2009-08-06 | 0 | -0/+0 |
* | • corrected SVN properties | Bibiko | 2009-08-06 | 4 | -4/+4 |
* | Missing SVN properties. | stuconnolly | 2009-08-06 | 0 | -0/+0 |
* | - Add history menus to the history back/forward buttons for faster navigatio... | rowanbeentje | 2009-08-06 | 2 | -1/+87 |
* | • fixed: release query string which would be inserted into the Custom Query... | Bibiko | 2009-08-05 | 1 | -0/+1 |
* | • open a SQL file via Finder or Terminal (open *.sql if SP is the default a... | Bibiko | 2009-08-05 | 5 | -5/+54 |
* | Fix sortorder of tables in export multiple tables as CSV/XML accesory view | bamse16 | 2009-08-05 | 1 | -3/+15 |
* | In addition to fn+return give the OK button in the content edit sheet the key... | stuconnolly | 2009-08-05 | 1 | -2/+3 |
* | - Fix some small memory leaks when changing tables | rowanbeentje | 2009-08-04 | 4 | -10/+24 |
* | • initial support for open/save connection files (*.spf) | Bibiko | 2009-08-04 | 6 | -5/+256 |
* | (no commit message) | Bibiko | 2009-08-04 | 1 | -0/+4 |
* | • fixed bug for focus setting after database choice | Bibiko | 2009-08-04 | 1 | -2/+7 |
* | • changed keyboard navigation | Bibiko | 2009-08-04 | 3 | -13/+202 |
* | • some corrections for Custom Query completion | Bibiko | 2009-08-04 | 1 | -24/+14 |
* | - Add a placeholder hint in the SSH password field to indicate public keys a... | rowanbeentje | 2009-08-04 | 1 | -27/+43 |
* | This shouldn't actually be negated as a return value of YES indicating that N... | stuconnolly | 2009-08-03 | 1 | -1/+1 |
* | • add Menu Item "Insert NULL value" SHIFT+CTRL+N | Bibiko | 2009-08-03 | 5 | -6/+250 |
* | When blob/text fields are loaded on demand also color them light gray if they... | stuconnolly | 2009-08-03 | 1 | -1/+1 |
* | Use light gray rather than gray for displaying NULLs and blog/text fields tha... | stuconnolly | 2009-08-03 | 1 | -2/+2 |
* | Don't release the server variables array as it's simply a weak reference when... | stuconnolly | 2009-08-03 | 1 | -7/+9 |
* | Display the user specified NULL value placeholder in grey when displaying a t... | stuconnolly | 2009-08-03 | 1 | -26/+27 |
* | - Implement live filtering of the server variables table view | stuconnolly | 2009-08-03 | 3 | -86/+225 |
* | In the field editor sheet: | stuconnolly | 2009-08-03 | 2 | -87/+228 |
* | - Upgrade version string to 0.9.6 | rowanbeentje | 2009-08-02 | 2 | -3/+3 |
* | • button tooltip for "Show / Hide Table Information" toggles according to i... | Bibiko | 2009-08-02 | 2 | -0/+9 |
* | - Add a tooltip to the table information pane toggle button | rowanbeentje | 2009-08-02 | 3 | -42/+49 |
* | Overhaul CSV import functionality: | rowanbeentje | 2009-08-02 | 1 | -116/+244 |
* | - Fix an errant NSLog in TableSource | rowanbeentje | 2009-08-01 | 8 | -113/+360 |
* | Put the table content filter in a split view so the field name drop down and ... | stuconnolly | 2009-08-01 | 3 | -312/+408 |
* | Update the properties of the record count textfield on the CSV mapping import... | stuconnolly | 2009-07-31 | 1 | -10/+21 |
* | The size of the import array only needs to be counted once. | stuconnolly | 2009-07-31 | 1 | -5/+6 |
* | • Favorite Preferences - Favorite name issues fixed: | Bibiko | 2009-07-31 | 3 | -29/+292 |
* | Decrease the size of the software update frequency popup button in the prefer... | stuconnolly | 2009-07-31 | 1 | -12/+13 |
* | - Hide advanced query logging options for the time being as they are still n... | rowanbeentje | 2009-07-31 | 1 | -38/+55 |
* | - Update the 'this table does not support relations' to be a little more info... | stuconnolly | 2009-07-30 | 2 | -27/+25 |
* | - Add an initial barebones version of the history controller, with a basic t... | rowanbeentje | 2009-07-30 | 8 | -28/+508 |
* | - don't add an empty query to history | Bibiko | 2009-07-29 | 1 | -8/+9 |
* | - Added Splitview delegate method to hide the drag handle on the Table Info p... | avenjamin | 2009-07-29 | 2 | -5/+32 |
* | - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during imports | rowanbeentje | 2009-07-28 | 2 | -12/+12 |
* | - Clear selection if user is filtering table list with multiple tables selec... | rowanbeentje | 2009-07-28 | 1 | -4/+7 |
* | - When getting splitview sizes to resize database menu, correctly use the su... | rowanbeentje | 2009-07-28 | 2 | -3/+3 |
* | - Remove compression option in mysql_options (already set as part of connect... | rowanbeentje | 2009-07-28 | 1 | -4/+1 |
* | • fixed and improved several issues for sorting the Custom Query result table: | Bibiko | 2009-07-28 | 1 | -8/+59 |
* | Improve TablesList significantly: | rowanbeentje | 2009-07-28 | 10 | -657/+1309 |
* | • Editing in Custom Query: | Bibiko | 2009-07-26 | 2 | -29/+49 |
* | - Add keyboard shortcuts for Add and Delete buttons in Table Relations pane | rowanbeentje | 2009-07-26 | 2 | -160/+90 |
* | - Tweak table information panel to show scrollbars if it's resized to a posi... | rowanbeentje | 2009-07-26 | 11 | -29/+164 |
* | Order some files alphabetically in XCode... (is it possible to do this automa... | bamse16 | 2009-07-24 | 1 | -29/+29 |