aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • Content Window cell editingBibiko2010-08-241-0/+6
* • fixed memory leak in [SPDataAdditions shortStringRepresentationUsingEnco...Bibiko2010-08-241-205/+205
* • Table Content editing via keyboardBibiko2010-08-231-0/+12
* • changed TAB and SHIFT-TAB behaviour of Content Window tableBibiko2010-08-231-29/+98
* • first preparations to allow in cell editing in Custom Query (not yet act...Bibiko2010-08-221-137/+215
* • view editingBibiko2010-08-221-11/+19
* • view editingBibiko2010-08-221-3/+16
* • implemented the editing of views in Content WindowBibiko2010-08-211-2/+272
* • overall replacement of:Bibiko2010-08-201-8/+8
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-3/+3
* - Apply column autosizing improvements to custom query loadingrowanbeentje2010-08-161-15/+18
* Implement column autosizing for the Content View:rowanbeentje2010-08-121-27/+156
* • remember user's last setting for "Resetting AUTO_INC" while deletion of ...Bibiko2010-08-101-4/+8
* Improve handling of BIT fields, including:stuconnolly2010-07-151-14/+19
* • forgot to remove debug logsBibiko2010-06-291-2/+0
* • save window's vertical divider position in spf files in order to be able ...Bibiko2010-06-291-0/+10
* Exporter enhancements, including:stuconnolly2010-06-091-0/+1
* - Ensure SPTableInfo reloads occur on the main thread, fixing a number of lo...rowanbeentje2010-06-051-5/+5
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-011-7/+7
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-3/+3
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-0/+3413