Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns ad9e9582f2 Fix #255. 2009-05-11 18:57:49 +10:00
Doug Kearns cb0f542e94 Rename Search to Finder.
Search generally refers to web searches in this domain and mixing
"search" and "find" within the same module is very confusing.
2009-05-11 17:53:33 +10:00
Doug Kearns 208bc5c6f3 Cleanup Search event callback names. 2009-05-11 16:11:06 +10:00
Doug Kearns 37c466b441 Fix search.highlight to prevent rehighlighting on n/N. 2009-05-11 16:08:11 +10:00
Doug Kearns f73879f43e Add :stopall. 2009-05-11 01:20:45 +10:00
Doug Kearns 961c84c33d Recategorise level 9 TODOs as level 8. 2009-05-10 21:54:41 +10:00
Doug Kearns 7a4f68d6ce Document marks.all. 2009-05-09 16:31:48 +10:00
Doug Kearns 93e166e86b Refactor "gt" action. 2009-05-06 21:45:06 +10:00
Doug Kearns 7281f64eae Fix the activity indicator when tab numbering is active. 2009-05-06 21:45:05 +10:00
Doug Kearns 4912348398 Normalise the count arg of map actions with Math.max.
Passing an arg object to these actions as is done for commands might be
better.
2009-05-06 21:45:03 +10:00
Doug Kearns be58134222 Fix help index formatting. 2009-05-02 18:46:16 +10:00
Doug Kearns 3c408003d2 Remove fixed FIXME comment from template.highlightURL. 2009-05-02 17:06:30 +10:00
Doug Kearns 42fba96bdf Fix typo in 'encoding' help description (Daniel Hahler). 2009-05-01 10:25:08 +10:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Doug Kearns c65f88f8a2 Add 'encoding' to the help index. 2009-04-30 22:21:34 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Doug Kearns 7dc432d147 Refactor IO.PATH_SEP. 2009-04-04 20:28:16 +11:00
Doug Kearns 7b367d505d Add "tab-icon" to the class in the tab binding's icon stack.
Other extensions use this to reference the icon.
2009-04-04 01:38:36 +11:00
Doug Kearns e2278c7505 Revert "Enable the service pane hide/show button in the media tab."
This reverts commit 6dff9489f5e878fbd50335acbd1ffea42570b777.
2009-04-03 02:41:56 +11:00
Doug Kearns c4fa8c6098 Enable the service pane hide/show button in the media tab. 2009-04-03 02:03:35 +11:00
Doug Kearns 0bbead8d2f Allow :dpopen/:dpclose to operate on the main service pane. 2009-04-03 01:37:58 +11:00
Doug Kearns a5e62a9bcf Add 'repeat' and 'shuffle'. 2009-04-03 00:03:25 +11:00
Doug Kearns 54647ba73b Add :dialog jumpto. 2009-04-02 20:32:19 +11:00
Doug Kearns 23fe5a33c8 Add the media page manager to the services cache. 2009-04-02 02:01:59 +11:00
Doug Kearns 22ef0e8c39 Prefer SBGetBrowser over getBrowser for Xulmus. 2009-04-02 01:32:42 +11:00
Doug Kearns 680147bf90 Rename :filter to :queue and :Filter to :filter. 2009-04-02 01:26:22 +11:00
Doug Kearns 7540606dbb Update Xulmus NEWS with post 0.1 features. 2009-04-02 01:09:01 +11:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns 1acb941148 Add :dia newsmartplaylist to Xulmus. 2009-04-01 22:05:35 +11:00
Doug Kearns a1ce575cef Return the default 'stal' value for Vimperator and Xulmus to 0. 2009-04-01 17:02:36 +11:00
Doug Kearns 7c5ff987c1 Prefer the use of Cc and Ci in player.js. 2009-04-01 14:20:31 +11:00
Doug Kearns e9ceedc602 Refactor isPlayerWindow. 2009-04-01 00:57:25 +11:00
Doug Kearns 02471bcfb1 Document $MY_XULMUSRC in help. 2009-03-31 23:41:05 +11:00
Doug Kearns d985a4d6c8 Add a help entry for :silent. 2009-03-31 23:11:50 +11:00
Doug Kearns c146ff99b4 Fix zi/zi error at zoom range boundaries. 2009-03-31 13:27:03 +11:00
Doug Kearns 1ae692bd77 Fix search scroll limit messages in Player mode. 2009-03-30 13:34:19 +11:00
Doug Kearns f162833d93 Add 'maxitems' to the help index. 2009-03-30 12:43:35 +11:00
Doug Kearns 8e288dd82e Fix comment typo. 2009-03-30 12:35:01 +11:00
Doug Kearns ec04c9b23a Make the "track" keyword available to Stream* autocommands. 2009-03-30 01:42:12 +11:00
Doug Kearns 8300db58dc Respect 'incsearch' when searching in Player mode. 2009-03-30 01:12:22 +11:00
Doug Kearns 2d25c1f7c3 Add <S-Left>/<S-Right> (like H/L) mappings to Player mode.
Also the appropriate prefix to Player mode help tags.
2009-03-30 00:32:11 +11:00
Doug Kearns 24216eb7a4 Add "w" and "W" mappings to the help index. 2009-03-29 23:52:27 +11:00
Doug Kearns 3ff4fda7ca Remove :winclose and :winopen commmands from Xulmus.
These are generally unsupported in SB and probably not worth supporting
in Xulmus.
2009-03-29 23:49:18 +11:00
Doug Kearns 7ad4abf333 Remove some merged debugging code from loadModule.
Unintentionally merged from the xulmus branch.
2009-03-29 22:08:03 +11:00
Doug Kearns 626f585db6 Update MS's email address. 2009-03-29 21:30:31 +11:00
Doug Kearns 473f4732ac Merge branch 'xulmus' 2009-03-29 21:08:00 +11:00
Doug Kearns 0e28714ce6 Revert some of PT's local changes to the build system. 2009-03-29 21:05:38 +11:00
Doug Kearns 897181a5c4 Whitespace fixes. 2009-03-29 13:50:18 +11:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Doug Kearns a5c8ebcc55 Add rough :displaypane and :dpclose commands. 2009-03-29 12:04:01 +11:00
Doug Kearns 58a5b47f63 Add the subscription dialog to :dialog. 2009-03-29 12:04:00 +11:00
Doug Kearns 600d8b95b5 Add TODO item regarding Player mode in the Mini Player. 2009-03-29 12:03:58 +11:00
Doug Kearns 44a87ec672 Fix some missed references to Firefox and Vimperator in the help. 2009-03-29 12:03:57 +11:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Doug Kearns de38813fce cmus -> CMus in help references. 2009-03-28 20:34:24 +11:00
Doug Kearns 4fc5a26888 Fix typo. 2009-03-28 20:30:40 +11:00
Doug Kearns 91ab9e7caa Merge branch 'master' into xulmus 2009-03-28 17:23:14 +11:00
Doug Kearns 512a08875d Merge branch 'master' into xulmus 2009-03-28 17:20:51 +11:00
Doug Kearns 0863ef897e Document <C-[0-5]> mappings which change the track rating. 2009-03-28 16:51:17 +11:00
Doug Kearns 0f311e09e3 Whitespace fixes. 2009-03-28 12:23:22 +11:00
Doug Kearns 887855ed01 Fix typo in "/" help text. 2009-03-28 12:18:28 +11:00
Doug Kearns 6c598b7574 Add TODO regarding missing multi-window functionality. 2009-03-28 12:13:30 +11:00
Doug Kearns 2c352c285b Update help files for Xulmus. 2009-03-28 12:13:27 +11:00
Doug Kearns 26fec12cad Fix #204.
Fixes #204 (statusbar should follow "site identification button" color
codes).
2009-03-27 13:35:52 +11:00
Doug Kearns 1a034069db Document :mediaview. 2009-03-27 01:40:36 +11:00
Doug Kearns 59c1eaa4c8 Add a :mediaview command to change media views. 2009-03-26 21:56:24 +11:00
Doug Kearns a5b6ec3478 Refactor player#togglePlayPause. 2009-03-26 01:04:02 +11:00
Doug Kearns 683d569eb2 Remove the unwanted SB margin from the command line. 2009-03-26 00:25:59 +11:00
Doug Kearns 3fad7406d2 Use a green tilde for the Xulmus icon. 2009-03-25 23:24:45 +11:00
Doug Kearns ace07cef56 Update options.txt for Xulmus. 2009-03-25 20:13:08 +11:00
Doug Kearns 49f3984ba0 Add new autocommands to config and update the help file. 2009-03-25 19:55:50 +11:00
Doug Kearns 3979d4b5eb Add several player related autocommands.
TrackChangePre, TrackChange, ViewChangePre, ViewChange, StreamStart,
StreamPause, StreamEnd and StreamStop
2009-03-25 19:21:14 +11:00
Doug Kearns e21436d0db Remove "B" from 'guioptions' as SB doesn't have a bookmarks bar. 2009-03-25 19:15:45 +11:00
Doug Kearns c5d201fdb1 Reset the defaultValue for 'showtabline' as well. 2009-03-25 18:18:53 +11:00
Doug Kearns a3594e5ec3 Use showtabline=2 as the default. 2009-03-25 18:11:39 +11:00
Doug Kearns d3642a67fa Whitespace fixes. 2009-03-25 15:31:24 +11:00
Doug Kearns 3ba37cf93a Merge branch 'master' into xulmus 2009-03-25 12:46:01 +11:00
Doug Kearns c6e675bbdd Fix typo in LocationChange autocomd description. 2009-03-25 12:45:46 +11:00
Doug Kearns 16eb0a1148 Fix typo in LocationChange autocomd description. 2009-03-25 12:44:00 +11:00
Doug Kearns 8c495eb7ba Add Player mode :pmap commands. 2009-03-25 04:13:15 +11:00
Doug Kearns 98406ff211 Fix :dialog entries. 2009-03-25 04:03:10 +11:00
Doug Kearns 349c442eb5 Fix 'showtabline'. 2009-03-25 02:32:19 +11:00
Doug Kearns ed502d5d61 Document player mode <Left>/<Right>. 2009-03-25 02:21:24 +11:00
Doug Kearns 4bfb4b7515 Add <Left>/<Right> mappings for seeking.
These are the same as "h" and "l".
2009-03-25 02:13:14 +11:00
Doug Kearns b62527f8e6 Add "p" to 'guioptions' to show/hide the player controls.
Enable for now until the status bar is improved.
2009-03-25 01:52:14 +11:00
Doug Kearns a442aa0798 Add "i" mapping to select the current track. 2009-03-25 01:26:16 +11:00
Doug Kearns 44bf45d5cf Merge branch 'master' into xulmus 2009-03-24 15:50:53 +11:00
Doug Kearns 827f450a54 Add a :seek command. 2009-03-24 15:48:36 +11:00
Doug Kearns b6cb5785ad Fix :help :back/:forward formatting. 2009-03-24 15:04:22 +11:00
Doug Kearns 663cd581a1 Fix and document :load. 2009-03-24 15:00:18 +11:00
Doug Kearns 086f9d7971 Formatting fixes. 2009-03-24 10:10:33 +11:00
Doug Kearns 77d5743133 Add some broken commands to TODO#BUGS. 2009-03-22 16:47:22 +11:00
Doug Kearns 032b5be2ae Normalise case of player command and mapping descriptions. 2009-03-22 16:08:18 +11:00
Doug Kearns 2216878c9d Use green for the Xulmus logo's tilde. 2009-03-22 15:03:22 +11:00
Doug Kearns 32292c9823 Add new :volume command. 2009-03-21 03:08:12 +11:00
Doug Kearns 1423c78b02 Fix count handling of seek commands. 2009-03-20 18:49:17 +11:00
Doug Kearns 070332d152 Add TODO. 2009-03-20 17:31:54 +11:00
Doug Kearns 8ae0b211f1 Define missing window#BrowserStop and window#toJavascriptConsole. 2009-03-20 16:04:23 +11:00
Doug Kearns 5d652b78e6 Update xulmus logo. 2009-03-20 14:04:00 +11:00
Doug Kearns da38811c04 Add / and ? Player mode commands to TODO. 2009-03-20 14:01:21 +11:00