aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPActivityTextFieldCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Addition to commit 2735e15bMax2015-01-041-1/+1
|
* Formalize [x release], x = nil; conventionMax2015-01-041-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.8Max2014-12-131-5/+0
|
* Attempt 1 to fix building on 10.7Max2014-12-131-0/+5
|
* Replace some NSDictionaries with literalsMax2014-12-131-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 Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+21
|
* • fixed warningsBibiko2011-03-151-1/+1
|
* - Fix more compiler warningsrowanbeentje2011-03-041-9/+9
|
* fixed compiler warningssqlprodev2011-03-011-0/+1
|
* • finished implementation of SPChooseMenuItemDialogBibiko2010-12-061-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 SPActivityTextFieldBibiko2010-12-021-8/+8
|
* • added chance to cancel an activity - up to now a running Bundle command ↵Bibiko2010-12-011-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)