Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | • fixed issue to show/hide the Quicklook GUI item in the Field Editor Sheet | Bibiko | 2010-10-16 | 2 | -1/+3 |
| | | | | | • attempt to solve the issue of storing ENUM fields in Content View correctly if the user interacts with the mouse on the comboxes for different rows - this addresses the issues 865 and 833 | ||||
* | Tidy up linker flags across all targets, specifically remove linking against ↵ | stuconnolly | 2010-10-16 | 2 | -19/+4 |
| | | | | stdc++, which was introduced in r2444 as a workaround for a bug in Clang 1.5 that failed to compile RegexKitLite. Take the approach suggested by the developer of RegexKitLite, which is to disable the macro that uses __attribute__((cleanup)), which trips the bug. Apparently it is only used for debugging purposes. See http://llvm.org/viewvc/llvm-project?view=rev&revision=103938 for the Clang fix. | ||||
* | Change the connection view's table view to be of type SPTableView so ↵ | stuconnolly | 2010-10-15 | 3 | -65/+78 |
| | | | | right-clicking a row results in it being selected first. Also, update SPTableView to prevent right-clicking of table view group headings. Fixes issue #867. | ||||
* | • implemented filter content type 'spatial' with general spatial operators ↵ | Bibiko | 2010-10-15 | 2 | -0/+93 |
| | | | | for usage as filter of spatial fields | ||||
* | • placed the TableStructure's source table gear menu to the right hand ↵ | Bibiko | 2010-10-15 | 1 | -6/+6 |
| | | | | side next to the edit button | ||||
* | • implemented for TableStructure's source table the possibility to ↵ | Bibiko | 2010-10-15 | 3 | -52/+634 |
| | | | | | | hide/unhide the columns: Key, encoding, collation, comment by adding a gear menu 'View Columns'; the hide status will be saved inside the Pref key: 'NSTableView Hidden Columns SPTableStructureSource' - this implements the feature request issue 868 | ||||
* | Split out AppleScript support into a category of SPAppController. | stuconnolly | 2010-10-14 | 5 | -104/+176 |
| | |||||
* | Tidy up build settings, by ensuring they are consistent across all targets, ↵ | stuconnolly | 2010-10-14 | 4 | -46/+195 |
| | | | | specifically the compiler used. Also add a very basic Makefile to ease builds from the command line during build testing. | ||||
* | • fixed cursor position correction for autoHelp | Bibiko | 2010-10-12 | 1 | -3/+4 |
| | | | | - should fix among other issues i862 | ||||
* | Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue ↵ | stuconnolly | 2010-10-12 | 1 | -2/+2 |
| | | | | #863. | ||||
* | Forgot to update Localizable.strings for previous commit. | stuconnolly | 2010-10-10 | 1 | -0/+0 |
| | |||||
* | User manager fixes: | stuconnolly | 2010-10-10 | 1 | -80/+71 |
| | | | | | | | - When adding a new host specify 'PASSWORD' after 'IDENTIFIED BY' to indicate to the server that the password has already been hashed. Fixes issue #856. - Localize and replace a few modal error dialogs with use of SPBeginAlertSheet(). - Fix an error when specifying empty passwords for users. | ||||
* | Remove NSLog() that was once DLog() to prevent spewing lots of info to the ↵ | stuconnolly | 2010-10-10 | 1 | -2/+1 |
| | | | | console. | ||||
* | • fixed issue of unnecessary string escaping for importing spatial data ↵ | Bibiko | 2010-10-10 | 5 | -6/+6 |
| | | | | | | via GeomFromText() • minor code cosmetics | ||||
* | • enabled SRID editing of spatial fields via WKT string | Bibiko | 2010-10-09 | 6 | -16/+55 |
| | | | | | - the SRID value will be appended at the WKT string like POINT(1 1),101 which will be transformed to GeomFromText('POINT(1 1)',101) on the fly - otherwise the SRID information will be deleted after editing a geometry field | ||||
* | • some code cleaning, speed improvements, commenting stuff | Bibiko | 2010-10-09 | 3 | -60/+115 |
| | |||||
* | • CSV Import (incl. import from clipboard) | Bibiko | 2010-10-09 | 2 | -33/+45 |
| | | | | | - if mapped target table field is of type GEOMETRY import csv data via GeomFromText() - replaced succeeding appendString lines by appendFormat since tests have shown that allocating memory once is faster than do it several times | ||||
* | • for each export/copy/drag method other than SQL pass any spatial fields ↵ | Bibiko | 2010-10-09 | 4 | -2/+26 |
| | | | | as WKT string; for SQL pass them as X'…' binary data | ||||
* | • improved field editor sheet to support geometry fields | Bibiko | 2010-10-09 | 6 | -24/+93 |
| | | | | | - additionally it shows the image - image can be saved as pdf if image is displayed via Save button; if text is selected the wkt string will be saved | ||||
* | • implemented geometrycollection thumbnail images as tooltips for spatial ↵ | Bibiko | 2010-10-09 | 2 | -123/+201 |
| | | | | fields | ||||
* | • enabled thumbnail images of spatial geometry fields as tooltips | Bibiko | 2010-10-09 | 4 | -25/+67 |
| | | | | - note: geometrycollection support will follow soon | ||||
* | • display SPA in the Key column if a field has a spatial key | Bibiko | 2010-10-09 | 1 | -1/+4 |
| | | | | Question: Is it possible to assign an index to a geometry field other than SPATIAL? | ||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 3 | -111/+153 |
| | |||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 5 | -4/+435 |
| | | | | - to enable the very first approach simply uncomment code in SPTableContent tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: for MCPGeometryData class | ||||
* | Add support for adding SPATIAL indexes on MyISAM tables. Also, update ↵ | stuconnolly | 2010-10-08 | 4 | -6/+29 |
| | | | | Localizable.strings. | ||||
* | Fix constant assignment. | stuconnolly | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ↵ | stuconnolly | 2010-10-08 | 5 | -170/+1014 |
| | | | | into SPDatabaseCharacterSets. The struct is now returned by calling SPGetDatabaseCharacterSets(). | ||||
* | • improved issues for tooltip in Content and Custom tables | Bibiko | 2010-10-08 | 6 | -21/+132 |
| | | | | | | | - added not yet supported MCPGeometryData view - removed @try clauses, instead make usage of pthread_mutex_lock etc. approach • adjusted autodetectWidthForColumnDefinition: for SPCopyTable to calculate the width by taking the WKT string of MCPGeometryData • added SPGeometryDataView class which will be used for displaying GEOMETRY data as image (for tooltips, inside field editor sheet) [not yet implemented] | ||||
* | • added spatial field types to field list suggestions | Bibiko | 2010-10-08 | 1 | -3/+26 |
| | | | | • adjusted gui validation for geometry field types |