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

518 Commits

Author SHA1 Message Date
Kris Maglione d0831ec8e6 Add missing docs and make 'showmode' a stringlist like 'passunknown' rather than a regexplist. 2011-03-26 15:27:59 -04:00
Kris Maglione 204f8ca25c Annotate most strings which need to be explicitly localified. 2011-03-25 22:37:16 -04:00
Kris Maglione 1f34b82abf Bump Firefox maxVersion. 2011-03-21 21:51:43 -04:00
Doug Kearns 9ae921773d More ad hoc i18n work. 2011-03-21 17:33:51 +11:00
Doug Kearns de04fc99d4 More ad hoc i18n work. 2011-03-20 00:46:11 +11:00
Doug Kearns af550c3839 Run style bot.
--HG--
extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
2011-03-19 15:00:46 +11:00
Kris Maglione afbe703985 Make userContext a proper Context. 2011-03-15 18:22:44 -04:00
Doug Kearns 3d09a0e843 Move input prompt strings to the properties file. 2011-03-13 13:45:47 +11:00
Kris Maglione 9ba3635bc1 Fix rangefinder search history issue. 2011-03-12 12:18:26 -05:00
Kris Maglione 71d9a51442 Fix hints on Firefox 4. 2011-03-12 11:58:16 -05:00
Kris Maglione abe1bf9a27 Add :pin and :unpin. Closes issue #344. 2011-03-11 13:55:08 -05:00
Kris Maglione de64d3f600 Work around some Google Reader key processing issues. 2011-03-11 09:07:28 -05:00
Kris Maglione d8c5f87872 Fix generating incorrect help pages on Firefox 4. 2011-03-11 07:10:12 -05:00
Kris Maglione 5e6b47009c Fix key feeding issues with some sites. Fix bug in dactyl.generateHelp. 2011-03-11 06:48:42 -05:00
Kris Maglione 3eb93fe721 Fix 'eht' validator.
--HG--
extra : rebase_source : 38690a1eb26e4dc6a0c6181dcb34b4c20c440065
2011-03-10 07:52:12 -05:00
Kris Maglione 0d32e64630 Add tags for individual versions in :help news. Fix dactyl.exportHelp. 2011-03-09 07:09:18 -05:00
Doug Kearns aaa3d9fa14 Move some more message strings to the properties file. 2011-03-07 00:28:30 +11:00
Doug Kearns cae269fd32 Move some more message strings to the properties file. 2011-03-06 03:15:01 +11:00
Kris Maglione 66785a8b5f Allow \c/\C in regexp options and so forth. 2011-03-02 14:43:57 -05:00
Kris Maglione 74fbc5833f Move some event-based code into observers in the modules it affects. 2011-02-27 16:58:21 -05:00
Kris Maglione 191ece33e0 Ammend revision 9f791638b3ef: Don't throw, but report error. 2011-02-27 05:48:34 -05:00
Kris Maglione 32d119561d Include properties file in XPI.
--HG--
extra : rebase_source : 805462bb09d1ac9011796e08bc67cbd704a733a4
2011-02-26 08:35:41 -05:00
Kris Maglione 7c7a7c4865 Move some messages to properties file. Local and modules directories still to be done. 2011-02-25 20:23:15 -05:00
Kris Maglione 8d693c5d03 Fix bluring certain editable iframes. 2011-02-24 17:05:56 -05:00
Kris Maglione 186a3438ac Fix bluring editible windows, I hope. 2011-02-24 16:50:55 -05:00
Kris Maglione 4b4b735485 Fix bluring editible windows, I hope. 2011-02-24 16:37:22 -05:00
Kris Maglione 8c8bff1282 Change a test in dactyl.parseURLs. Closes issue #398.
--HG--
extra : rebase_source : a901b7fb0d629e6451bc894d0062c8f9949968ee
2011-02-24 14:40:30 -05:00
Kris Maglione d9fe3a736e Fix live XPI update. 2011-02-23 20:40:09 -05:00
Kris Maglione 572f36906b Fix confusing, duplicate help index entries. 2011-02-22 03:00:50 -05:00
Kris Maglione f3894eb136 Remove all references to the "word" unchunked. 2011-02-22 02:03:53 -05:00
Kris Maglione e084c7488f Fix ill-conceived and confusing naming issue. 2011-02-20 17:17:35 -05:00
Kris Maglione deccf88dd0 Fix help tag indexing for automagically generated index tags. 2011-02-20 17:11:16 -05:00
Kris Maglione 12c8074057 Automagically tagify index entries without existing help tags rather than eliding them entirely. 2011-02-20 16:50:40 -05:00
Kris Maglione d37e8159ed Make Teledactyl minimally functional, albeit with quite a lot of errors on the console. 2011-02-19 22:02:01 -05:00
Kris Maglione 0de541726b Rip out FUEL references. Use a persistent component instead. 2011-02-19 18:23:32 -05:00
Kris Maglione 2cef435dbc Hack on :help NEWS. 2011-02-19 07:17:54 -05:00
Kris Maglione 73917f7cee Italicize new news items for a much needed sharper visual distinction. 2011-02-19 06:25:32 -05:00
Kris Maglione 77157eaff8 Add missing function name. Fix cleanup on window close. Fix minor mode change bug and add guards. 2011-02-19 02:13:05 -05:00
Kris Maglione 35bbf562d4 Hack on :help NEWS.
--HG--
extra : rebase_source : ad2bc75249d38f42f07b705c1799d7bb1fa2e3ad
2011-02-17 17:46:34 -05:00
Kris Maglione a54573522a Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation.
--HG--
extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6
2011-02-17 15:23:17 -05:00
Kris Maglione 380922ebcc Co-opt :js! for REPL. Add optional context argument. Add docs. Fix history bug. 2011-02-17 07:17:19 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00
Kris Maglione 5606b96957 Require "x" flag in util.regexp for "extended" regex processing. 2011-02-15 13:06:40 -05:00
Kris Maglione 5d53adcebc Fix dactyl.parseURLS bug. 2011-02-15 12:34:34 -05:00
Kris Maglione 69c9a9e485 Fix "Edit Element Style", "New Attribute", etc. in Firebug. 2011-02-14 14:00:47 -05:00
Kris Maglione 6392a8e9dd Fix typo in revision 4b0bb5f85de3. 2011-02-14 05:15:29 -05:00
Kris Maglione 4bb9ecd27d Placate the defsearch zealots. 2011-02-14 05:07:03 -05:00
Kris Maglione 11127c5a7d Accept more plausible URLs rather than falling back to horrid defsearch. Closes issue #338. 2011-02-12 20:52:18 -05:00
Kris Maglione 261a325ced Fix :tbt Menu Bar. Closes issue #366. 2011-02-12 20:07:36 -05:00
Kris Maglione 8277d4b0c4 Frob tests. 2011-02-12 15:27:33 -05:00