aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • fixed issue that data in views weren't editable (copy&paste typo problem)Bibiko2010-08-261-0/+1
* • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi...Bibiko2010-08-261-9/+16
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-22/+5
* • added tooltip about non-editable while keyboard navigation and trying to ...Bibiko2010-08-251-2/+30
* • fixed several issues for in cell editing of Custom Query tables and view ...Bibiko2010-08-251-2/+5
* • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin...Bibiko2010-08-241-148/+9
* • introduced tri-state sort order for Content and Custom Query tablesBibiko2010-08-241-9/+24