aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-8/+14
* - If the favourite is not an on-disk document, add any new query favourites ...rowanbeentje2012-12-171-5/+18
* - Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi...rowanbeentje2012-08-031-28/+5
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Merge outline view branch into trunk.stuconnolly2012-05-021-1/+1
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-5/+76
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-12/+0
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-4/+4
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-0/+1
| * Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-3/+17
| * Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-3/+4
* | Improve query placeholder insertion:rowanbeentje2012-04-111-1/+66
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-4/+10
* | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-161-12/+0
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-4/+4
* | Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-3/+17
* | - Fix more warningsrowanbeentje2011-03-141-3/+4
|/
* - Fix exceptions right-clicking in empty parts of the query favourites manag...rowanbeentje2011-01-101-0/+1
* Tidy up.stuconnolly2010-10-191-1/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+1
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-2/+2
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-2/+2
* Initial implementation of tabs:rowanbeentje2010-05-231-3/+4
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-0/+1
* Manually set the connection favorites button bar delegate to ensure the split...stuconnolly2010-03-311-1/+1
* • added help button to Query Favorites EditorBibiko2010-03-161-0/+5
* • Favorite Query Editor Bibiko2010-03-081-0/+9
* • SPQueryFavoriteManagerBibiko2010-01-281-1/+1
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-241-3/+17
* • removed from each open panel:Bibiko2010-01-151-1/+1
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-091-4/+6
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-8/+8
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-20/+24
* Random source tidy up changes.stuconnolly2009-12-181-5/+4
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-0/+3
* Convert a bunch of #define'd constants to extern's, including preference tool...stuconnolly2009-12-111-7/+7
* Manually set the delegate of the anchored button bars in the content filter e...stuconnolly2009-11-181-9/+10
* Set keyboard shortcut for Remove button in alert dialogs to command R.avenjamin2009-11-101-2/+2
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-9/+11
* Tidy up.stuconnolly2009-11-071-0/+3
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-16/+12
* • first implementation of a Content Filter EditorBibiko2009-10-011-11/+11
* • further progress on the Content Filter EditorBibiko2009-09-301-0/+3
* • removed leaks in QueryFavoriteManagerBibiko2009-09-071-2/+2
* • Query Favorite ManagerBibiko2009-09-071-22/+51
* • after "Apply Changes" in a Query Favorite Manager update the Query Favori...Bibiko2009-09-071-9/+25
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-231/+224
* • fixes for Query Favorite Manager:Bibiko2009-09-011-2/+20