Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | • removed forgotten debug log | Bibiko | 2010-10-29 | 1 | -1/+0 | |
| | ||||||
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ↵ | Bibiko | 2010-10-29 | 9 | -220/+246 | |
| | | | | | | | | sheet doesn't block the entire app - fixed various layout issues - fixed some tiny memory leaks • fixed tiny memory leak in MCPStreamingResult | |||||
* | Add missing protocol conformance to exporter delegates. | stuconnolly | 2010-10-29 | 5 | -5/+5 | |
| | ||||||
* | Move SPConnectionController's delegate methods to their own protocol. | stuconnolly | 2010-10-29 | 5 | -16/+71 | |
| | ||||||
* | • Field Editor sheet | Bibiko | 2010-10-29 | 3 | -16/+48 | |
| | | | | | | | | - fixed some inconsistencies regarding window - first humble trials to get rid of the Find Panel inside the editTextView -- it seems that the problem is that NSTextFinder internally validates all buttons against [[NSApp mainWindow] firstResponder] == NSTextView ; in our case the [[NSApp mainWindow] firstResponder] is the calling SPCopyTable object -- set a possible visible Find Panel to [textFinderPanel setWorksWhenModal:YES] inside the modal session ; by doing so the controls are available via keyboard and mouse but NOT the buttons -- work on it will be continued | |||||
* | • try to fix crash issue 1748 | Bibiko | 2010-10-29 | 1 | -6/+8 | |
| | | | | | - it seems that isKindOfClass: method to check length and data type of the csv source while creating a new table failed for empty cells or NULL; I tried to catch these issues - has to be checked further | |||||
* | Tidy up SPTableStructure including moving all the private field type ↵ | stuconnolly | 2010-10-28 | 6 | -181/+330 | |
| | | | | validation methods to their own class, SPTableFieldValidation. | |||||
* | Add SPDefaultPasteboardDragType constant. | stuconnolly | 2010-10-28 | 7 | -52/+63 | |
| | ||||||
* | • added tooltip for header cell of Content and Custom Query table ↵ | Bibiko | 2010-10-27 | 2 | -0/+2 | |
| | | | | | | displaying the column name and field type - fixes issue 875 | |||||
* | Move the user manager data model to the new Models dir. | stuconnolly | 2010-10-26 | 3 | -1/+1 | |
| | ||||||
* | • removed memory leak | Bibiko | 2010-10-26 | 1 | -1/+1 | |
| | ||||||
* | Group data import related classes within Xcode's logical file structure. | stuconnolly | 2010-10-26 | 1 | -4/+12 | |
| | ||||||
* | Split out all of SPTableStructure's delegate and datasource methods into ↵ | stuconnolly | 2010-10-26 | 5 | -530/+614 | |
| | | | | their own category. | |||||
* | Add missing [super dealloc]. | stuconnolly | 2010-10-26 | 1 | -1/+3 | |
| | ||||||
* | - Fix incorrect quoting of BLOB fields on SQL exports | rowanbeentje | 2010-10-25 | 2 | -5/+17 | |
| | | | | | | - Use indeterminate progress bars when importing BZIPped SQL files - Support .tsv as a CSV extension, and automatically choose the field delineator based on .csv/.tsv extension | |||||
* | • if a geometry field is empty '' return @"" instead of Header Error since ↵ | Bibiko | 2010-10-25 | 1 | -2/+2 | |
| | | | | mysql return that special value as X'' | |||||
* | • fixed bug in Move Line Down | Bibiko | 2010-10-25 | 1 | -1/+1 | |
| | | | | - fixes issue in 873 | |||||
* | Remove the implementation of tableView:shouldSelectRow: from the export ↵ | stuconnolly | 2010-10-25 | 1 | -5/+0 | |
| | | | | controller, which allows selecting rows within the table list via the mouse and keyboard. | |||||
* | • improved the TableStructure handling of GEOMETRY fields and their ↵ | Bibiko | 2010-10-25 | 3 | -7/+7 | |
| | | | | validations against non-valid WKT notations - return NULL if no header | |||||
* | • added to each NSTextView the possibility to move the current line or the ↵ | Bibiko | 2010-10-25 | 3 | -11/+308 | |
| | | | | | | selected lines one line up or down by using the short-cuts ^⌘↑/↓ - fixes issue 873 | |||||
* | Update the appropriate build scripts to ensure they are being run by Xcode. | stuconnolly | 2010-10-25 | 4 | -0/+14 | |
| | ||||||
* | • improved "Select Line" | Bibiko | 2010-10-25 | 1 | -2/+5 | |
| | | | | - it selects the entire current line even if it's wrapped | |||||
* | • CSV Import Field mapper | Bibiko | 2010-10-25 | 1 | -7/+13 | |
| | | | | | - fixed issues for tooltips of user-defined values - avoid double-calling the 'add value' sheet since it can be called via popupmenu and keyboard short-cut | |||||
* | CSV Import Field Mapper | Bibiko | 2010-10-25 | 2 | -51/+65 | |
| | | | | | | | | - a column placeholder will be wrapped into '…' if csv cell content is not NULL, in other words there's no need to write eg length('$1') instead simply write length($1) - fixed issue if csv cell content is NULL - fixed issue for deletion of global values if they were already in use - assigned keyboard short-cut ⌥⌘G to "Add value or expression…" menu item | |||||
* | Minor comment. | stuconnolly | 2010-10-24 | 1 | -0/+2 | |
| | ||||||
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 57 | -434/+323 | |
| | | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files. | |||||
* | • CSV Import Field Mapper Sheet | Bibiko | 2010-10-23 | 7 | -24/+839 | |
| | | | | | - added the possibility to apply any sql function while importing set via "Add value or expression" sheet eg concat('$2', '$1', length('$3')) whereby $1 $2 $3 are the placeholder for the csv file columns 1 2 3 [first column starts with 1] • fixed ' escaping issue in MCPConnection | |||||
* | • re-enabled three finger trackpad wiping gesture for controlling the ↵ | Bibiko | 2010-10-22 | 3 | -129/+248 | |
| | | | | | | | | table history • CSV Import Field Mapper Sheet - fixed issue for inserting a global value containing a ' - started preparations of the "Add value or expression" sheet for future enhancements | |||||
* | • fixed bug while editing views if a filter is in usage | Bibiko | 2010-10-22 | 1 | -2/+1 | |
| | | | | - make sure that setTableDetails will always called for the current selected table even if edited field origin is another table | |||||
* | Minor export controller init change. | stuconnolly | 2010-10-21 | 1 | -1/+1 | |
| | ||||||
* | Update credits. | stuconnolly | 2010-10-21 | 1 | -6/+17 | |
| | ||||||
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 9 | -118/+169 | |
| | ||||||
* | Update credits. | stuconnolly | 2010-10-20 | 1 | -2/+1 | |
| | ||||||
* | When adding or editing a field and the option to make it the primary key is ↵ | stuconnolly | 2010-10-20 | 1 | -30/+47 | |
| | | | | selected, also make the field unsigned if not already. Implemented issue #703. | |||||
* | Fix a typo that caused an exception when opening the console. | stuconnolly | 2010-10-20 | 1 | -1/+1 | |
| | ||||||
* | Tidy up. | stuconnolly | 2010-10-19 | 72 | -155/+66 | |
| | ||||||
* | Update indexes controller constants. | stuconnolly | 2010-10-19 | 3 | -12/+12 | |
| | ||||||
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 50 | -64/+32 | |
| | ||||||
* | Replace use of hardcoded strings with constants when working with trigger data. | stuconnolly | 2010-10-19 | 3 | -30/+53 | |
| | ||||||
* | Add a 'Edit Trigger' menu item to the trigger's table view context menu. | stuconnolly | 2010-10-19 | 4 | -862/+280 | |
| | ||||||
* | Because the process of editing a trigger involves droping and then ↵ | stuconnolly | 2010-10-19 | 3 | -38/+59 | |
| | | | | re-creating it, if an error occurs when attempting to re-create it remember to then re-create the original one. Fixes issue #795. | |||||
* | Localize the header included in SQL and XML exports. | stuconnolly | 2010-10-19 | 3 | -12/+12 | |
| | ||||||
* | Remove use of multiple comments for localized strings. | stuconnolly | 2010-10-19 | 6 | -11/+11 | |
| | ||||||
* | Update strings files. | stuconnolly | 2010-10-19 | 2 | -0/+1 | |
| | ||||||
* | Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has ↵ | stuconnolly | 2010-10-19 | 3 | -195/+914 | |
| | | | | the shortcut Ctrl+Cmd+R, but this can always be remapped in system preferences. Implemented issue #845. | |||||
* | - Fix relative paths for SPQLPluginConnectionTemplate.html , addressing ↵ | rowanbeentje | 2010-10-17 | 1 | -3/+1 | |
| | | | | broken builds | |||||
* | Tidy up the project's logical structure in Xcode. | stuconnolly | 2010-10-17 | 5 | -94/+147 | |
| | ||||||
* | Add CFBundleShortVersionString property to MCPKit Info.plist. | stuconnolly | 2010-10-16 | 1 | -0/+2 | |
| | ||||||
* | Rename HTML print templates. | stuconnolly | 2010-10-16 | 5 | -22/+23 | |
| | ||||||
* | Fix an exception caused by the changes introduced in r2764. | stuconnolly | 2010-10-16 | 1 | -2/+3 | |
| |