| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tidy up scripts and add create-test-stubs.pl to generate test stubs for the s... | stuconnolly | 2011-01-11 | 9 | -85/+415 |
* | • fixed several issues for validation and other stuff while editing of MySQ... | Bibiko | 2011-01-11 | 5 | -10/+20 |
* | • improved error handling while writing SP_BUNDLE_TABLE_META_DATA esp. whil... | Bibiko | 2011-01-11 | 1 | -20/+22 |
* | - When resetting AUTO_INCREMENT for a table, always use the selected table n... | rowanbeentje | 2011-01-11 | 1 | -7/+1 |
* | - Fix default population for NOT NULL numeric fields when adding rows | rowanbeentje | 2011-01-11 | 1 | -3/+11 |
* | • disabled in [SPTextView boundsDidChangeNotification] the view update to a... | Bibiko | 2011-01-10 | 2 | -2/+3 |
* | • changed sequelpro URL command SyntaxHighlighting to be connection indepen... | Bibiko | 2011-01-10 | 2 | -137/+137 |
* | - Fix exceptions right-clicking in empty parts of the query favourites manag... | rowanbeentje | 2011-01-10 | 1 | -0/+1 |
* | - Tweak alignments of master views to fix 1px clipping of top on structure a... | rowanbeentje | 2011-01-10 | 1 | -98/+201 |
* | - Track the keychain ID of the favourite in the connection controller, fixin... | rowanbeentje | 2011-01-10 | 2 | -3/+7 |
* | • fixed bug for setting SP_BUNDLE_INPUT_TABLE_METADATA if user changed colu... | Bibiko | 2011-01-09 | 1 | -2/+13 |
* | • changed spatial SRIDs to int32 as it is declared in http://www.opengeospa... | Bibiko | 2011-01-09 | 1 | -16/+18 |
* | • fixed SP's internal spatial wkt calculation for large amount of data points | Bibiko | 2011-01-09 | 1 | -43/+43 |
* | More tests tidy up. | stuconnolly | 2011-01-09 | 1 | -18/+21 |
* | Improve column autosizing: | rowanbeentje | 2011-01-08 | 1 | -2/+6 |
* | • enlarged "Reset AUTO_INC" sheet for localization | Bibiko | 2011-01-07 | 1 | -49/+56 |
* | • enlarged lable field "Key Equivalent" for localization | Bibiko | 2011-01-07 | 1 | -16/+4 |
* | • added Default Bundle: Copy as JSON | Bibiko | 2011-01-07 | 2 | -1/+130 |
* | • minor code cleaning | Bibiko | 2011-01-07 | 2 | -15/+18 |
* | • added internal JavaScript function window.system.closeHTMLOutputWindow() | Bibiko | 2011-01-07 | 1 | -0/+15 |
* | • improved installation routine for Default Bundles | Bibiko | 2011-01-07 | 4 | -75/+73 |
* | Tidy up and fix MCPKit test cases. | stuconnolly | 2011-01-06 | 2 | -25/+74 |
* | Fix the unit tests build target. | stuconnolly | 2011-01-06 | 2 | -7/+41 |
* | • trial to fix boundsDidChangeNotification for logs 1894, 1900, 1901 | Bibiko | 2011-01-06 | 2 | -6/+6 |
* | - Now the connection process is threaded, remove manual display calls when u... | rowanbeentje | 2011-01-06 | 1 | -5/+0 |
* | - Improve on r3070 by also adding .crt extension support in the favourites | rowanbeentje | 2011-01-05 | 1 | -2/+2 |
* | • some minor code cleaning | Bibiko | 2011-01-05 | 2 | -7/+5 |
* | • improved Default Bundle management for installation, updating, undeletion | Bibiko | 2011-01-05 | 2 | -108/+117 |
* | • fixed bug for re-copying default bundles after launching SP | Bibiko | 2011-01-05 | 1 | -2/+2 |
* | • further fix for updating default Bundles after SP update | Bibiko | 2011-01-05 | 1 | -0/+3 |
* | • fixed bug for copying default bundles after SP update | Bibiko | 2011-01-05 | 1 | -2/+0 |
* | • fixed bug for Bundle commands to detect if current textview is the Query ... | Bibiko | 2011-01-05 | 6 | -1/+338 |
* | • enabled Bundle main menu | Bibiko | 2011-01-05 | 3 | -2/+21 |
* | - Add .crt to certificate/SSL certificate extension list | rowanbeentje | 2011-01-05 | 1 | -2/+2 |
* | - Tweak tab bar background colour when the window is in the background to de... | rowanbeentje | 2011-01-05 | 1 | -3/+3 |
* | - Fix SSH tunnels for connections with non-Latin characters in their name | rowanbeentje | 2011-01-04 | 3 | -21/+17 |
* | - Rework the Add Index indexes menu and the auto_increment index required me... | rowanbeentje | 2011-01-04 | 9 | -150/+337 |
* | - Alter bundle search paths to no longer add a blank location as the first o... | rowanbeentje | 2011-01-03 | 1 | -4/+5 |
* | • cleaned code for NSPropertyListSerialization while reloadBundles (thanks ... | Bibiko | 2011-01-03 | 1 | -17/+9 |
* | • forgot to remove debug logs of previous commit | Bibiko | 2011-01-03 | 1 | -77/+75 |
* | • changed the way to check for available update of Default Bundles | Bibiko | 2011-01-03 | 5 | -19/+14 |
* | • fixed by mistake setting of initialField to nil instead of initialFiledNa... | Bibiko | 2011-01-03 | 1 | -1/+1 |
* | Protect against potentially over-releasing. | stuconnolly | 2010-12-28 | 1 | -1/+1 |
* | When opening the add index sheet, the initial suggested field should be one t... | stuconnolly | 2010-12-27 | 1 | -1/+23 |
* | Simplify build script. | stuconnolly | 2010-12-27 | 1 | -2/+3 |
* | • added first Default Bundle and procedure to copy them into BUILD_PRODUCT/... | Bibiko | 2010-12-27 | 3 | -1/+126 |
* | When adding a new index, exclude fields that have already been added from the... | stuconnolly | 2010-12-26 | 1 | -2/+6 |
* | * Provide more context for Bundle Editor localizable messages (leaves one iss... | dmoagx | 2010-12-26 | 5 | -94/+100 |
* | When adding a new index, as well as checking for an existing primary key also... | stuconnolly | 2010-12-25 | 1 | -4/+18 |
* | • implemented undeletion of default Bundles | Bibiko | 2010-12-22 | 6 | -21/+581 |