| Commit message (Expand) | Author | Age | Files | Lines |
* | • work on Bundle Editor GUI | Bibiko | 2010-11-16 | 1 | -83/+1933 |
* | - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ini... | rowanbeentje | 2010-11-16 | 25 | -1/+550 |
* | • Bundle Support | Bibiko | 2010-11-16 | 3 | -30/+165 |
* | • Bundle support | Bibiko | 2010-11-16 | 3 | -37/+61 |
* | • added SPConstants.m source file to QLgenerator target in order to be able... | Bibiko | 2010-11-16 | 1 | -0/+2 |
* | • Bundle support | Bibiko | 2010-11-16 | 7 | -102/+123 |
* | • sql QL | Bibiko | 2010-11-16 | 1 | -2/+0 |
* | - Attempt to improve QuickLook crashes by using a pool around the area causi... | rowanbeentje | 2010-11-16 | 1 | -2/+20 |
* | • Bundle support | Bibiko | 2010-11-16 | 5 | -117/+256 |
* | • Bundle support | Bibiko | 2010-11-15 | 5 | -85/+138 |
* | • Bundle support | Bibiko | 2010-11-15 | 10 | -164/+561 |
* | • Quicklook - some minor corrections | Bibiko | 2010-11-15 | 1 | -15/+15 |
* | • 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 |