aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Dump leaks logs to the user's desktop, falling back to /tmp if not possible.stuconnolly2010-04-251-12/+40
* Enhance SPLogger by adding the ability to run leaks() against the application...stuconnolly2010-04-243-42/+162
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-247-110/+1045
* Merge in minor fixes from 0.9.8 RC merge review:rowanbeentje2010-04-242-2/+4
* - Ensure that Growl notifications are made from the main thread. This addre...rowanbeentje2010-04-231-0/+8
* Perform bounds checking in the process list controller's table view data sour...stuconnolly2010-04-231-2/+2
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-233-20/+34
* - SPNarrowDownCompletion: Pass NSApp certain events *after* processing local...rowanbeentje2010-04-231-2/+3
* - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...rowanbeentje2010-04-224-35/+50
* Ensure that table change selection notifications are posted to the main thread.stuconnolly2010-04-221-1/+1
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-229-46/+46
* fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3)jakob2010-04-221-5/+9
* Speed up SPDatabaseData by obtaining the server version when the connection i...stuconnolly2010-04-212-17/+29
* When saving an SPF only save the socket if it's present. Fixes http://spbug.c...stuconnolly2010-04-201-1/+1
* Localize 'Edit Favorites...' popup button menu item.stuconnolly2010-04-202-3/+3
* Fix an issue whereby choosing to edit the selected favourite in the connectio...stuconnolly2010-04-203-13/+2
* - Fix exceptions when right-clicking on the query favourites list. This addr...rowanbeentje2010-04-201-1/+2
* - more fixing of issue 641. I forgot to consider the case of deleting the las...jakob2010-04-191-2/+11
* - fix for #641 with regard to deleting rows (duplicating still doesnt work)jakob2010-04-191-4/+46
* - Tweak autocompletion on-delay-after-typing to no longer trigger on whitesp...rowanbeentje2010-04-191-7/+10
* - Change target action of export current table/browse view to exportTable: (...rowanbeentje2010-04-181-56/+42
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-187-61/+62
* - Fix a bug in 10.5.8 where a background connection window would overrelease...rowanbeentje2010-04-171-1/+2
* - Fix .sql.gz extension when exporting databases to SQL when the compression...rowanbeentje2010-04-171-2/+2
* Improved index checking when using arrow key navigation. Potential fix for ht...jakob2010-04-161-6/+14
* - changed the query locking mechanism for MCPConnection to be more thread saf...jakob2010-04-165-76/+130
* Fix for Title #118 on log.sequelpro.commltownsend2010-04-152-0/+0
* - Tweak the history controller to track the toolbar item visibility, and onl...rowanbeentje2010-04-153-3/+72
* - Add locking for SSH debug message processing - this addresses http://spbug...rowanbeentje2010-04-152-2/+13
* Clicking the duplicate row button now correctly sets auto_increment fields to...jakob2010-04-141-2/+4
* - Wrap TableContent's loadTableValues in an autorelease pool; this fixes con...rowanbeentje2010-04-131-0/+5
* - enabled up/down arrow key navigation (see #633)jakob2010-04-131-11/+45
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-1211-45/+52
* preserve path name selection only if user ticks the 'compress dump' checkbox ...Bibiko2010-04-121-0/+11
* • renamed 'Open' button in 'Import from Clipboard' to 'Next'Bibiko2010-04-122-3/+3
* • Export compressed mysql dumpBibiko2010-04-121-2/+14
* - Add SVN id property to SPFileHandle, correct headers, and add more functio...rowanbeentje2010-04-123-16/+74
* - Commit a missing binary file to complete zlib support for r2091rowanbeentje2010-04-121-0/+0
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-1211-164/+2213
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-04-113-4/+4
* Add a 'Show Create Syntax...' menu item to the tables list context menu and '...stuconnolly2010-04-114-278/+298
* • Import from ClipboardBibiko2010-04-101-0/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-109-47/+883
* When displaying a table/view's create syntax in the extended table informatio...stuconnolly2010-04-092-5/+7
* • improved querying db structure handlingBibiko2010-04-073-1/+28
* Tried to fine-tune the auto-completion behaviour esp. for automatically inser...Bibiko2010-04-074-18/+69
* • query db structureBibiko2010-04-072-57/+98
* - Improve .spf handling of blank passwords; allow empty passwords to be save...rowanbeentje2010-04-061-4/+4
* File header typo.stuconnolly2010-04-061-1/+1
* • overlapping of completion windows after refreshing its content if db stru...Bibiko2010-04-063-4/+22