aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-3287/+0
* - Make the query info/error display collapsible.stuconnolly2010-07-061-16/+30
* When editing the results from a custom query, reloading will only be performe...jakob2010-07-011-6/+10
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-011-3/+3
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-18/+18
* - Fix a problem caused when trying to run custom queries terminated by a par...rowanbeentje2010-05-091-0/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+5
* - Fix an intermittent crasher - occurring most often when sorting tables - b...rowanbeentje2010-04-021-1/+1
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-4/+4
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+1
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-13/+14
* - Alter historyItemsHaveBeenUpdated: call on startup to be performed on main...rowanbeentje2010-03-201-1/+1
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-0/+4
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-3/+4
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-0/+2
* Rework the running of custom queries, improving thread safety by splitting ou...rowanbeentje2010-03-121-114/+147
* Various printing support enhancements, including:stuconnolly2010-03-121-2/+2
* - If using an untitled connection (eg non-spf), default to saving queries to...rowanbeentje2010-03-101-0/+2
* • forgot to shorten SP_ASLIST_ALL_FIELDS in CustomQuery as wellBibiko2010-03-091-1/+1
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-091-0/+15
* - Move history popup construction to the main thread, fixing crashes probabl...rowanbeentje2010-03-081-2/+11
* - Add a check for valid columns - this addresses http://log.sequelpro.com/vi...rowanbeentje2010-03-071-0/+1
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-071-3/+3
* • fixed threading issue if user performs query in Custom Query all the time...Bibiko2010-02-181-8/+2
* - Implement result view saving in a more general way within CustomQuery; now...rowanbeentje2010-02-111-19/+89
* (no commit message)Bibiko2010-02-051-5/+7
* • fixed synchronisation of history lists if more than one instance of the s...Bibiko2010-02-051-32/+16
* • forgotten to remove debug logsBibiko2010-02-051-2/+0
* • refactored the entire history logic in Custom QueryBibiko2010-02-051-31/+74
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-4/+8
* • fixed undo behaviour of insertion of history/query favsBibiko2010-02-041-3/+6
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-021-20/+0
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-1/+8
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-29/+15
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-301-1/+1
* • suppress the display of table cell tooltips if TableDocument isWorking to...Bibiko2010-01-301-1/+1
* • added observer for all Query Editor colors to avoid initialising colors e...Bibiko2010-01-301-0/+10
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-301-43/+14
* • text macro logicBibiko2010-01-291-3/+4
* • further tiny improvements to avoid exceptional cases while highlighting t...Bibiko2010-01-291-4/+17
* • fixed some issues and improved the text macro behaviourBibiko2010-01-291-1/+8
* • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1Bibiko2010-01-281-7/+12
* • improved the graphical representation of text macro snippetsBibiko2010-01-271-1/+1
* • corrected regex to trigger table/db reload after executing a query in the...Bibiko2010-01-261-2/+3
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-241-3/+21
* • bound Custom Query gear menu item "Completion List" (CTRL key is recogni...Bibiko2010-01-221-1/+4
* • avoid updating TablesList for queries in Custom Query Editor à la "SHOW ...Bibiko2010-01-211-1/+1