aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTriggers.m
Commit message (Expand)AuthorAgeFilesLines
* merge some smaller classes (part of #2789)Max2018-01-201-0/+59
* Fix crashes on tab/window closing due to previously registed preference obser...Stuart Connolly2017-03-241-3/+26
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-8/+3
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-7/+7
* Fix Edit Trigger sheet no working correctly in many localized versions (#2289)Max2015-10-151-22/+54
* Formalize [x release], x = nil; conventionMax2015-01-041-2/+2
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-8/+14
* 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
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* Move the table triggers controller delegate methods to their own category.stuconnolly2013-02-211-63/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-7/+1
* - Fix trigger edit failures not restoring the interface correctly, preventin...rowanbeentje2013-01-211-35/+48
* - Improve trigger adding and editing, re-opening the add/edit trigger window...rowanbeentje2012-11-081-28/+43
* Issue 1477: Trigger screen add bugbamse162012-10-051-0/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Make the trigger name field the initial first responder.stuconnolly2012-06-151-1/+3
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-051-1/+1
|\
* | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-4/+5
|/
* Minor tidy up.stuconnolly2011-07-111-1/+1
* Tidy up bundle editor UI.stuconnolly2011-06-151-1/+0
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+8
* Fix more compiler warnings.stuconnolly2011-03-141-8/+8
* - Fix trigger deletion to use the correct trigger namerowanbeentje2011-02-131-4/+5
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-111-11/+21
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Replace use of hardcoded strings with constants when working with trigger data.stuconnolly2010-10-191-21/+33
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-191-79/+107
* Because the process of editing a trigger involves droping and then re-creatin...stuconnolly2010-10-191-38/+55
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-8/+3
* • corrected switch() {} syntaxBibiko2010-09-231-3/+8
* • do not use title strings of NSPopupButtons for creating the CREATE TRIGGE...Bibiko2010-09-211-105/+110
* Tweak table triggers loading to only proceed for MySQL > 5; this finishes the...rowanbeentje2010-07-201-1/+3
* Added support for edit triggers. Doubleclick on a row and the Add trigger pop...bamse162010-07-111-5/+88
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-2/+2
* Rework alert sheets:rowanbeentje2010-05-091-2/+2
* Review trigger fetching and storage:rowanbeentje2010-05-011-50/+45
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-221-2/+2
* If the user is viewing the triggers table and then switches to either a proc ...stuconnolly2010-03-311-0/+9
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-5/+2
* 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
* Add support for printing the table triggers view as well some HTML generation...stuconnolly2010-03-131-0/+43
* Disable the addition of triggers on versions of MySQL less than 5.0.2 when su...stuconnolly2010-02-071-14/+35
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-165/+84
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+515