Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/mergeclasses' | Max | 2018-01-20 | 1 | -1/+564 |
|\ | | | | | | | | | | | | | Conflicts: Source/SPQueryControllerInitializer.m Source/SPQueryDocumentsController.m Source/SPQueryFavoriteManager.m | ||||
| * | merge SPQueryController (part of #2789) | Max | 2018-01-20 | 1 | -1/+563 |
|/ | |||||
* | Allow copying lines from query console by using drag-and-drop (part of #2749) | Max | 2017-03-29 | 1 | -39/+46 |
| | |||||
* | Replace some legacy NSIndexSet enumeration with 10.6+ style ↵ | Max Lohrmann | 2017-03-12 | 1 | -7/+2 |
| | | | | -enumerateIndexesUsingBlock: | ||||
* | * Copying text from the query console without having a database selected ↵ | Max | 2015-05-07 | 1 | -7/+10 |
| | | | | | | could cause an exception (fixes #2111) * Text copied from the query console could have an invalid format in some setups | ||||
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -10/+10 |
| | | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation. | ||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist). | ||||
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if converted to @[] | ||||
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -4/+4 |
| | | | | | Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals. Also replaced some TRUE/FALSE with their YES/NO counterparts. | ||||
* | Fix spelling errors on method comment | Howard P. Logsdon | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Resolve #1938: In the query console display the database the query was ↵ | Stuart Connolly | 2014-08-28 | 1 | -14/+38 |
| | | | | executed in. | ||||
* | Move console button and entry generation to occurring non-synchronously when ↵ | rowanbeentje | 2014-06-23 | 1 | -9/+15 |
| | | | | calling back to the main thread, fixing a potential spinlock situation when a background thread is querying and the main thread is waiting on the result | ||||
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -1/+2 |
| | |||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Updated ConsoleLog panel sheet to 10.6 code | Marius Ursache | 2013-11-11 | 1 | -13/+7 |
| | |||||
* | - Improve thread safety within the console window, triggering draw and view ↵ | rowanbeentje | 2013-08-26 | 1 | -6/+8 |
| | | | | | | | updates only on the main window - Ensure the console window is first loaded on the main thread, fixing warnings from CoreAnimation ("CoreAnimation: warning, deleted thread with uncommitted CATransaction") on startup when a background thread calls [window isVisible] and triggers a lazy awakeFromNib of the window | ||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -65/+65 |
| | |||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -3/+3 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -11/+18 |
| | |||||
* | Fix more gcc warnings. | stuconnolly | 2012-05-09 | 1 | -0/+6 |
| | |||||
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+2 |
| | |||||
* | Warning: this branch commit is largely untested, and known to throw ↵ | rowanbeentje | 2012-02-23 | 1 | -3/+1 |
| | | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds | ||||
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -3/+3 |
| | |||||
* | Fix minor copying and saving console view content issues. | stuconnolly | 2012-01-29 | 1 | -15/+22 |
| | |||||
* | When building a string of all console messages, use a copy of the visible ↵ | stuconnolly | 2011-10-16 | 1 | -2/+8 |
| | | | | message set ensure it's not modified while being enumerated. Fixes exception http://spbug.com/l/2743 | ||||
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 1 | -589/+91 |
| | |||||
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -0/+4 |
| | |||||
* | fix accidental code regression in r3309 | sqlprodev | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -40/+101 |
| | |||||
* | * Fixes most parts of #1006 (Translation of file names) | dmoagx | 2011-05-10 | 1 | -1/+1 |
| | | | | * Update strings files | ||||
* | SP_REFACTOR: Workaround for naming conflict with ↵ | sqlprodev | 2011-04-14 | 1 | -1/+1 |
| | | | | postNotificationOnMainThread: which also exists in TCMPortMapper.framework; NSUserDefaults access now permitted in SP_REFACTOR blocks for a few prefs keys | ||||
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -7/+47 |
| | | | | UI code from functional code | ||||
* | * Fix two untranslatable strings #1006 | dmoagx | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | Fix more compiler warnings. | stuconnolly | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -3/+3 |
| | |||||
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
| | | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files. | ||||
* | Fix a typo that caused an exception when opening the console. | stuconnolly | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -11/+11 |
| | |||||
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
| | |||||
* | Implement threading locking when modifying the query console/controller's ↵ | stuconnolly | 2010-09-26 | 1 | -0/+11 |
| | | | | log data storage to prevent race conditions. Should fix crash: http://spbug.com/l/1644 | ||||
* | • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ↵ | Bibiko | 2010-09-21 | 1 | -0/+1 |
| | | | | there're instances where one has to reload the table explicitly | ||||
* | • SPTableContent | Bibiko | 2010-09-20 | 1 | -108/+147 |
| | | | | | - avoid replacing of % by %% for user-defined content filters if no argument is required • minor commenting stuff and code cleaning | ||||
* | • SPTableStructure's source table saves its column widths | Bibiko | 2010-09-10 | 1 | -1/+0 |
| | | | | • SPQueryController: removed unnecessary [table reloadData] | ||||
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -27/+16 |
| | | | | | | | | | [aString appendString:[NSString stringWithFormat:]] by [aString appendFormat:] since it's much more faster • first look at loop where several [aStr appendString:] occur to try to combine them into one appendString or appendFormat since the allocation of memory takes really time Note: I tested all my changes but we should test it further to be sure that I didn't a mistake! | ||||
* | Rename CustomQuery as SPCustomQuery. | stuconnolly | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -2/+2 |
| | | | | | | | | - Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows | ||||
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -0/+1 |
| | | | | | | | - Add more calls to deregister watchers to fix crashes to closing threads or objects - Fix a couple of memory leaks - Alter a few calls to be performed on main thread (afterDelay: operates on the thread is is called on) - this fixed database reloading after import and field/index deletion error sheets | ||||
* | Don't append a semi-colon to console messages that are errors. | stuconnolly | 2010-04-04 | 1 | -1/+8 |
| | |||||
* | Localize 'Save As...' button titles on console and process list windows. | stuconnolly | 2010-03-25 | 1 | -2/+2 |
| |