aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* - Improve filter clearing logic, addressing Issue #1438 (pagination controls...rowanbeentje2012-08-231-11/+9
* - Alter table content endEditingFor calls to not be made if the undo manager...rowanbeentje2012-08-211-14/+32
* Move table content filter logic to it's own file.stuconnolly2012-08-151-208/+29
* Filter window should observe use table view gridlines preference.stuconnolly2012-08-141-10/+23
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-061-0/+1
* - Alter table content Advanced Table Filter query preview area to use standa...rowanbeentje2012-08-011-2/+2
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-291-10/+15
* * Restore filter window functionalitydmoagx2012-07-251-1/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-16/+23
* - Fix use of the pagination jump-to-page functions, addressing Issue #1376rowanbeentje2012-06-201-3/+5
* * Fixes the case of the curious @"es"'sdmoagx2012-05-171-3/+3
* - 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