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

70 Commits

Author SHA1 Message Date
Doug Kearns 2b7e4dcb67 Remove redundant semicolons. 2009-09-04 21:58:43 +10:00
Doug Kearns bf240bc2b0 Make config.styleableChrome an array. 2009-08-27 14:46:35 +10:00
Doug Kearns c958616337 Formatting fixes. 2009-08-27 14:46:30 +10:00
Doug Kearns b0f4af5e55 Rename -liberator command-line option to -[config-name]. 2009-08-21 23:57:38 +10:00
Doug Kearns 662bf53d5f Normalise fooID => fooId. 2009-08-16 01:35:03 +10:00
Doug Kearns 77458e5b8a Whitespace and semicolon fixes. 2009-08-10 02:15:23 +10:00
Doug Kearns bf8529d975 Bump {max,min}version requirements for Muttator. 2009-07-17 23:01:16 +10:00
Doug Kearns f23fbf35e0 Start cleaning up Muttator documentation. 2009-07-15 18:33:57 +10:00
Doug Kearns f57d0c05a9 Add 'titlestring' to Muttator. 2009-07-15 17:59:57 +10:00
Doug Kearns dbf017bf21 Rename FolderLoaded autocommand event to FolderLoad. 2009-07-15 14:16:58 +10:00
Doug Kearns 821e48a7e3 Add the DOMLoad autocommand event to Muttator.
This also fixes the PageLoad* events.
2009-07-15 14:10:40 +10:00
Doug Kearns ecc26ad728 Add an about:vimperator page. 2009-07-13 23:52:26 +10:00
Doug Kearns 87f15456cb Fix the feature list for COMPOSE mode. 2009-07-08 23:18:27 +10:00
Doug Kearns e8f07f37d0 Extract composer behaviour into a new composer module. 2009-07-08 22:37:03 +10:00
Doug Kearns 4df207e6e5 Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
2009-07-07 21:37:41 +10:00
Doug Kearns f9ffc9138a Cleanup and add some documention. 2009-06-29 19:22:09 +10:00
Doug Kearns 701f9ef494 Move filename calculations from io.createTempFile to config.tempFile. 2009-06-29 19:09:11 +10:00
Doug Kearns d81ea622e8 Fix 'archivefolder' completion to match that of :goto et al. 2009-06-28 16:03:24 +10:00
Doug Kearns 6f2eb2d1ef Split Map.flags into individual properties of Map. 2009-06-28 16:03:21 +10:00
Doug Kearns ddfa294e1b Remove config.mainWindowID tests from common/*. 2009-06-28 16:03:16 +10:00
Doug Kearns 56dcc7fc94 Whitespace fix. 2009-06-28 16:03:11 +10:00
Doug Kearns baf423de14 Camel-case fix to addressbook.add parameter names. 2009-06-17 15:44:55 +10:00
Doug Kearns 4570c6ced5 Change remaining Components.{classes,interfaces,results} -> C[cir]. 2009-06-15 19:40:31 +10:00
Doug Kearns 4b103c9eee Add 'smtpserver' to Muttator.
This implements #86 (Quick way to change SMTP server).
2009-06-15 15:55:39 +10:00
Doug Kearns dbe348687e Add an 'online' option to Muttator.
Also changed Vimperator's 'offline' to make use of Firefox's
BrowserOffline.
2009-06-14 02:14:03 +10:00
Doug Kearns c3ef4d18da Formatting fixes. 2009-06-14 01:23:01 +10:00
Doug Kearns 5ebcdb71bc Prefer Math.max when normalising counts in commands. 2009-06-14 00:53:57 +10:00
Doug Kearns 30a54a4271 Fix the MOW height calculation in Muttator. 2009-06-12 01:03:33 +10:00
Doug Kearns 9a0076b109 Normalise the definition of :copyto and :moveto. 2009-06-11 14:03:59 +10:00
Doug Kearns 4585b1b476 Remove trailing commas from config.defaultOptions. 2009-06-11 03:22:35 +10:00
Doug Kearns a666e945a8 Fix :contact error message. 2009-06-11 02:45:00 +10:00
Doug Kearns 7cdb7e05b0 Fix highlighting of :contacts MOW output. 2009-06-11 02:40:55 +10:00
Doug Kearns 494a6c9478 Fix listing of contacts with :contacts. 2009-06-11 02:23:34 +10:00
Doug Kearns 2553cb6fcf Fix error messages for :contacts. 2009-06-11 02:20:40 +10:00
Doug Kearns 50d6d5de05 Fix 'display' validation and add completion.
Also added completion and validation for 'archivefolder'.
2009-06-11 02:07:58 +10:00
Doug Kearns 3bfa2d39d5 Prefer let over var in muttator modules. 2009-06-08 23:37:08 +10:00
Doug Kearns 64a9c9554c Fix more function formatting faux pas as per the style guide. 2009-06-01 16:46:09 +10:00
Martin Stubenschrott 324fe50f36 Fix muttator's key bindings 2009-05-29 13:27:09 +02:00
Martin Stubenschrott 9fa6b8e624 Fix space/return etc. for muttator. Unfortunatly config{base}.ignoreKeys
can't really be used for this, so we have to duplicate it for all apps.
2009-05-29 13:07:17 +02:00
Kris Maglione 6055c8a77b Add some rough documentation for config.js properties. 2009-05-25 12:10:22 -04:00
Doug Kearns abc11f1068 Move application specific modes to config.modes. 2009-05-24 01:56:44 +10:00
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 47a5c73a5b Remove some Hungarian notation. 2009-05-12 18:24:12 +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
Martin Stubenschrott acd7d654ad Fixed muttator folder completions 2009-05-06 00:09:56 +02:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Kris Maglione 2f753b6d27 Fix #247 2009-04-22 13:15:56 -04:00
Martin Stubenschrott 9320c5b1be * Fix muttator and experimentally increase buffer position display timeout to 500ms to avoid rendering the page twice 2009-04-20 22:48:19 +02:00
Kris Maglione 2a88d8a3bf Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
2009-03-30 01:19:29 -04:00
Kris Maglione 7e068d4f9e Fix some zi/zo issues. 2009-03-30 01:16:39 -04:00