aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Manually allocate memory for table selection restoration processing instea...rowanbeentje2012-05-131-3/+7
* - Alter table filtering to reset pagination when filters are entered; pagina...rowanbeentje2012-05-081-4/+9
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-0/+3
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-3/+1
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-2/+9
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-241-3/+12
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-19/+141
* Update error message.stuconnolly2012-03-201-1/+1
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-897/+122
* - When cancelling a sort on the table content view, don't display an error m...rowanbeentje2012-03-201-1/+1
* - When refreshing the table content view, preserve column widths for columns...rowanbeentje2012-03-201-0/+12
* - Add a base64Encoding method for convenience when the result should be all ...rowanbeentje2012-03-181-2/+2
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-171-24/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-85/+76
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-10/+10
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-2/+2
* - Fix two incorrect initialisations; thanks to sqlprodev for spotting theserowanbeentje2011-10-201-1/+1
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-38/+28
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-178/+146
* - Fix editing of binary string values, a regression in r3428; addresses log ...rowanbeentje2011-09-221-0/+3
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-211-11/+29
* - Require there to be at least 50 rows to be in the table before using the "...rowanbeentje2011-09-071-1/+1
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* Tidy up.stuconnolly2011-08-271-0/+8
* * Fixes some strings that were not really localizable the way they were const...dmoagx2011-08-261-11/+21
* Rework editable row checks in views and custom query results:rowanbeentje2011-08-241-28/+23
* Tidy up.stuconnolly2011-08-131-20/+22
* Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno...stuconnolly2011-08-121-36/+43
* merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+2
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-241-14/+36
* - Fix exceptions editing non-unique-keyed views or custom query results with...rowanbeentje2011-07-101-14/+18
* • re-fixed ignoring first character event for editing sheetBibiko2011-06-191-0/+4
* - Add support for use of table relation "link" arrows on binary/blob data, f...rowanbeentje2011-06-121-2/+7
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-42/+178
* Fix bug introduced in the previous commit.stuconnolly2011-05-101-1/+0
* During a table data refresh within SPTableContent's loadTable: remember to en...stuconnolly2011-05-101-2/+4
* • send current event after displaying field editor sheet for editing table ...Bibiko2011-05-081-0/+4
* Add an 'Add New Row' menu item to the table content context menu. Completes t...stuconnolly2011-05-071-4/+11
* Small tidy up, mainly the addition of constants.stuconnolly2011-05-051-1/+3
* • improve BIT field type supportBibiko2011-05-051-1/+5
* * Allow table names to be sorted in lists via "AlphabeticalTableSorting" hidd...dmoagx2011-04-291-8/+6
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+6
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-3/+3
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-18/+18
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-182/+61
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-40/+40
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-108/+376
* - Fix more warningsrowanbeentje2011-03-141-1/+1
* • fixed bug if user invokes undo on a NSSearchField in the ContentViewBibiko2011-03-081-2/+5