Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more wanrings by creating a protocol that delegates of the copy table ↵ | stuconnolly | 2013-02-16 | 13 | -48/+97 |
| | | | | should conform to. | ||||
* | Fix build error with synthesized property affecting only release build of Coda | sqlprodev | 2013-02-14 | 2 | -2/+2 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 58 | -1353/+1355 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 22 | -83/+218 |
| | |||||
* | - Merge in changes from 1.0.x release branch to trunk | rowanbeentje | 2013-02-13 | 4 | -16/+20 |
|\ | |||||
| * | - Fix warnings and logic bugs; thanks to Steven Frank for highlighting these | rowanbeentje | 2013-02-12 | 2 | -3/+16 |
| | | |||||
| * | - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to ↵release-1.0.1 | rowanbeentje | 2013-01-29 | 1 | -11/+2 |
| | | | | | | | | fix naming issues; addresses Issue #1544 and Issue #1493 | ||||
| * | - Fix a bounds check causing the preferences upgrade routine to fail in ↵ | rowanbeentje | 2013-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | edge cases, addressing Issue #1547 - Bump the version number to 1.0.1 | ||||
* | | * Fixes #1605 | dmoagx | 2013-02-09 | 3 | -4/+4 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-02-02 | 3 | -5/+5 |
| | | |||||
* | | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked ↵ | dmoagx | 2013-02-01 | 1 | -1/+1 |
| | | | | | | | | to "Run Current") | ||||
* | | Move the flex parsing function definitions to their own file so they're not ↵ | stuconnolly | 2013-01-25 | 5 | -47/+50 |
| | | | | | | | | duplicated in multiple places. | ||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 3 | -13/+24 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 2 | -18/+21 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 6 | -49/+52 |
| | | |||||
* | | - Fix connection view favourites outline view layout issues on 10.7+ ↵ | rowanbeentje | 2013-01-25 | 1 | -7/+15 |
| | | | | | | | | following the move to the 10.6 SDK | ||||
* | | Fix memory leak. | stuconnolly | 2013-01-24 | 1 | -1/+26 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-24 | 6 | -28/+21 |
| | | |||||
* | | Fix warnings due to not conforming to 10.6 protocols. | stuconnolly | 2013-01-24 | 19 | -47/+20 |
|/ | |||||
* | Tidy up custom query header. | stuconnolly | 2013-01-23 | 1 | -23/+20 |
| | |||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 51 | -443/+340 |
| | |||||
* | Tidy up. | stuconnolly | 2013-01-22 | 1 | -1/+5 |
| | |||||
* | Fix Issue #1527, weird display artifacts when reordering custom query ↵ | rowanbeentje | 2013-01-22 | 1 | -2/+2 |
| | | | | | | | | results, in two different ways: - Preserve the existing scroll rectangle if reloading the view - Update the scroll rect on the main thread when not reloading the view | ||||
* | - Fix trigger edit failures not restoring the interface correctly, ↵ | rowanbeentje | 2013-01-21 | 1 | -35/+48 |
| | | | | | | | | | | | preventing the correct saving of the edited trigger thereafter (Issue #1534) - Clean up interface resetting and validation to fix edge cases where the interface was not reset correctly or carried state incorrectly across multiple selections - Fix a small memory leak when editing multiple triggers - Clean up code - Remove the table name column in the triggers interface as it will always display the selected table - Display NULL values in the triggers interface using the preference setting, and in grey | ||||
* | Window controller tidy up. | stuconnolly | 2013-01-21 | 1 | -89/+132 |
| | |||||
* | - Fix a problem where the row count for InnoDB would not be displayed as an ↵ | rowanbeentje | 2013-01-21 | 9 | -52/+106 |
| | | | | | | | | accurate value, whatever the Preferences setting, if the Content table was not selected - Clean up code slightly - Remove an unneccessary query being used for the table information view, speeding up display slightly | ||||
* | Fix broken documentation links. | stuconnolly | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Small table info tidy up. | stuconnolly | 2013-01-17 | 2 | -51/+80 |
| | |||||
* | Issue #1422: Update the user manager's resource limit formatters to have a ↵ | stuconnolly | 2013-01-17 | 1 | -3/+10 |
| | | | | minumum value of zero. | ||||
* | - Move the old com.google.code.sequel-pro.plist preference list to the ↵ | rowanbeentje | 2013-01-16 | 1 | -0/+12 |
| | | | | trash now that migration to com.sequelpro.SequelPro.plist has completed. | ||||
* | Small tweak to the bundle identifier migration function to prevent releasing ↵ | stuconnolly | 2013-01-12 | 1 | -9/+13 |
| | | | | a null reference. Fixes http://spbug.com/l/3714. | ||||
* | - Fix toggleFullScreen: errors on <= 10.6, addressing Log #3759. (It ↵ | rowanbeentje | 2013-01-11 | 1 | -2/+2 |
| | | | | appears that an NSWindow subclass which checks whether super respondsToSelector:@selector(toggleFullScreen:) returns YES on 10.6; changing this to an +[NSWindow instancesRespondToSelector:] check works correctly). Thanks to schlabberdog for identifying the problem! | ||||
* | Minor tidy up. | stuconnolly | 2013-01-11 | 1 | -10/+7 |
| | |||||
* | - Enable translation of the Show/Hide Toolbar menu item by taking over ↵ | rowanbeentje | 2013-01-08 | 1 | -2/+19 |
| | | | | title changes ourselves, fixing the last part of Issue #1521 | ||||
* | Increase the minimum size of the connection view's split view so we don't ↵ | stuconnolly | 2013-01-07 | 1 | -1/+1 |
| | | | | force the quick connect heading to be wrapped. | ||||
* | - Fix problems editing the connection name when editing has just begun, ↵ | rowanbeentje | 2013-01-06 | 1 | -2/+2 |
| | | | | addressing Issue #1518 | ||||
* | - Call the NSWindow super implementation of validateMenuItem: in SPWindow, ↵ | rowanbeentje | 2013-01-05 | 6 | -4/+94 |
| | | | | | | | | fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521 - When the toolbar is hidden, draw a line in the window to cover up the bottom border of the window's title bar, improving appearance - Improve tab appearance when toolbar is hidden | ||||
* | Enable the removal of the old favorites data in the preferences plist now ↵ | stuconnolly | 2013-01-03 | 1 | -4/+2 |
| | | | | that we know it's stable. | ||||
* | - Prevent Groups from being created as a child of the Quick Connection ↵ | rowanbeentje | 2012-12-30 | 1 | -4/+2 |
| | | | | item, instead creating them at the bottom of the favourites list to prevent favourite loss | ||||
* | Make some improvements to the Table Content Filter, particularly for text ↵ | rowanbeentje | 2012-12-23 | 2 | -4/+18 |
| | | | | | | | | | fields: - Rename all "IS" entries to "=", to make the intended purpose clearer, and switch the underlying command to use "= BINARY" instead of "LIKE", producing an exact match instead of replicating LIKE functionality. Move LIKE p to just below the = options. This addresses Issue #1441. - Add entries for "matches RegExp" and "does not match RegExp", implementing Issue #1508. - When adding custom filters, add them by default to the Global group if the favourite isn't an on-disk document, addressing filter loss between sessions; this addresses Issue #1381 | ||||
* | - Correctly draw/update the selection highlight within the SPTextView used ↵ | rowanbeentje | 2012-12-23 | 1 | -0/+23 |
| | | | | in the Custom Query Editor (among others) as the selection is changed with the mouse | ||||
* | - Add trigger button to the default toolbar view | rowanbeentje | 2012-12-21 | 1 | -0/+1 |
| | |||||
* | - Convert all old .tiff resource images to .png format | rowanbeentje | 2012-12-21 | 3 | -14/+14 |
| | | | | | | | - Recompress all pngs losslessly to reduce disk use slightly - Remove old unused images - Switch some code over to imageNamed: to allow easier Retina additions in future | ||||
* | - Tweak SPTextView background drawing, moving custom drawing into a ↵ | rowanbeentje | 2012-12-19 | 1 | -4/+2 |
| | | | | different function, to allow "Highlight current query" to function again | ||||
* | Issue #1495: Fix crash on export after the table list is refreshed due to ↵ | stuconnolly | 2012-12-17 | 1 | -1/+2 |
| | | | | the selection not being preserved correctly. | ||||
* | - If the favourite is not an on-disk document, add any new query favourites ↵ | rowanbeentje | 2012-12-17 | 1 | -5/+18 |
| | | | | to the bottom of the Global list if a selection is not active, to address query favorite loss (Issue #1417) | ||||
* | - Disable connection muxing on OS X versions lower than 10.7, to speed up ↵ | rowanbeentje | 2012-12-17 | 3 | -3/+8 |
| | | | | | | | connections, improving Issue #1457 - Fix a warning left over from changes in r3931 | ||||
* | - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ↵ | rowanbeentje | 2012-12-17 | 7 | -59/+107 |
| | | | | the focus to the Filter Content tab bar. ⇧⌘F is used to show the advanced content filter table. This allows ^⌘F to be used for the standard OS X fullscreen window command, addressing Issue #1513. | ||||
* | - Display startup release notes (eg post-r3921) to not block startup, ↵ | rowanbeentje | 2012-12-16 | 2 | -4/+5 |
| | | | | preventing duplicate "Help" menus - with thanks to Michaël Gallego and schlabberdog | ||||
* | - Fix favourite editing on the connection interface being unable to delete ↵ | rowanbeentje | 2012-12-14 | 1 | -3/+25 |
| | | | | some properties |