aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a...rowanbeentje2009-11-211-2/+0
* - Fix a nested loop using same same variable, fixing Issue #473rowanbeentje2009-11-211-4/+4
* - Keep a buffer of at least one full row between the downloading and process...rowanbeentje2009-11-201-3/+6
* Delay the releasing of the createTableSyntax variable in SPTableData until we...stuconnolly2009-11-202-21/+27
* Remember to release the about controller.stuconnolly2009-11-191-0/+1
* MCPKit-Info.plist updates.stuconnolly2009-11-191-10/+2
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-1910-50/+2039
* • remember the spell checker status in the blob field editorBibiko2009-11-195-1/+11
* Bind the 'Show Connections' menu item in the console to the user's preference...stuconnolly2009-11-191-13/+18
* Update Localizable.strings and remove multiple keys for a single item.stuconnolly2009-11-182-1/+1
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-185-14/+71
* When clearning the query history drop down only remove items from index 3 onw...stuconnolly2009-11-181-2/+2
* Query history drop down index should start at 3, not 2 to avoid adding items ...stuconnolly2009-11-181-2/+2
* - Fix table list filter show/hide on database change by calling the toggle o...rowanbeentje2009-11-181-2/+2
* - Make some thread safety improvements to improve on Issue #460rowanbeentje2009-11-182-6/+22
* Manually set the delegate of the anchored button bars in the content filter e...stuconnolly2009-11-186-24/+53
* Remove extra table column in query favorites table view that's not needed.stuconnolly2009-11-181-99/+19
* New separator in query favorites dropdown.stuconnolly2009-11-172-11/+91
* Resolve IB checkbox warnings.stuconnolly2009-11-176-253/+2305
* Change the placeholder value of a few search fields to simply 'Filter' to mak...stuconnolly2009-11-173-28/+91
* Various user manager changes. Fixes issue #437.stuconnolly2009-11-173-45/+52
* Would be helpful if I actually included the new icon.stuconnolly2009-11-171-0/+0
* Add the new application icon, but keep the old one included in the bundle as ...stuconnolly2009-11-163-2/+6
* - Correctly report errors triggered *during* result download for streaming r...rowanbeentje2009-11-164-2/+17
* - Make some thread safety improvements to try to address Issue #460rowanbeentje2009-11-163-5/+6
* Database process list table view should not be editable.stuconnolly2009-11-161-10/+4
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-159-65/+327
* Move connection type constants to SPConstants.stuconnolly2009-11-155-55/+55
* When viewing the information_schema database, disable all controls on the tab...stuconnolly2009-11-153-12/+18
* Console 'gear' menu alignment.stuconnolly2009-11-151-3/+3
* Make the relations table view observe the use monospaced font preference.stuconnolly2009-11-151-0/+26
* Preferences interface tweaks.stuconnolly2009-11-151-60/+194
* If SP is already running, but there are no documents open, clicking the dock ...stuconnolly2009-11-141-12/+36
* This should be Monaco, not Courier (we should probably add a preference for t...stuconnolly2009-11-141-1/+1
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-1414-202/+212
* Increase database process list and variables table views row height to match ...stuconnolly2009-11-142-9/+5
* Bunch of improvements to the query console, including:stuconnolly2009-11-1415-192/+428
* • fixed the absolute path setting of the xproj file ContentFilters.plist to...Bibiko2009-11-141-4/+4
* Increase row size of console table view.stuconnolly2009-11-142-27/+20
* Rename test case classes.stuconnolly2009-11-135-24/+33
* Tidy up and fix unit tests.stuconnolly2009-11-135-54/+60
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-134-104/+186
* Forgot to commit.stuconnolly2009-11-131-31/+0
* Add LICENSE file.stuconnolly2009-11-132-0/+370
* Tidy up and forgot to commit project file.stuconnolly2009-11-133-44/+48
* This class is not actually used anymore.stuconnolly2009-11-132-74/+0
* Give the custom query result table view the same row height as the table cont...stuconnolly2009-11-131-100/+33
* Move query mode constants to SPConstants.h.stuconnolly2009-11-135-26/+26
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-139-1058/+2277
* In the process list sheet, give the refresh button the key equivalent cmd+R.stuconnolly2009-11-121-4/+4