| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • Quicklook support | Bibiko | 2010-11-15 | 12 | -81/+89 |
* | - Tweak "Save history..." help text in the Query History popup on the Custom... | rowanbeentje | 2010-11-15 | 1 | -12/+128 |
* | - Switch to explicit memory management of strings in the QuickLook plugin wh... | rowanbeentje | 2010-11-15 | 3 | -10/+17 |
* | The favorites controller needs to load favorites into a mutable dictionary. | stuconnolly | 2010-11-12 | 2 | -3/+3 |
* | • tried to improve the release behaviour of the QuickLook Preview Generator | Bibiko | 2010-11-12 | 1 | -16/+31 |
* | • added constants for Bundle Files and Editor | Bibiko | 2010-11-12 | 2 | -0/+72 |
* | • added skeleton for Bundle Editor | Bibiko | 2010-11-12 | 7 | -9/+1275 |
* | • improved export of a query result via sequelpro:// scheme command | Bibiko | 2010-11-12 | 1 | -10/+61 |
* | - Tweak master view loading on table change, avoiding clearing active views ... | rowanbeentje | 2010-11-12 | 1 | -5/+9 |
* | - Tweak connection/reconnection to use locking, to prevent race condition is... | rowanbeentje | 2010-11-12 | 1 | -1/+7 |
* | • some sequelpro://...@passToDoc/ExecuteQuery/csv improvements | Bibiko | 2010-11-11 | 4 | -24/+58 |
* | Remove debug from previous commit. | stuconnolly | 2010-11-11 | 1 | -3/+0 |
* | Make sure the root favorite has a name key and value. Also, update string files. | stuconnolly | 2010-11-11 | 7 | -6/+13 |
* | More constant use. | stuconnolly | 2010-11-11 | 1 | -7/+7 |
* | Add SSL favorite constants and use them in the connection controller. | stuconnolly | 2010-11-11 | 3 | -70/+104 |
* | Refactor the favorite node class and fix auto-selection of the default or las... | stuconnolly | 2010-11-11 | 5 | -51/+59 |
* | Commenting and move SPFavoriteNode within Xcode's logical structure. | stuconnolly | 2010-11-11 | 2 | -2/+7 |
* | • some tiny progress for sequelpro://$SP_PROCESS_ID/ExecuteQuery | Bibiko | 2010-11-11 | 1 | -2/+57 |
* | More work on the new favorites controller, including loading and saving as we... | stuconnolly | 2010-11-11 | 7 | -16/+271 |
* | • added to Bundle shell command these variables: | Bibiko | 2010-11-11 | 7 | -24/+118 |
* | • some improvements for sequelpro://process_id/command/param1/param2 url sc... | Bibiko | 2010-11-11 | 4 | -2/+61 |
* | Add a new outline view to be used by the connection view so hitting enter doe... | stuconnolly | 2010-11-10 | 5 | -44/+120 |
* | Add a new class template for the favorites controller. | stuconnolly | 2010-11-10 | 11 | -28/+205 |
* | • improved Bundle support; now it the passed input string will be saved as ... | Bibiko | 2010-11-10 | 4 | -54/+90 |
* | • first implementation to allow the user to write and use self-definable f... | Bibiko | 2010-11-10 | 2 | -7/+151 |
* | • further preparations for user-definable bundle support | Bibiko | 2010-11-10 | 2 | -20/+104 |
* | - Alter connection details to be sent over UTF8 instead of Latin1 - this imp... | rowanbeentje | 2010-11-10 | 2 | -19/+36 |
* | • further preparations for user-definable bundle support | Bibiko | 2010-11-09 | 4 | -19/+75 |
* | Minor dealloc change. | stuconnolly | 2010-11-09 | 1 | -3/+3 |
* | Comments. | stuconnolly | 2010-11-09 | 2 | -2/+21 |
* | • further preparations for user-definable bundle support | Bibiko | 2010-11-09 | 5 | -3/+91 |
* | Fix build errors. | stuconnolly | 2010-11-09 | 3 | -1/+4 |
* | First changes towards changing the initial connection view's favorites table ... | stuconnolly | 2010-11-09 | 12 | -237/+508 |
* | • added spBundle file extension | Bibiko | 2010-11-09 | 4 | -0/+54 |
* | • added to SPStringAddition the method runBashCommandWithEnvironment:atCurr... | Bibiko | 2010-11-09 | 4 | -91/+118 |
* | • removed unnecessary space inside the WHERE clause generation for filtere... | Bibiko | 2010-11-07 | 1 | -1/+1 |
* | When exporting either a filtered or custom query result include the query in ... | stuconnolly | 2010-11-07 | 1 | -2/+8 |
* | Minor tweaks to autocompletion: | rowanbeentje | 2010-11-06 | 2 | -15/+22 |
* | Complete the implementation of supporting MySQL's XML schema format when expo... | stuconnolly | 2010-11-05 | 9 | -134/+662 |
* | • fixed table structure logic for date/time fields | Bibiko | 2010-11-05 | 1 | -2/+5 |
* | - Tweak another release-when-closed panel; this should fix crashes on 10.5.8... | rowanbeentje | 2010-11-05 | 1 | -1/+1 |
* | Fix a few issues that prevented an XML export to multiple files. | stuconnolly | 2010-11-04 | 1 | -14/+30 |
* | • improved completion regarding leading mathematical operators | Bibiko | 2010-11-04 | 1 | -2/+3 |
* | • improved completion regarding leading '(' | Bibiko | 2010-11-04 | 1 | -1/+1 |
* | • improved completion regarding leading commas | Bibiko | 2010-11-04 | 1 | -8/+9 |
* | • alias (auto-)completion | Bibiko | 2010-11-04 | 1 | -20/+25 |
* | • alias (auto-)completion | Bibiko | 2010-11-04 | 3 | -9/+19 |
* | Start moving towards using the same XML format as MySQL uses. The inclusion o... | stuconnolly | 2010-11-04 | 3 | -27/+26 |
* | • fix for alias parsing if alias consists of only one single character | Bibiko | 2010-11-04 | 1 | -1/+1 |
* | • started to implement auto-completion for aliases | Bibiko | 2010-11-04 | 3 | -27/+75 |