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

53 Commits

Author SHA1 Message Date
Doug Kearns 6547499323 read the Bookmarks Toolbar Folder when loading bookmarks - it has previously
been skipped since BookmarksUtils.getAllChildren(root) doesn't read it
2007-08-25 15:48:15 +00:00
Doug Kearns d005665723 make sure search engine aliases are properly initialized 2007-08-24 16:37:15 +00:00
Doug Kearns 6d3b674064 use TH to markup the table headers in :marks/:qmarks output...again 2007-08-19 17:21:00 +00:00
Doug Kearns 1ec6743b5d fix some help typos 2007-08-16 10:58:34 +00:00
Martin Stubenschrott 34e911b51e added colors to :ls 2007-08-15 18:27:43 +00:00
Doug Kearns 1f0bc741ef rename :bm, :bmadd, :bmdel to :bmarks, :bmark, :delbmarks respectively and use
the multiline output window for :bmarks and :history
2007-08-15 13:24:51 +00:00
Doug Kearns 80fc51d8a0 use TH to markup the table headers in :marks/:qmarks output 2007-08-14 16:16:53 +00:00
Doug Kearns 9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Doug Kearns 125781daf6 add support for the special version of :delqmarks! 2007-08-11 13:07:19 +00:00
Doug Kearns 5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Doug Kearns 575833ac86 rename :qmarkadd :qmark and :qmarkdel :delqmarks, sort :qmarks list output and
limit buffer marks to [a-zA-Z]
2007-08-11 09:28:21 +00:00
Doug Kearns 9c1266e889 don't output status messages when history bounds are exceeded - just beep 2007-08-09 14:25:20 +00:00
Doug Kearns 9bbaca69b7 reverse last commit 2007-08-06 13:45:17 +00:00
Doug Kearns 6508cb8c65 move Option constructor to Options, move
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in
vimperator.options and move all option initialisation to Options()
2007-08-06 12:52:33 +00:00
Doug Kearns c72995f666 remove unnecessary toString() call 2007-08-04 12:18:59 +00:00
Martin Stubenschrott 0d8140cedc winopen support 2007-08-01 01:17:45 +00:00
Martin Stubenschrott f12781220b changed vimperator.open() to accept postdata, makes the design a little uncleaner, but supports _all_ firefox search engines now. 2007-07-31 23:44:49 +00:00
Martin Stubenschrott ca5e2d080d Make sure, search engine aliases are unique 2007-07-31 15:41:56 +00:00
Martin Stubenschrott bdc505a047 openURLs -> vimperator.open(...)
Support for adding bookmark groups to QuickMarks
2007-07-27 18:49:08 +00:00
Doug Kearns f5dc793d0c fix trivial help text typos 2007-07-19 16:58:07 +00:00
Doug Kearns 74322fce1c replace readonly textboxes in the commandline and statusbar with labels and
simplify the skin styling
2007-07-17 14:55:41 +00:00
Doug Kearns e0245fe575 move the Events and Tabs objects to files of their own and add a license header
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns bade047430 move global function bmshow() to vimperator.bookmarks.list 2007-07-04 10:58:55 +00:00
Doug Kearns 39878db0da move the hsshow(), stepInHistory(), historyGoToBeginning(), and
historyGoToStart() global functions to vimperator.history
2007-07-02 14:48:31 +00:00
Doug Kearns 3372fee9e9 allow :marks to take an argument and sort its output properly 2007-07-02 07:40:42 +00:00
Martin Stubenschrott bb23387703 fixed :qmarks output 2007-06-29 11:45:48 +00:00
Martin Stubenschrott d6fbc880ec added QuickMarks 2007-06-29 11:44:45 +00:00
Martin Stubenschrott f2c340360d small display fixes in :marks 2007-06-27 14:45:43 +00:00
Martin Stubenschrott 3e1bd07ec8 :marks support 2007-06-27 14:35:11 +00:00
Doug Kearns c9c550a6f0 don't bother returning a status value in Marks#jumpTo and remove trailing comma
in :mark help propery assignment
2007-06-26 12:32:57 +00:00
Doug Kearns feadfb0bba fix :mark and :delmarks (AKA return of the marks) and add range support to
:delmarks
2007-06-26 04:44:28 +00:00
Doug Kearns 3bceee7721 normalise fold markers 2007-06-22 10:42:37 +00:00
Doug Kearns 2165705ab2 add fold markers 2007-06-21 14:29:09 +00:00
Martin Stubenschrott 89d629e5e2 moved log and logObject into the vimperator object 2007-06-19 23:01:11 +00:00
Doug Kearns 206ab949e7 declare title temporary variable 2007-06-19 14:34:57 +00:00
Doug Kearns 55d42bd94c make the global function parseBookmarkString a static function of Bookmarks 2007-06-19 12:37:58 +00:00
Doug Kearns 12c75c8052 initial Option/Options implementation - replacing g_options 2007-06-16 11:36:30 +00:00
Viktor Kojouharov 745035e1eb uppercase marks work once again 2007-06-12 06:21:29 +00:00
Viktor Kojouharov 2e143ffe1a The global marks correctly jump to their stored position, once the page has been loaded 2007-06-09 13:20:03 +00:00
Martin Stubenschrott 5aa89672c9 marks support (thanks viktor) 2007-06-07 23:33:38 +00:00
Doug Kearns 4f6ab64000 comment out debugging log message 2007-06-05 14:05:14 +00:00
Martin Stubenschrott 85e4265848 many help fixes
moved echo() -> vimperator.echo() and removed old XUL entries.
2007-05-22 09:13:32 +00:00
Martin Stubenschrott c5ddcea49e commited pending changes, nothing big 2007-05-20 11:05:21 +00:00
Martin Stubenschrott 31a43298f6 fully objectized History() and Bookmarks() 2007-05-18 15:36:17 +00:00
Martin Stubenschrott 7ac9a05803 First attempt in making vimperator object orietened.
For now only the CommandLine widget was made a real encapsulated object.
2007-05-11 12:42:17 +00:00
Martin Stubenschrott c6d67fe8fe keyword support for bookmarks 2007-05-04 18:04:11 +00:00
Martin Stubenschrott 80f7dd633f bug fix release 2007-05-02 12:55:19 +00:00
Martin Stubenschrott a4d056c583 added 'defsearch' setting 2007-05-01 17:29:32 +00:00
Martin Stubenschrott 7b2994c579 - use default firefox engines
:qsadd, :qsdel commands not yet done
2007-04-30 03:15:19 +00:00
Martin Stubenschrott d4844c2429 Many small bugfixes
changed wildsort -> wildoptions=sort
added completion for filenames
2007-04-29 15:04:00 +00:00