Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -3/+3 |
| | | | | | 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. | ||||
* | Attempt 2 to fix building on 10.7, 10.8 | Max | 2014-12-13 | 1 | -5/+0 |
| | |||||
* | Attempt 1 to fix building on 10.7 | Max | 2014-12-13 | 1 | -0/+5 |
| | |||||
* | 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). | ||||
* | 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 |
| | |||||
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+21 |
| | |||||
* | • fixed warnings | Bibiko | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | - Fix more compiler warnings | rowanbeentje | 2011-03-04 | 1 | -9/+9 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | • finished implementation of SPChooseMenuItemDialog | Bibiko | 2010-12-06 | 1 | -1/+9 |
| | | | | | • simplified bundle command handling and handling for bundle commands which have the same key equivalent to be able to group similar bundle commands • minor code improvements | ||||
* | • added cancel operation images and set them to SPActivityTextField | Bibiko | 2010-12-02 | 1 | -8/+8 |
| | |||||
* | • added chance to cancel an activity - up to now a running Bundle command ↵ | Bibiko | 2010-12-01 | 1 | -0/+357 |
- from the Activities pane (toggable via double-clicking at Table Information header); it's still tentative and the correct cancel icon will follow asap • added notification system for updating the activities pane (SPActivitiesUpdateNotification) |