Commit Graph

  • 35dffad869 Fix parsing of single args Florian Bruhin 2014-01-20 08:36:36 +0100
  • 044d24903c Add TODO Florian Bruhin 2014-01-20 07:15:05 +0100
  • 6acac5cb71 Display keystring in statusbar Florian Bruhin 2014-01-20 07:01:39 +0100
  • 289f08f7a7 Start statusbar text widget system Florian Bruhin 2014-01-20 06:52:41 +0100
  • d635cbd3fd Fix shlex parsing Florian Bruhin 2014-01-20 06:51:59 +0100
  • fd9ab82e8b Add :pyeval Florian Bruhin 2014-01-19 23:54:22 +0100
  • bd28c00cf1 Use shlex to split command args, add split_args property Florian Bruhin 2014-01-19 23:33:13 +0100
  • 2d8fd4499d Simplify command handler Florian Bruhin 2014-01-19 23:03:06 +0100
  • 1e8cb42c00 Rewrite whole command system. Florian Bruhin 2014-01-19 22:55:00 +0100
  • 114c2c01d3 First broken attempt at implementing count Florian Bruhin 2014-01-19 22:25:54 +0100
  • bf99519046 More key refactoring Florian Bruhin 2014-01-19 20:45:01 +0100
  • a6aa95cba8 Clean up esc pressing in statusbar Florian Bruhin 2014-01-19 20:20:35 +0100
  • 90cbf5362f Don't always clear status cmd text on focusOut Florian Bruhin 2014-01-19 20:17:51 +0100
  • 014f73a2dd Remove esc FIXME Florian Bruhin 2014-01-19 20:14:33 +0100
  • fb54eb58c1 Start reworking key parsing Florian Bruhin 2014-01-19 19:41:34 +0100
  • 3fa18c5599 Remove all the pyqtSlot decorators Florian Bruhin 2014-01-19 18:45:14 +0100
  • bba3696630 commands: Implement scrollstart and scrollend Florian Bruhin 2014-01-19 18:43:47 +0100
  • 8ca98da6c4 commands: Add debug output when command is called Florian Bruhin 2014-01-19 18:43:34 +0100
  • 9f9f5c41f7 Refactor app.py Florian Bruhin 2014-01-19 18:20:57 +0100
  • 0dd204b182 Implement scroll{left,right} Florian Bruhin 2014-01-19 17:45:03 +0100
  • 4a95745b71 webview: Turn off scrollbars Florian Bruhin 2014-01-19 17:39:06 +0100
  • 26a22d498a Hide progress bar at prog=100% Florian Bruhin 2014-01-19 17:34:07 +0100
  • f816e27c77 Refactor error display/clearing Florian Bruhin 2014-01-19 17:30:31 +0100
  • 50b5f84f1d Add TODO Florian Bruhin 2014-01-19 17:18:46 +0100
  • 5bab3aa79d tab bar: make font smaller Florian Bruhin 2014-01-19 17:08:45 +0100
  • 457c422f5d tabbar: elide text Florian Bruhin 2014-01-19 16:56:33 +0100
  • ee3eedbfb5 status: Hide progress bar when finished loading Florian Bruhin 2014-01-19 16:56:19 +0100
  • 0100dcf119 Style progress bar Florian Bruhin 2014-01-19 16:25:33 +0100
  • e1934929b1 Fix progress bar Florian Bruhin 2014-01-19 15:35:48 +0100
  • f96d420619 Add broken progress bar Florian Bruhin 2014-01-18 00:02:53 +0100
  • d500c8b9dd Get rid of tabs list Florian Bruhin 2014-01-17 23:22:49 +0100
  • ff938fc0d5 Add undo command Florian Bruhin 2014-01-17 23:17:24 +0100
  • 321c00bbfb Set title correctly Florian Bruhin 2014-01-17 22:50:27 +0100
  • 022fc7aa4e Add scrolling commands Florian Bruhin 2014-01-17 22:02:11 +0100
  • ff855d6ded Add commands reload/stop/back/forward/print Florian Bruhin 2014-01-17 21:50:43 +0100
  • 1b08b88b2b Move signal filtering to generic function Florian Bruhin 2014-01-17 21:29:43 +0100
  • 09467abe7e Log progress changes Florian Bruhin 2014-01-17 20:29:20 +0100
  • dfcba88179 Emit progress_changed in tab init Florian Bruhin 2014-01-17 20:29:07 +0100
  • 7cdad8e30d Fix esc key Florian Bruhin 2014-01-17 20:22:50 +0100
  • 5efa56c5bb Add logging Florian Bruhin 2014-01-17 20:03:21 +0100
  • 2b84768902 Remove debug output Florian Bruhin 2014-01-17 19:42:33 +0100
  • 294c5fa138 Update cur_progress on tab switch Florian Bruhin 2014-01-17 13:16:13 +0100
  • 688b22eaac Move progress handling to TabbedBrowser Florian Bruhin 2014-01-17 13:08:44 +0100
  • c0320a911b First implementation of a progress bar Florian Bruhin 2014-01-17 12:24:38 +0100
  • 3a76d52ffb Move keys.py to commands Florian Bruhin 2014-01-17 12:01:21 +0100
  • b14f3f63c5 Fix empty command handling Florian Bruhin 2014-01-17 12:00:13 +0100
  • 4e9527fb4c More fixups Florian Bruhin 2014-01-17 11:55:16 +0100
  • df48208524 tolower() -> lower() Florian Bruhin 2014-01-17 11:29:06 +0100
  • 6e700ba4ad Fix inspect namespacing Florian Bruhin 2014-01-17 11:28:46 +0100
  • f61debd2f4 Fix circular import Florian Bruhin 2014-01-17 11:28:35 +0100
  • 04140d9777 Remove explicit command name Florian Bruhin 2014-01-17 11:14:19 +0100
  • 61c90f293c Split commands to commands/utils Florian Bruhin 2014-01-17 10:57:27 +0100
  • bcc2fa9653 Move browser to widgets Florian Bruhin 2014-01-17 10:43:50 +0100
  • 9a20d60c13 Add tab{prev,next} command Florian Bruhin 2014-01-17 08:39:14 +0100
  • c392993c79 Don't close last tab Florian Bruhin 2014-01-17 08:28:04 +0100
  • 26df5a8076 Add monospace font for Windows Florian Bruhin 2014-01-17 08:26:45 +0100
  • 517fcb02ab Add defaults for signal emitting Florian Bruhin 2014-01-17 08:11:49 +0100
  • 19d8202b01 Default to argv=None for commands Florian Bruhin 2014-01-17 08:11:29 +0100
  • 928bdbe160 Add tabclose command Florian Bruhin 2014-01-17 08:03:42 +0100
  • ad52436875 Immediately run cmds without args in keyhandler Florian Bruhin 2014-01-17 07:56:30 +0100
  • 08207d6f9d Handle focus loss for cmd bar Florian Bruhin 2014-01-17 07:18:48 +0100
  • 7d285fa5a3 Add keys to MainWindow, not to tabs Florian Bruhin 2014-01-17 07:08:56 +0100
  • 020d079b85 Add error for invalid arg count Florian Bruhin 2014-01-17 07:06:49 +0100
  • cb0c2604f3 Display error on unknown command Florian Bruhin 2014-01-17 07:04:24 +0100
  • 837f53edea Add empty command Florian Bruhin 2014-01-17 06:56:18 +0100
  • 5eab225fa1 Add *.pyc to .gitignore Florian Bruhin 2014-01-17 06:51:40 +0100
  • 746e7a90ad Add keybindings Florian Bruhin 2014-01-17 06:51:21 +0100
  • 6eaf719298 Set keyboard focus after command Florian Bruhin 2014-01-16 21:59:50 +0100
  • a691cc10af Enforce : in status bar command Florian Bruhin 2014-01-16 21:42:46 +0100
  • 1736eb20c8 Fix command argument handling Florian Bruhin 2014-01-16 16:05:31 +0100
  • 8f9bfb02c3 Fix typo Florian Bruhin 2014-01-16 16:00:25 +0100
  • 7c9b6bdbde Use objects in cmd_dict Florian Bruhin 2014-01-16 15:59:57 +0100
  • 1d88bb7c9c Connect signals properly Florian Bruhin 2014-01-16 15:55:52 +0100
  • 0250f61b8a Import pyqtsignal in statusbar.py Florian Bruhin 2014-01-16 15:55:44 +0100
  • 857228e4f2 Refactor commandline parsing Florian Bruhin 2014-01-16 17:49:57 +0100
  • 7c866f5014 Add quit command Florian Bruhin 2014-01-16 17:45:12 +0100
  • ef9a5d569e Check argument count Florian Bruhin 2014-01-16 17:26:07 +0100
  • bc6d7fee25 Rewrite command parsing Florian Bruhin 2014-01-16 17:12:55 +0100
  • 64568de851 Add commands.py Florian Bruhin 2013-12-16 22:07:22 +0100
  • ea31eb35c8 Add tabopen Florian Bruhin 2013-12-16 22:07:11 +0100
  • e31e15b34a Add open command Florian Bruhin 2013-12-16 22:01:06 +0100
  • 1b759512bb Remove test tabs Florian Bruhin 2013-12-15 22:24:47 +0100
  • f0c9977fa4 Add actual browser Florian Bruhin 2013-12-15 21:40:15 +0100
  • fbe968af73 Move main window logic to mainwindow.py Florian Bruhin 2013-12-15 20:33:43 +0100
  • ae516f3f73 Split widgets to different files Florian Bruhin 2013-12-15 20:29:39 +0100
  • 7bd7c4d84d Use monospace font for tab bar Florian Bruhin 2013-12-15 20:20:29 +0100
  • 768622d294 Set document mode to true for tabbar Florian Bruhin 2013-12-15 20:18:40 +0100
  • bc59d7697e Own TabWidget object Florian Bruhin 2013-12-15 00:39:28 +0100
  • 06506e5e48 Statusbar styling Florian Bruhin 2013-12-15 00:01:05 +0100
  • 2461d74647 Layout changes Florian Bruhin 2013-12-14 23:25:59 +0100
  • f535f15575 Add .gitignore Florian Bruhin 2013-12-14 22:53:44 +0100
  • ae08f0e33a First real layout Florian Bruhin 2013-12-14 22:53:37 +0100
  • 11a94957dc Initial commit Florian Bruhin 2013-12-14 22:15:16 +0100