aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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
* - 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-161-7/+3
* 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-1210-45/+51
* 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-121-1/+1
* • Export compressed mysql dumpBibiko2010-04-121-2/+14
* - Add SVN id property to SPFileHandle, correct headers, and add more functio...rowanbeentje2010-04-122-15/+73
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-127-46/+452
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-04-112-4/+4
* Add a 'Show Create Syntax...' menu item to the tables list context menu and '...stuconnolly2010-04-112-22/+57
* • Import from ClipboardBibiko2010-04-101-0/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-107-18/+159
* When displaying a table/view's create syntax in the extended table informatio...stuconnolly2010-04-092-5/+7
* • improved querying db structure handlingBibiko2010-04-071-1/+6
* Tried to fine-tune the auto-completion behaviour esp. for automatically inser...Bibiko2010-04-073-3/+57
* - 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
* fix for referential action not showing in relations view in certain circumsta...mtvee2010-04-061-2/+2
* • CSV ImportBibiko2010-04-061-8/+45
* in Preferences > Favorite ask for confirmation before removing the selected f...Bibiko2010-04-061-30/+61
* If user selects the Query Editor window set always the focus on the text view...Bibiko2010-04-061-2/+2
* • completion listBibiko2010-04-061-43/+54
* - Improve on r2050, running reconnections after a proxy disconnect on a new ...rowanbeentje2010-04-041-0/+2
* Don't append a semi-colon to console messages that are errors.stuconnolly2010-04-041-1/+8
* Default the reseting a table's auto increment value to on when removing all r...stuconnolly2010-04-031-1/+1
* - Initialise prefs controller before setting Sparkle delegaterowanbeentje2010-04-022-6/+8
* - Reset automatic software update (Sparkle) prefs so that users will be prom...rowanbeentje2010-04-021-0/+6
* - Fix an intermittent crasher - occurring most often when sorting tables - b...rowanbeentje2010-04-022-2/+2
* Although the table content field drop down should always be populated and sel...stuconnolly2010-04-011-1/+1
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-313-29/+35
* • ensure that the global schema structure data for completion are updated e...Bibiko2010-03-313-11/+10