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

29 Commits

Author SHA1 Message Date
Doug Kearns
779752d776 Replace expression closures (command/option/mapping definitions).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-07-23 01:15:41 +10:00
Doug Kearns
6e8040286a Replace expression closures (getters).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-27 04:42:30 +10:00
Doug Kearns
c0b7c4c35d Replace expression closures (function declarations).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-25 23:59:30 +10:00
Doug Kearns
b840612bb8 Fix switch statement indentation. 2013-10-15 02:35:02 +11:00
Doug Kearns
6ee830dfad Convert expression closures to arrow syntax. 2013-09-15 00:42:51 +10:00
Doug Kearns
e0a0388382 Utilise object destructuring in parameter lists of stray map definitions. 2013-08-24 21:54:28 +10:00
Doug Kearns
f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10:00
Doug Kearns
53f3ea342c Normalise naming of module initializer functions. 2012-10-11 01:08:36 +11:00
Štěpán Němec
cc03bfadf8 Use [foo] instead of foo[] consistently in source doc type annotations. 2011-07-22 12:33:36 +02:00
Štěpán Němec
6ed4005e85 Minor documentation fixes.
Closes issue #521.
2011-04-28 20:26:49 +02:00
Doug Kearns
a52a0dc61f More ad hoc i18n work. 2011-04-01 10:12:47 +11:00
Doug Kearns
27de24f852 Move some more message strings to the properties file. 2011-03-13 03:10:59 +11:00
Doug Kearns
cae269fd32 Move some more message strings to the properties file. 2011-03-06 03:15:01 +11:00
Kris Maglione
8299257422 Make Melodactyl minimally functional. Closes issue #340.
--HG--
rename : pentadactyl/chrome.manifest => common/chrome.manifest
2011-02-22 10:01:56 -05:00
Doug Kearns
e920648701 Update mapping definitions for Melodactyl and Teledactyl to use Args object. 2011-01-01 03:48:38 +11:00
Doug Kearns
8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione
5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
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