aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-171-34/+33
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-1/+2
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-46/+46
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-4/+1
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-1/+0
* - Disable connection muxing on OS X versions lower than 10.7, to speed up co...rowanbeentje2012-12-171-1/+1
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...rowanbeentje2012-12-171-1/+1
* - Allow table content pagination to preserve the current filter type, includ...rowanbeentje2012-11-211-0/+1
* * Please note this revision will re-prompt for access to all KeyChain passwor...rowanbeentje2012-11-181-0/+1
* Move table content filter logic to it's own file.stuconnolly2012-08-151-4/+0
* - Alter table content Advanced Table Filter query preview area to use standa...rowanbeentje2012-08-011-1/+1
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-291-4/+8
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-31/+37
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-3/+3
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-61/+75
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-8/+6
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-1/+1
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-0/+1
* Tidy up.stuconnolly2011-08-271-0/+1
* - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-141-3/+2
* Tidy up.stuconnolly2011-08-131-4/+2
* merged latest SP_REFACTOR changessqlprodev2011-08-021-2/+3
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-241-2/+2
* - Rework a number of protocol defintions when refactoring to fix IB compilat...rowanbeentje2011-06-211-3/+2
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-8/+41
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code from...rowanbeentje2011-05-081-3/+2
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-2/+0
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-2/+16
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-071-2/+5
* - Fix more compiler warningsrowanbeentje2011-03-041-2/+2
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-241-0/+2
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-1/+1
* - When saving rows in the table content view, only include those fields whic...rowanbeentje2010-12-131-1/+1
* • Bundle command supportBibiko2010-12-071-0/+1
* • sequelpro url scheme supportBibiko2010-11-221-1/+2
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+6
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-1/+3
* Tidy up.stuconnolly2010-10-191-1/+0
* • some further work on Filter TableBibiko2010-10-011-0/+1
* • some very minor code, commenting, and tiny speed improvement stuffBibiko2010-09-301-0/+3
* • Filter TableBibiko2010-09-291-1/+1
* • Filter Table - Set Default OperatorBibiko2010-09-291-1/+5
* • Filter TableBibiko2010-09-291-3/+3
* • enabled Filter Table approach (Content View > ⌘F) for testingBibiko2010-09-281-1/+2
* • some progress on the filter table approachBibiko2010-09-281-1/+14
* • some progress on the filter table approachBibiko2010-09-271-1/+1
* • initial sketch approach to allow to write complex WHERE clauses by using...Bibiko2010-09-271-2/+16
* - Fix incomplete argument logic when deleting multiple rows without indexes ...rowanbeentje2010-09-051-0/+1
* • further improvements for in cell editing of view data in TableContent tablesBibiko2010-08-271-2/+2