Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PostgresKit: Revert previous change. | stuconnolly | 2013-01-22 | 1 | -3/+3 |
| | |||||
* | PostgresKit: Fix tests, take 2. | stuconnolly | 2013-01-22 | 1 | -4/+4 |
| | |||||
* | PostgresKit: Fix tests. | stuconnolly | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | PostgresKit: Add a better test failure message. | stuconnolly | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | PostgresKit: Fix tests intermittently failing due to connection not being ↵ | stuconnolly | 2013-01-22 | 1 | -4/+9 |
| | | | | established. | ||||
* | 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 |
| | |||||
* | Don't need to set the test delegate. | stuconnolly | 2013-01-22 | 1 | -3/+1 |
| | |||||
* | 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 | 2 | -32613/+32618 |
| | | | | | | | | | | | 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 | 2 | -29/+50 |
| | | | | minumum value of zero. | ||||
* | PostgresKit: Fix the integration tests as well as some issues that they ↵ | stuconnolly | 2013-01-16 | 4 | -29/+21 |
| | | | | highlighted. | ||||
* | PostgresKit: When extracting an error field check it's not null before ↵ | stuconnolly | 2013-01-16 | 1 | -1/+3 |
| | | | | returning it. | ||||
* | - 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. | ||||
* | - When requesting the server vesion with no current connection, return -1 ↵ | stuconnolly | 2013-01-15 | 2 | -3/+9 |
| | | | | | | | instead of zero. - When executing a query, perform the query checks before the connection check to avoid performing unnecessary library calls. | ||||
* | Fix debug optimization level. | stuconnolly | 2013-01-15 | 1 | -0/+1 |
| | |||||
* | Tidy up. | stuconnolly | 2013-01-15 | 1 | -3/+3 |
| | |||||
* | Make sure the test script exits with the correct code based on the success ↵ | stuconnolly | 2013-01-14 | 2 | -10/+4 |
| | | | | of the tests. | ||||
* | Fix typo in test data script. | stuconnolly | 2013-01-14 | 1 | -2/+2 |
| | |||||
* | Fix typos. | stuconnolly | 2013-01-14 | 3 | -2/+4 |
| | |||||
* | 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. | ||||
* | Update QueryKit bundle identifier. | stuconnolly | 2013-01-12 | 2 | -2/+2 |
| | |||||
* | - 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! | ||||
* | Update PostgresKit bundle identifiers. | stuconnolly | 2013-01-11 | 2 | -2/+2 |
| | |||||
* | 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 | 2 | -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 | 7 | -6/+102 |
| | | | | | | | | 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 | ||||
* | Ditch the extra zero from the version number. | stuconnolly | 2013-01-04 | 2 | -2/+2 |
| | |||||
* | * Fixes some UI spacing issues with localizations | dmoagx | 2013-01-04 | 4 | -39244/+39141 |
| | |||||
* | 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. | ||||
* | Tidy up build scripts. | stuconnolly | 2013-01-03 | 2 | -17/+14 |
| | |||||
* | Issue #1519: Fix auto-sizing of export filename and truncate it when it ↵ | stuconnolly | 2013-01-03 | 2 | -18/+42 |
| | | | | becomes too big. | ||||
* | Fix IB warnings. | stuconnolly | 2013-01-03 | 2 | -11364/+11333 |
| | |||||
* | - Tweak the width of the Custom Query run buttons to fit French strings | rowanbeentje | 2012-12-30 | 1 | -8/+31 |
| | |||||
* | - 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 the sequel Pro target a dependency of the unit tests | rowanbeentje | 2012-12-30 | 1 | -0/+13 |
| | |||||
* | - Fix header search paths to fix clean release/Distribution builds with no ↵ | rowanbeentje | 2012-12-30 | 3 | -2/+2 |
| | | | | | | | previous debug builds - Update localizable strings | ||||
* | Make some improvements to the Table Content Filter, particularly for text ↵ | rowanbeentje | 2012-12-23 | 4 | -506/+440 |
| | | | | | | | | | 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 missing $Id$ propsets to files with placeholders but no property set | rowanbeentje | 2012-12-22 | 0 | -0/+0 |
| | |||||
* | - Increment version number to 1.0.0 and extend copyright year to 2013 in ↵ | rowanbeentje | 2012-12-22 | 3 | -8/+7 |
| | | | | preparation for upcoming release | ||||
* | - Remove outdated language resources from the project | rowanbeentje | 2012-12-21 | 65 | -730/+22 |
| | | | | | - Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing | ||||
* | - 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 | 145 | -229/+145 |
| | | | | | | | - 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 |