1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 18:52:27 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Doug Kearns
ab9b65a712 Remove the command Args dependency from a few straggling completers.
--HG--
extra : rebase_source : 12e642050a248dc0a33164d6757e925c9339a760
2010-11-09 22:19:02 +11:00
Doug Kearns
64c96436eb Make use of the new default property of CommandOption in :sortview.
--HG--
extra : rebase_source : 4b616d19e9b74229c65738be500653c075ea62e8
2010-11-05 00:45:31 +11:00
Doug Kearns
7f61f49841 Add cheap count support to :playernext and :playerprev. 2010-10-22 19:19:19 +11:00
Doug Kearns
0163f54311 Give a better error message when no arg is specified for :volume. 2010-10-22 17:45:27 +11:00
Doug Kearns
b3d55f51f9 Fix Melodactyl volume mappings. 2010-10-22 17:30:23 +11:00
Doug Kearns
5a42002243 Fix track focusing in Melodactyl's :load and :filter.
--HG--
extra : rebase_source : f1aa56b7413a785e601b95da5052e94e851bdfbe
2010-10-21 23:08:23 +11:00
Doug Kearns
377f8b01d4 Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
2010-10-21 22:55:15 +11:00
Doug Kearns
48dd94773e Employ dactyl.assert where appropriate in Melodactyl. 2010-10-21 15:25:54 +11:00
Doug Kearns
df52dd1f2b Update straggler commands to use CommandOption.
--HG--
extra : rebase_source : c151758b643249af238cb60d7b04ba2c1bb5dbc6
2010-10-15 10:40:27 +11:00
Doug Kearns
2de4120afe Remove redundant use of Option.validateCompleter.
This is run by default now.

--HG--
extra : rebase_source : 5e8a58550a0c6c3c9fb0cc146bb6405009a24ade
2010-10-15 10:30:49 +11:00
Doug Kearns
86efd0bb6a Add missing "use strict" pragmas. 2010-10-09 21:42:37 +11:00
Kris Maglione
a59d88fee7 Basic Songbird 1.9a support.
--HG--
rename : xulmus/AUTHORS => melodactyl/AUTHORS
rename : xulmus/Makefile => melodactyl/Makefile
rename : xulmus/NEWS => melodactyl/NEWS
rename : xulmus/TODO => melodactyl/TODO
rename : xulmus/chrome.manifest => melodactyl/chrome.manifest
rename : xulmus/components/commandline-handler.js => melodactyl/components/commandline-handler.js
rename : xulmus/components/protocols.js => melodactyl/components/protocols.js
rename : xulmus/content/config.js => melodactyl/content/config.js
rename : xulmus/content/dactyl.dtd => melodactyl/content/dactyl.dtd
rename : xulmus/content/library.js => melodactyl/content/library.js
rename : xulmus/content/logo.png => melodactyl/content/logo.png
rename : xulmus/content/xulmus.xul => melodactyl/content/melodactyl.xul
rename : xulmus/content/player.js => melodactyl/content/player.js
rename : xulmus/content/xulmus.svg => melodactyl/content/xulmus.svg
rename : xulmus/contrib/vim/Makefile => melodactyl/contrib/vim/Makefile
rename : xulmus/contrib/vim/ftdetect/xulmus.vim => melodactyl/contrib/vim/ftdetect/melodactyl.vim
rename : xulmus/contrib/vim/mkvimball.txt => melodactyl/contrib/vim/mkvimball.txt
rename : xulmus/contrib/vim/syntax/xulmus.vim => melodactyl/contrib/vim/syntax/melodactyl.vim
rename : xulmus/defaults/preferences/dactyl.js => melodactyl/defaults/preferences/dactyl.js
rename : xulmus/install.rdf => melodactyl/install.rdf
rename : xulmus/locale/en-US/all.xml => melodactyl/locale/en-US/all.xml
rename : xulmus/locale/en-US/autocommands.xml => melodactyl/locale/en-US/autocommands.xml
rename : xulmus/locale/en-US/browsing.xml => melodactyl/locale/en-US/browsing.xml
rename : xulmus/locale/en-US/dactyl.dtd => melodactyl/locale/en-US/dactyl.dtd
rename : xulmus/locale/en-US/gui.xml => melodactyl/locale/en-US/gui.xml
rename : xulmus/locale/en-US/intro.xml => melodactyl/locale/en-US/intro.xml
rename : xulmus/locale/en-US/player.xml => melodactyl/locale/en-US/player.xml
rename : xulmus/locale/en-US/tabs.xml => melodactyl/locale/en-US/tabs.xml
rename : xulmus/skin/icon.png => melodactyl/skin/icon.png
2010-10-02 10:44:19 -04:00