1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 08:11:25 +02:00
Commit Graph

3524 Commits

Author SHA1 Message Date
Conrad Irwin 4282b07d77 Fix uploading of files by relative path name.
Use io.getFile(path).path instead of just path in order to create an
absolute path.
2009-03-26 03:11:17 +00:00
Conrad Irwin bda0c5bda5 Fix #180. User can no-longer interrupt macros.
Buffers any keystrokes recieved during a macro expansion and plays them
after it has finished.
2009-03-26 02:48:55 +00: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
Conrad Irwin d6238f84a4 Treat strings containing / as URLs
In lieu of getting proper hostname detection, allow localhost/ and other
similar URLs to work.
2009-03-25 01:58:39 +00: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
Prathyush Thota 77f277ddcc Added :load [playlist]<tab>, command for loading specified playlist (autocompleted) 2009-03-24 04:18:43 +05:30
Conrad Irwin 53b5a54a1f Fix #198, Unicode escape next and previous pattern 2009-03-23 14:41:41 +00:00
Conrad Irwin b4b62fc836 Fix #141 by not splitting URLs on quoted commas.
Added a new function util.splitLiteral(str, RegExp).
2009-03-23 12:36:05 +00:00
Daniel Bainton f82ca27c6e Update maxVersion of vimperator to latest Minefield 2009-03-23 11:30:01 +02:00
Prathyush Thota 74dde82355 Added getPlaylist() and playPlaylist() functions 2009-03-23 04:49:35 +05:30
Kris Maglione cf57844986 Get rid of some 'config.name' checks in the common tree. These should all, ideally, go. 2009-03-22 02:25:05 -04: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
Prathyush Thota 2cfd2ee5ba Modified play() for playing selected tracks in the view 2009-03-22 06:38:07 +05:30
Prathyush Thota a51cf072c9 Added TODO 2009-03-22 05:42:51 +05:30
Prathyush Thota 310d807746 Added entry for :Filter in help page 2009-03-22 02:18:40 +05:30
Prathyush Thota 0126043a68 Added :Filter command for filtering the view, searchTracks() for searching inside a visible view and focusTrack(). 2009-03-22 01:35:55 +05:30
Kris Maglione c35cca159f Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-03-21 13:43:43 -04:00
Prathyush Thota ca4efd13df Fixed play() to play first track of the visible view. 2009-03-21 13:18:47 +05:30
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
Doug Kearns 032f7c0981 Add count support to l, L, h and H mappings. 2009-03-20 13:37:52 +11:00