aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-071-56/+64
* Fix more compiler warnings.stuconnolly2011-03-041-16/+20
* fixed compiler warningssqlprodev2011-03-011-1/+8
* fixed compiler warningssqlprodev2011-03-011-4/+0
* - Improve filter dropdown comparison memory to no longer override filters to...rowanbeentje2011-02-231-3/+6
* - When loading tables, ensure that the column count is updated before table ...rowanbeentje2011-02-151-3/+4
* - When changing column selections in the filter dropdowns, preserve the filt...rowanbeentje2011-02-141-0/+7
* • show in Content tables' header comments and ENUM/SET valuesBibiko2011-02-111-17/+25
* - Improve thread safety when loading content views, improving Issue #953rowanbeentje2011-01-291-4/+5
* • fixed exception for printing Content table if it contains GEOMETRY dataBibiko2011-01-281-2/+23
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-241-2/+24
* - Fix problems correctly resetting state when a query affects no rows on cre...rowanbeentje2011-01-141-2/+11