| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Menu item reordering. | stuconnolly | 2010-04-28 | 1 | -22/+80 |
* | SVN properties. | stuconnolly | 2010-04-28 | 10 | -10/+10 |
* | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 23 | -54/+2239 |
* | Added myself to the list of devs, testing svn commit access | drx777 | 2010-04-28 | 1 | -3/+6 |
* | - Upgrade MySQL libraries to 5.1.46 (was 5.1.44) | rowanbeentje | 2010-04-27 | 4 | -3/+3 |
* | Remeber to refresh the user manager's schemas table view when switching to th... | stuconnolly | 2010-04-27 | 3 | -24/+69 |
* | Add extra connection checking at multiple stages of getting the server's proc... | stuconnolly | 2010-04-27 | 2 | -16/+21 |
* | Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ... | stuconnolly | 2010-04-27 | 1 | -2/+2 |
* | - Improve threading of SPFileHandle to achieve much faster writing due to in... | rowanbeentje | 2010-04-26 | 2 | -9/+31 |
* | Enable all *reasonable* warnings for all build configurations and fix a few o... | stuconnolly | 2010-04-26 | 8 | -7/+95 |
* | Add the option to set whether or not old leaks logs are deleted. | stuconnolly | 2010-04-25 | 2 | -37/+43 |
* | Dump leaks logs to the user's desktop, falling back to /tmp if not possible. | stuconnolly | 2010-04-25 | 1 | -12/+40 |
* | Enhance SPLogger by adding the ability to run leaks() against the application... | stuconnolly | 2010-04-24 | 3 | -42/+162 |
* | Bunch of improvements to the serve processes panel, including: | stuconnolly | 2010-04-24 | 7 | -110/+1045 |
* | Merge in minor fixes from 0.9.8 RC merge review: | rowanbeentje | 2010-04-24 | 2 | -2/+4 |
* | - Ensure that Growl notifications are made from the main thread. This addre... | rowanbeentje | 2010-04-23 | 1 | -0/+8 |
* | Perform bounds checking in the process list controller's table view data sour... | stuconnolly | 2010-04-23 | 1 | -2/+2 |
* | Only attempt to check or set the max allowed packet if there is an active con... | stuconnolly | 2010-04-23 | 3 | -20/+34 |
* | - SPNarrowDownCompletion: Pass NSApp certain events *after* processing local... | rowanbeentje | 2010-04-23 | 1 | -2/+3 |
* | - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo... | rowanbeentje | 2010-04-22 | 4 | -35/+50 |
* | Ensure that table change selection notifications are posted to the main thread. | stuconnolly | 2010-04-22 | 1 | -1/+1 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 9 | -46/+46 |
* | fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3) | jakob | 2010-04-22 | 1 | -5/+9 |
* | Speed up SPDatabaseData by obtaining the server version when the connection i... | stuconnolly | 2010-04-21 | 2 | -17/+29 |
* | When saving an SPF only save the socket if it's present. Fixes http://spbug.c... | stuconnolly | 2010-04-20 | 1 | -1/+1 |
* | Localize 'Edit Favorites...' popup button menu item. | stuconnolly | 2010-04-20 | 2 | -3/+3 |
* | Fix an issue whereby choosing to edit the selected favourite in the connectio... | stuconnolly | 2010-04-20 | 3 | -13/+2 |
* | - Fix exceptions when right-clicking on the query favourites list. This addr... | rowanbeentje | 2010-04-20 | 1 | -1/+2 |
* | - more fixing of issue 641. I forgot to consider the case of deleting the las... | jakob | 2010-04-19 | 1 | -2/+11 |
* | - fix for #641 with regard to deleting rows (duplicating still doesnt work) | jakob | 2010-04-19 | 1 | -4/+46 |
* | - Tweak autocompletion on-delay-after-typing to no longer trigger on whitesp... | rowanbeentje | 2010-04-19 | 1 | -7/+10 |
* | - Change target action of export current table/browse view to exportTable: (... | rowanbeentje | 2010-04-18 | 1 | -56/+42 |
* | - Add a new couldCommitCurrentViewActions method to TableDocument, and stand... | rowanbeentje | 2010-04-18 | 7 | -61/+62 |
* | - Fix a bug in 10.5.8 where a background connection window would overrelease... | rowanbeentje | 2010-04-17 | 1 | -1/+2 |
* | - Fix .sql.gz extension when exporting databases to SQL when the compression... | rowanbeentje | 2010-04-17 | 1 | -2/+2 |
* | Improved index checking when using arrow key navigation. Potential fix for ht... | jakob | 2010-04-16 | 1 | -6/+14 |
* | - changed the query locking mechanism for MCPConnection to be more thread saf... | jakob | 2010-04-16 | 5 | -76/+130 |
* | Fix for Title #118 on log.sequelpro.com | mltownsend | 2010-04-15 | 2 | -0/+0 |
* | - Tweak the history controller to track the toolbar item visibility, and onl... | rowanbeentje | 2010-04-15 | 3 | -3/+72 |
* | - Add locking for SSH debug message processing - this addresses http://spbug... | rowanbeentje | 2010-04-15 | 2 | -2/+13 |
* | Clicking the duplicate row button now correctly sets auto_increment fields to... | jakob | 2010-04-14 | 1 | -2/+4 |
* | - Wrap TableContent's loadTableValues in an autorelease pool; this fixes con... | rowanbeentje | 2010-04-13 | 1 | -0/+5 |
* | - enabled up/down arrow key navigation (see #633) | jakob | 2010-04-13 | 1 | -11/+45 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 11 | -45/+52 |
* | preserve path name selection only if user ticks the 'compress dump' checkbox ... | Bibiko | 2010-04-12 | 1 | -0/+11 |
* | • renamed 'Open' button in 'Import from Clipboard' to 'Next' | Bibiko | 2010-04-12 | 2 | -3/+3 |
* | • Export compressed mysql dump | Bibiko | 2010-04-12 | 1 | -2/+14 |
* | - Add SVN id property to SPFileHandle, correct headers, and add more functio... | rowanbeentje | 2010-04-12 | 3 | -16/+74 |
* | - Commit a missing binary file to complete zlib support for r2091 | rowanbeentje | 2010-04-12 | 1 | -0/+0 |
* | Add a new SPFileHandle class to support gzip compression and writing on a bac... | rowanbeentje | 2010-04-12 | 11 | -164/+2213 |