aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • added tooltip for header cell of Content and Custom Query table displayin...Bibiko2010-10-271-0/+1
* • removed memory leakBibiko2010-10-261-1/+1
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-251-3/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-6/+0
* • fixed bug while editing views if a filter is in usageBibiko2010-10-221-2/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-2/+2
* • fixed issue to show/hide the Quicklook GUI item in the Field Editor SheetBibiko2010-10-161-0/+2
* • implemented filter content type 'spatial' with general spatial operators ...Bibiko2010-10-151-0/+4
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-2/+2
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-2/+3
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-2/+0
* • enabled thumbnail images of spatial geometry fields as tooltipsBibiko2010-10-091-8/+8
* • some further work on displaying geometry fields as imageBibiko2010-10-081-1/+9
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-081-10/+21
* • fixed issue for editing spatial wkt data in field editor sheetBibiko2010-10-081-1/+4
* • spatial field supportBibiko2010-10-071-1/+1
* • enhanced spatial supportBibiko2010-10-071-5/+10
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-071-29/+16
* • added basic support for spatial dataBibiko2010-10-011-8/+30
* • some further work on Filter TableBibiko2010-10-011-4/+31
* • some very minor code, commenting, and tiny speed improvement stuffBibiko2010-09-301-23/+51
* • Filter TableBibiko2010-09-291-3/+8
* • Filter TableBibiko2010-09-291-1/+4
* • Filter Table - Set Default OperatorBibiko2010-09-291-11/+86
* • Filter TableBibiko2010-09-291-0/+10
* • Filter TableBibiko2010-09-291-20/+83
* • enabled Filter Table approach (Content View > ⌘F) for testingBibiko2010-09-281-11/+47
* • some progress on the filter table approachBibiko2010-09-281-5/+63
* - Fix missing tableContentView references, which are required following the ...rowanbeentje2010-09-271-26/+18
* • some progress on the filter table approachBibiko2010-09-271-17/+57
* • initial sketch approach to allow to write complex WHERE clauses by using...Bibiko2010-09-271-212/+359
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-211-1/+1
* • avoid exceptions etc. if content filter clause is emptyBibiko2010-09-201-10/+22
* • SPTableContentBibiko2010-09-201-2/+11
* • SPTableContentBibiko2010-09-201-20/+32
* - Prevent the table content from being filtered or pages through if a row is...rowanbeentje2010-09-181-0/+2
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-181-2/+2
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-161-0/+5
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-55/+35
* • some further bit field editing preparationsBibiko2010-09-151-11/+32
* - Fix row count tracking when deleting table rows; this fixes Issue #819rowanbeentje2010-09-141-5/+5
* • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6...Bibiko2010-09-141-1/+4
* - When refreshing table content view, refresh the status information for tab...rowanbeentje2010-09-051-1/+2
* - Fix incomplete argument logic when deleting multiple rows without indexes ...rowanbeentje2010-09-051-21/+25
* - Ensure previous outstanding performSelector: requests are cancelled to avo...rowanbeentje2010-09-011-0/+4
* • fixed in field editing mode the editing of BINARY fieldsBibiko2010-08-311-3/+9
* - When a table content page reload loads no data, and so triggers a reload o...rowanbeentje2010-08-301-0/+1
* • further improvements for in cell editing of view data in TableContent tablesBibiko2010-08-271-133/+136
* • further improvements for in cell editing in CustomQuery tablesBibiko2010-08-271-18/+15