Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2021-02-16
| ||
20:57 | typo fix Leaf check-in: d4a16a62fa user: jmcclure tags: trunk | |
18:52 | improved input detection check-in: 9480ef05a1 user: jmcclure tags: trunk | |
17:46 | clear hinterStr on reset (esc, f) of hinting check-in: a70b236654 user: jmcclure tags: trunk | |
17:41 | remove implied "window." object check-in: 160f08d3e0 user: jmcclure tags: trunk | |
17:35 | alternative hint characters; fix 4-digit bailout to *not* match anything check-in: 69f8714d0c user: jmcclure tags: trunk | |
17:11 | improved modal hinting: customizable symbols check-in: 4991e36cd1 user: jmcclure tags: trunk | |
16:22 | example combining modal keys and hinting check-in: 6dc86ca529 user: jmcclure tags: trunk | |
16:00 | added ESC to unfocus input fields check-in: 9d135684eb user: jmcclure tags: trunk | |
15:54 | added modal key binding example check-in: fe21aaaa63 user: jmcclure tags: trunk | |
2021-02-15
| ||
16:00 | fixed hint position (viewport relative -> page relative) check-in: 6d5e2c8e77 user: jmcclure tags: trunk | |
05:56 | improved js keybindings; added js-based hinting check-in: bd7d0ee54c user: jmcclure tags: trunk | |
2021-02-10
| ||
03:13 | desktop file submitted check-in: e17651a502 user: jmcclure tags: trunk | |
01:58 | improved url vs search-term check check-in: 0ff508b62c user: jmcclure tags: trunk | |
2021-02-08
| ||
20:13 | reload url on profile change; fixed help formatting; directed non-url-like input to search engine check-in: d8ab00c8ae user: jmcclure tags: trunk | |
02:29 | Downloads implemented; new command "downloads" to see progress of active downloads check-in: 20d3ef98f0 user: jmcclure tags: trunk | |
01:41 | Fullscreen implemented; import settings to alt-profile environments check-in: 946c9f39f5 user: jmcclure tags: trunk | |
2021-02-07
| ||
18:05 | simplified createWindow; added background color; avoid name collision for 'page' check-in: 567d749013 user: jmcclure tags: trunk | |
06:20 | New approach to profiles, reset profile path to Default; new commands: set-user-agent, set-profile check-in: b351358207 user: jmcclure tags: trunk | |
03:01 | Added set-user-agent command (removed default firefox setting needed to log in to google. For future reference, in order to log into google sites, you can use the command 'weaver set-user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0"'. Once signed in, you will no longer need that UA as long as you remain logged in. check-in: f0c95c0c6b user: jmcclure tags: trunk | |
2021-02-06
| ||
19:12 | NOTE: DEFAULT PROFILE NAME HAS CHANGED. User's who keep persistent cookies or cache data should move their old profile before starting this version of weaver: "mv ~/.local/share/weaver/QtWebEngine/Default ~/.local/share/weaver/QtWebEngine/$USER". Changes: Create profile as child of Server object / option for "off-the-record" profile; comment settings in WebView::init() check-in: 4b4b2603ee user: jmcclure tags: trunk | |
17:08 | do not create instance for empty url check-in: 479753af78 user: jmcclure tags: trunk | |
2021-02-05
| ||
03:58 | ignore empty url strings; clear search on newpage load check-in: 1e6756a5e4 user: jmcclure tags: trunk | |
01:55 | minor cleanup; do not try to load empty string check-in: f8e548e088 user: jmcclure tags: trunk | |
2021-02-04
| ||
14:48 | code cleanup continues; added window-xid command check-in: b71d521bd3 user: jmcclure tags: trunk | |
01:40 | replace qDebug with QTextStream check-in: 475969c03d user: jmcclure tags: trunk | |
2021-02-03
| ||
23:16 | fixed missing space in error message for unrecognized command check-in: 868d025e7d user: jmcclure tags: trunk | |
23:11 | Removed now-redundant url constructor by putting content in createWindow check-in: 394ea512aa user: jmcclure tags: trunk | |
23:03 | Partial code cleanup; added open-hidden command check-in: d50373807b user: jmcclure tags: trunk | |
20:51 | Add examples; remove redundant setting of 'target'; replace pageAction->trigger with triggerPageAction check-in: bee6786fc9 user: jmcclure tags: trunk | |
2021-02-02
| ||
16:31 | Actually trigger the reload action check-in: 29e4e3c96b user: jmcclure tags: trunk | |
15:47 | Maintain static list of scripts check-in: 7605d31007 user: jmcclure tags: trunk | |
2021-02-01
| ||
19:06 | Fixed PKGBUILD to avoid multiple-evaluation bug from makepkg check-in: b375dc2393 user: jmcclure tags: trunk | |
18:09 | Added world-id for js-run scripts to match user-scripts check-in: 776f3143c7 user: jmcclure tags: trunk | |
17:38 | Implemented js-* functions; Ensured js popups aren't picked up in window lists or window-targetting logic check-in: 08f2eb309c user: jmcclure tags: trunk | |
03:39 | Fixed core dump from 'help' with no args: check QStringList.isEmpty() before QStringList.first() check-in: 98dbdd656e user: jmcclure tags: trunk | |
02:12 | Standardized argument string passing to use QStringList; This allowed for proper checking of command input prior to passing to runJavascript. Without this, the scroll-* commands would allow the user to inject arbitrary JS ... Of course, they can do that anyway with userscripts. check-in: 1c800af283 user: jmcclure tags: trunk | |
2021-01-31
| ||
23:42 | Added numbering to list-info / list-windows check-in: 5ccde61b32 user: jmcclure tags: trunk | |
23:15 | Updated commands to match new syntax check-in: 8fc1c53746 user: jmcclure tags: trunk | |
23:12 | Substantial revamping of "commands"; addition of "help" commands check-in: a3ef588739 user: jmcclure tags: trunk | |
06:09 | Track last-active "target" window to send commands to check-in: 2cbb3dabbe user: jmcclure tags: trunk | |
03:51 | Oops, here's the *real* PKGBUILD ... I think check-in: 819ce622fb user: jmcclure tags: trunk | |
03:48 | PKGBUILD ready for archlinux check-in: 03771c88fc user: jmcclure tags: trunk | |
01:55 | Fixed 'examples' folder install directive check-in: 3b9247c80d user: jmcclure tags: trunk | |
01:40 | Switch to ld.gold for now check-in: bdb8359aa3 user: jmcclure tags: trunk | |
2021-01-30
| ||
01:50 | Moved info.html to wiki; added examples to installation in Makefile check-in: cafe7327f5 user: jmcclure tags: trunk | |
01:49 | Added some profile options check-in: 1b4e124f0b user: jmcclure tags: trunk | |
2021-01-29
| ||
20:25 | Use /dev/null rather than a printf pipe for demu input check-in: 398314cfad user: jmcclure tags: trunk | |
19:53 | Added 'go' and 'Go' commands for scrolling check-in: 8c4ec7c557 user: jmcclure tags: trunk | |
16:47 | Fixed "open" command angled brackets check-in: 9b6dd66104 user: jmcclure tags: trunk | |
16:11 | Fix typo check-in: e0266b2ac9 user: jmcclure tags: trunk | |