aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-3/+12
* - Fix default population for NOT NULL numeric fields when adding rowsrowanbeentje2011-01-111-3/+11
* - Fix split view overlap on the custom query view cuasing lines on scrolling...rowanbeentje2010-12-211-0/+29
* - Remove the CURRENT_TIMESTAMP workaround when saving rows as r3013 removes ...rowanbeentje2010-12-131-17/+8
* - When saving rows in the table content view, only include those fields whic...rowanbeentje2010-12-131-73/+82
* • Bundle commandsBibiko2010-12-091-1/+5
* • Bundle command supportBibiko2010-12-071-0/+8
* - Fix maximum table row resetting, which caused a bug when reloading a table...rowanbeentje2010-12-021-0/+4
* • Bundle CommandsBibiko2010-12-011-9/+27
* • Bundle Editor / Bundle commandsBibiko2010-12-011-0/+20
* - Right-align numeric columns in table content views and custom query resultsrowanbeentje2010-11-271-0/+8
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-0/+4
* • sequelpro url scheme supportBibiko2010-11-221-0/+12
* • Bundle EditorBibiko2010-11-191-0/+8
* • Bundle SupportBibiko2010-11-161-1/+1
* • removed unnecessary space inside the WHERE clause generation for filtere...Bibiko2010-11-071-1/+1
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-4/+4
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+14