aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
...
* #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/+11
* - Fix exceptions caused when resizing custom query columns which don't map t...rowanbeentje2012-03-241-3/+3
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-7/+9
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-65/+64
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-5/+5
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-141-162/+202
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-1/+1
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-051-1/+1
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-38/+21
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-146/+109
* - 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-19/+35
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* - Clean up undo manager handlingrowanbeentje2011-08-311-0/+7
* Rework editable row checks in views and custom query results:rowanbeentje2011-08-241-31/+21
* merged latest SP_REFACTOR changessqlprodev2011-08-021-12/+0
* Tidy up.stuconnolly2011-07-251-5/+13
* - Fix exceptions editing non-unique-keyed views or custom query results with...rowanbeentje2011-07-101-15/+23
* - Fix exceptions seen in 0.9.9RC related to query favorites with nil query t...rowanbeentje2011-06-201-2/+6
* • changed the MySQL web search pathBibiko2011-05-201-4/+5
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-1/+13
* - When importing CSVs, or editing custom query results, set numeric fields t...rowanbeentje2011-05-091-4/+9
* • send current event after displaying field editor sheet for editing table ...Bibiko2011-05-081-0/+4
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-1/+1
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-15/+15
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-33/+29
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-16/+16
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-18/+146
* • fixed i995 : affected rows returned -1Bibiko2011-03-071-1/+1
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-071-24/+28
* - Fix more compiler warningsrowanbeentje2011-03-041-9/+9
* Fix more compiler warnings.stuconnolly2011-03-031-2/+2
* Fix compiler warnings.stuconnolly2011-03-011-3/+5
* fixed compiler warningssqlprodev2011-03-011-2/+0
* - When loading tables, ensure that the column count is updated before table ...rowanbeentje2011-02-151-3/+4
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-1/+5
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-4/+5
* • Bundle commandsBibiko2010-12-091-0/+7
* • Bundle CommandsBibiko2010-12-091-0/+48
* • Bundle command supportBibiko2010-12-071-0/+8
* - Add the ability to stop animation of the task indicator, and use it to pau...rowanbeentje2010-12-051-0/+2
* - Show and hide the custom query info area based on whether custom query err...rowanbeentje2010-12-041-37/+57
* - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...rowanbeentje2010-11-301-0/+16
* - Right-align numeric columns in table content views and custom query resultsrowanbeentje2010-11-271-0/+7
* • Bundle EditorBibiko2010-11-191-0/+8
* • started to implement auto-completion for aliasesBibiko2010-11-041-0/+8
* • after editing the Custom Query table remain the focus on that tableBibiko2010-11-011-1/+3
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+16