Commit graph

13 commits

Author SHA1 Message Date
Vítor Galvão
529bd801e4 Removed support for widgets
Closes #2206.
2015-01-08 19:51:15 +00:00
Roland Walker
202d6019f8 Move all code under an Hbc:: namespace
* convert existing Cask:: namespace to Hbc::
* move Homebrew-fork code under Hbc::
* move freestanding classes such as Tty and TopologicalHash under Hbc::
* recast HOMEBREW_CASK_ constants as HBC_
* modify our Homebrew Formula for backward compatibility
* devscripts and dev docs
2015-01-02 07:27:03 -05:00
Claudia
ec2fdc3f51 Add tests for #5997 2014-10-05 19:52:41 +02:00
Roland Walker
216444849e Add copious debugging with --debug
- add new file "cask/utils.rb" analogous to "utils.rb" in Homebrew
- define odebug and odumpcask, analogs of ohai and friends, but
  which only give output when --debug is in effect
- move the debug setting from an instance variable in Cask::CLI
  to a method Cask.debug, defined in "lib/cask/options.rb", which
  was added in #2276. (Perhaps options.rb should be merged back
  into Cask::CLI).
- sprinkle odebug statements liberally throughout the codebase
- update tests
2014-01-28 10:15:43 -05:00
Joel Kuzmarski
7432affc59 services support 2013-12-13 18:13:19 -06:00
Paul Hinze
8870f7c1fc Merge pull request #2008 from kevinSuttle/colorpickers 2013-12-13 10:40:36 -06:00
Kevin Suttle
6dff4a35db Add support for colorpicker type 2013-12-12 22:59:58 -05:00
Fernando Paredes
d9c77c65cb Add support for installing Widgets 2013-12-08 09:28:56 -08:00
Roland Walker
5da6e642bf add support for installing fonts 2013-11-26 08:38:43 -05:00
Lucas Garron
ee30f839d2 QuickLook plugin support. 2013-11-14 20:26:07 -08:00
Shane Watson
8ab01bc255 Guard against unspecified casks in CLI 2013-11-10 13:44:10 -06:00
phinze
18fb8fc028 support custom prefpanedir option 2013-10-07 17:45:58 -05:00
phinze
fd3f3e7dde move cli tests to proper dir 2013-10-07 17:43:03 -05:00
Renamed from test/cli/options_test.rb (Browse further)