aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix more warnings.stuconnolly2013-01-253-13/+24
|
* Fix more warnings.stuconnolly2013-01-252-18/+21
|
* Fix more warnings.stuconnolly2013-01-256-49/+52
|
* - Fix connection view favourites outline view layout issues on 10.7+ ↵rowanbeentje2013-01-252-7/+15
| | | | following the move to the 10.6 SDK
* Fix memory leak.stuconnolly2013-01-241-1/+26
|
* Fix more warnings.stuconnolly2013-01-246-28/+21
|
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-2420-48/+22
|
* PostgresKit: Bump base SDK to be 10.6 and drop PPC support.stuconnolly2013-01-242-23/+11
|
* Build config update:stuconnolly2013-01-2422-66440/+70544
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* Tidy up custom query header.stuconnolly2013-01-231-23/+20
|
* * Add some color themesdmoagx2013-01-234-0/+312
|
* PostgresKit: Revert previous change.stuconnolly2013-01-221-3/+3
|
* PostgresKit: Fix tests, take 2.stuconnolly2013-01-221-4/+4
|
* PostgresKit: Fix tests.stuconnolly2013-01-221-1/+1
|
* PostgresKit: Add a better test failure message.stuconnolly2013-01-221-1/+1
|
* PostgresKit: Fix tests intermittently failing due to connection not being ↵stuconnolly2013-01-221-4/+9
| | | | established.
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-2251-443/+340
|
* Tidy up.stuconnolly2013-01-221-1/+5
|
* Don't need to set the test delegate.stuconnolly2013-01-221-3/+1
|
* Fix Issue #1527, weird display artifacts when reordering custom query ↵rowanbeentje2013-01-221-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, ↵rowanbeentje2013-01-212-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.stuconnolly2013-01-211-89/+132
|
* - Fix a problem where the row count for InnoDB would not be displayed as an ↵rowanbeentje2013-01-219-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.stuconnolly2013-01-201-2/+2
|
* Small table info tidy up.stuconnolly2013-01-172-51/+80
|
* Issue #1422: Update the user manager's resource limit formatters to have a ↵stuconnolly2013-01-172-29/+50
| | | | minumum value of zero.
* PostgresKit: Fix the integration tests as well as some issues that they ↵stuconnolly2013-01-164-29/+21
| | | | highlighted.
* PostgresKit: When extracting an error field check it's not null before ↵stuconnolly2013-01-161-1/+3
| | | | returning it.
* - Move the old com.google.code.sequel-pro.plist preference list to the ↵rowanbeentje2013-01-161-0/+12
| | | | trash now that migration to com.sequelpro.SequelPro.plist has completed.
* - When requesting the server vesion with no current connection, return -1 ↵stuconnolly2013-01-152-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.stuconnolly2013-01-151-0/+1
|
* Tidy up.stuconnolly2013-01-151-3/+3
|
* Make sure the test script exits with the correct code based on the success ↵stuconnolly2013-01-142-10/+4
| | | | of the tests.
* Fix typo in test data script.stuconnolly2013-01-141-2/+2
|
* Fix typos.stuconnolly2013-01-143-2/+4
|
* Small tweak to the bundle identifier migration function to prevent releasing ↵stuconnolly2013-01-121-9/+13
| | | | a null reference. Fixes http://spbug.com/l/3714.
* Update QueryKit bundle identifier.stuconnolly2013-01-122-2/+2
|
* - Fix toggleFullScreen: errors on <= 10.6, addressing Log #3759. (It ↵rowanbeentje2013-01-111-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.stuconnolly2013-01-112-2/+2
|
* Minor tidy up.stuconnolly2013-01-111-10/+7
|
* - Enable translation of the Show/Hide Toolbar menu item by taking over ↵rowanbeentje2013-01-082-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 ↵stuconnolly2013-01-071-1/+1
| | | | force the quick connect heading to be wrapped.
* - Fix problems editing the connection name when editing has just begun, ↵rowanbeentje2013-01-061-2/+2
| | | | addressing Issue #1518
* - Call the NSWindow super implementation of validateMenuItem: in SPWindow, ↵rowanbeentje2013-01-057-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.stuconnolly2013-01-042-2/+2
|
* * Fixes some UI spacing issues with localizationsdmoagx2013-01-044-39244/+39141
|
* Enable the removal of the old favorites data in the preferences plist now ↵stuconnolly2013-01-031-4/+2
| | | | that we know it's stable.
* Tidy up build scripts.stuconnolly2013-01-032-17/+14
|
* Issue #1519: Fix auto-sizing of export filename and truncate it when it ↵stuconnolly2013-01-032-18/+42
| | | | becomes too big.
* Fix IB warnings.stuconnolly2013-01-032-11364/+11333
|