1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 01:17:59 +01:00
Commit Graph

43 Commits

Author SHA1 Message Date
Kris Maglione
7b624705f7 Fix 'make install' on OS-X. 2011-03-16 22:29:57 -04:00
Kris Maglione
32d119561d Include properties file in XPI.
--HG--
extra : rebase_source : 805462bb09d1ac9011796e08bc67cbd704a733a4
2011-02-26 08:35:41 -05:00
Kris Maglione
e9a18c1a5a Bake hg version into install.rdf on XPI build. Warn users who are running in a testing branch.
--HG--
branch : groups
2011-02-07 19:54:42 -05:00
Doug Kearns
b5025f77f3 Relocate the test log to the test directory. 2011-02-01 20:44:12 +11:00
Kris Maglione
c50ddf6bb6 Bang on the tests a bit more. 2011-01-29 22:10:51 -05:00
Kris Maglione
199604041b Add a half slew of generic command execution/completion/code coverage tests. Add unhandled exception checking to tests. Fix some detected merge artifacts. 2011-01-28 21:59:48 -05:00
Kris Maglione
227fff2a04 Fix typo. 2011-01-28 06:02:03 -05:00
Kris Maglione
d092200892 Fix building with XPI=/absolute/path. 2011-01-28 05:41:33 -05:00
Kris Maglione
9b3ec5b76b Make building an XPI with spaces in its name possible. 2011-01-28 05:29:11 -05:00
Kris Maglione
0f6f7f1610 Fix building with XPI=/absolute/path. 2011-01-28 05:12:42 -05:00
Doug Kearns
35e0ab9cf4 Add experimental Mozmill functional tests.
--HG--
extra : rebase_source : eb8095f9d17f9c97706f93f670dd880c2b56f050
2011-01-25 22:17:52 +11:00
Kris Maglione
c78bb0f332 Get rid of absurd Map#route flag. Consolodate some constants. 2011-01-18 17:35:57 -05:00
Kris Maglione
0de4c844ef Fix arg maps. 2011-01-12 22:58:45 -05:00
Kris Maglione
5cf58308d7 Import patch from dhahler. Closes issue \#253. 2011-01-12 20:22:59 -05:00
Kris Maglione
893ed79637 Fix deleting files after viewing them from source links in :list*. 2011-01-10 16:57:47 -05:00
Doug Kearns
7eb7772b61 Support make install{xpi} for {Melo,Tele}dactyl. 2011-01-07 02:26:46 +11:00
Kris Maglione
47288b3456 Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. 2010-12-30 21:34:13 -05:00
Kris Maglione
baecb996c3 More bootstrap work.
--HG--
branch : bootstrapped
2010-12-24 09:21:14 -05:00
Kris Maglione
5a51f53a74 Don't jar up content in the XPI anymore. 2010-12-23 15:43:59 -05:00
Kris Maglione
5a618bee0e Push INSERT mode on top of PASS THROUGH mode when entering an input field, rather than clearing the mode stack. 2010-11-17 19:18:19 -05:00
Kris Maglione
5ba4b84563 Hint mode: Don't be discouraged by a document's lack of a body. Closes issue #40.
--HG--
extra : rebase_source : dfdf9cf61af76aa84841ff181f42afcf318bce6d
2010-10-16 15:45:30 -04:00
Doug Kearns
54bc41d571 Rename License.txt to LICENSE.txt to match the legalese.
--HG--
rename : License.txt => LICENSE.txt
2010-10-07 16:52:08 +11:00
Kris Maglione
5c55d163c0 Fix 'make install' on Cygwin and make_jar.sh on Cygwin and BSD-ish systems. Closes issue #43. 2010-10-05 14:17:53 -04:00
Kris Maglione
408e91db5e Release 1.0 βeta 2. 2010-10-02 16:35:38 -04:00
Kris Maglione
195eae7807 Fix minor oversight in last commit. 2010-09-30 18:04:19 -04:00
Kris Maglione
e1d589ab9e Support Windows/OS-X in 'make install'. Closes issue #33. 2010-09-30 18:03:31 -04:00
Kris Maglione
aefe32934b Add install and installxpi targets to Makefile. Closes issue #27. 2010-09-29 14:16:37 -04:00
Kris Maglione
afc2eac676 Fix about:pentadactyl = about:undefined in Gecko<2.0. 2010-09-28 14:04:11 -04:00
Kris Maglione
a66ee5a8da Only normalize() files that exist in File#joinPaths.
--HG--
extra : rebase_source : 95956866421e607ed9232d905e2ceb462400e09e
2010-09-23 04:24:30 -04:00
Kris Maglione
72be646c5b NEWS updates and whitespace fixes. 2010-09-19 02:13:19 -04:00
Kris Maglione
a53edafac1 Fix :version for non-XPI installs. Fix :extensions in FF 3.6. 2010-09-18 07:24:35 -04:00
Kris Maglione
3fe0b9238f Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea6242902e4; other small fixes. 2010-09-17 23:13:52 -04:00
Kris Maglione
924863cd61 imported patch dactylify
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
2010-08-28 18:02:03 -04:00
Kris Maglione
a6f90714e4 Fix broken JS completion.
--HG--
branch : testing
2010-06-03 20:24:16 -04:00
Kris Maglione
d907ec0447 Fix makefile bug. 2009-11-15 13:39:13 -05:00
Kris Maglione
8224540d26 Check for existence of base64(1) before 'make dist' 2009-11-02 16:49:52 -05:00
"M.Terada"
3f4602ca3c Fix: build system
Hi developers

I'm afraid you don't notice the build system have been borken since
help system is replace to XSLTransform from asciidoc.
because the build system does'nt archives *.xsl files.

Please review the attached patches

Best regards.
----
teramako
2009-11-02 00:22:22 -05:00
Kris Maglione
84da6102dc Fix 'make dist' 2009-11-01 19:23:25 -05:00
Kris Maglione
d880d4afcb Cleanup liberator.open a bit; could probably use a bit more. 2009-10-31 17:28:35 -04:00
Kris Maglione
83ef6a7a93 Use curl for make dist rather than Google's upload script. 2009-10-31 15:43:29 -04:00
Kris Maglione
161001c216 Add Google Code upload target to common Makefile.
--HG--
extra : rebase_source : 91c07685dbb35a9cc2740d56c43a0b1d5c6a6f77
2009-10-30 20:48:45 -04:00
Kris Maglione
a8c6378b43 Minor build system updates.
--HG--
branch : xslt
2009-10-27 00:29:10 -04:00
Kris Maglione
0d44d919bc Replace asciidoc with native XSLT transforms.
--HG--
branch : xslt
rename : common/Makefile.common => common/Makefile
rename : vimperator/components/about-handler.js => common/components/about-handler.js
rename : vimperator/components/chrome-data.js => common/components/chrome-data.js
rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
2009-10-21 04:46:29 -04:00