aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
Commit message (Expand)AuthorAgeFilesLines
* Internal Refactoring: Move MySQL Help viewer into own xib with own controllerMax2018-05-271-40/+0
* Remove another 2 cases of very strange object notification behavior (code style)Max2018-01-171-1/+0
* Change some method calls so the custom query view controller gets notified wh...Max2017-05-101-5/+3
* Remove a superfluous ivar and the unholy intermingling of UI and data code it...Max2017-04-181-1/+0
* Move some code to a place where it makes more sense to be (part of #2770)Max2017-04-181-1/+0
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-2/+3
* Issue #1717: Custom query export validation only needs to know the number of ...stuconnolly2013-05-111-24/+22
* - Fix query status and error message title to not always suggest an error ha...rowanbeentje2013-04-011-0/+1
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin...rowanbeentje2013-03-311-6/+18
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-2/+3
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-28/+28
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-0/+10
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-4/+1
* Tidy up custom query header.stuconnolly2013-01-231-23/+20
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c...rowanbeentje2012-07-261-17/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-18/+34
* Merged SP r3710 with Codasqlprodev2012-07-051-0/+1
* - Fix some text reselection logic when running all queries, which appears to...rowanbeentje2012-05-311-3/+0
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-7/+6
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-141-0/+1
* - 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
* - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-141-3/+2
* merged latest SP_REFACTOR changessqlprodev2011-08-021-2/+3
* - 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-2/+11
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code from...rowanbeentje2011-05-081-4/+3
* 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-0/+22
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-071-0/+1
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+4
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-0/+3
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-1/+1
* • Bundle command supportBibiko2010-12-071-0/+1
* - Show and hide the custom query info area based on whether custom query err...rowanbeentje2010-12-041-0/+2
* • started to implement auto-completion for aliasesBibiko2010-11-041-1/+1
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-1/+5
* Tidy up.stuconnolly2010-10-191-2/+0
* • further improvements for in cell editing in CustomQuery tablesBibiko2010-08-271-2/+3
* • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi...Bibiko2010-08-261-0/+5
* • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin...Bibiko2010-08-241-3/+4
* • added context menu for Copy, Copy with Header, Copy as SQL Insert to Cust...Bibiko2010-08-241-1/+1
* • added SPBeginWaitingAlertSheet() routine which offers the chance to displ...Bibiko2010-08-191-0/+1
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-2/+2
* - Apply column autosizing improvements to custom query loadingrowanbeentje2010-08-161-0/+9
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-0/+236