Commit Graph

1884 Commits

Author SHA1 Message Date
Florian Bruhin
7325cefdae Fix lint 2014-06-16 12:11:10 +02:00
Florian Bruhin
54b409fa4c Add version numbers to PKGBUILD 2014-06-16 12:11:00 +02:00
Florian Bruhin
e582b964f5 Add requirements section in README 2014-06-16 11:36:14 +02:00
Florian Bruhin
b33ff5df1b Depend on Qt 5.2 or newer 2014-06-16 11:26:09 +02:00
Florian Bruhin
3090a6330d Clean up Python 3.2 compatibility cruft. 2014-06-16 11:20:43 +02:00
Florian Bruhin
011bc75a79 Make sure pkg_resources is available. 2014-06-16 11:20:26 +02:00
Florian Bruhin
903de515e7 Add a check whether print works. 2014-06-16 10:21:03 +02:00
Florian Bruhin
43490202ca Add a qt_version_check function to utils.misc.
We're usually only interested in the runtime version, not in the compile-time
version, so we use this rather than comparing to QT_VERSION/PYQT_VERSION.
2014-06-16 10:20:05 +02:00
Florian Bruhin
d76226626f Add debug argument for commands 2014-06-16 09:44:11 +02:00
Florian Bruhin
d97823615a Auto-enable javaScriptPrompt at PyQt > 5.3.0 2014-06-16 08:52:47 +02:00
Florian Bruhin
119a730221 Update ez_setup.py 2014-06-16 08:11:37 +02:00
Florian Bruhin
c7e36c4265 Update TODO 2014-06-15 22:28:36 +02:00
Florian Bruhin
49fd9951ed Use multiple eventloops 2014-06-15 22:24:37 +02:00
Florian Bruhin
2b9f337758 Fix lint 2014-06-15 11:36:28 +02:00
Florian Bruhin
fa79212fea Don't crash on :<space> 2014-06-15 11:29:33 +02:00
Florian Bruhin
b905b44b07 Add a qenum_key debug method 2014-06-15 11:21:39 +02:00
Florian Bruhin
59c8d6f9d1 Update ez_setup.py 2014-06-15 00:36:43 +02:00
Florian Bruhin
d3476662b9 Fix argument to message answered signal 2014-06-14 23:44:37 +02:00
Florian Bruhin
f58e702589 Don't override javaScriptPrompt because of PyQt bugs 2014-06-14 23:31:39 +02:00
Florian Bruhin
392784213b Use EventLoop which raises an Exception on double exec_() 2014-06-14 21:00:08 +02:00
Florian Bruhin
e453d9c8ca Merge Prompt:_display into Prompt:ask_question. 2014-06-13 23:42:07 +02:00
Florian Bruhin
6d4f961a50 Merge branch 'downloads'
Conflicts:
	BUGS
2014-06-13 23:11:44 +02:00
Florian Bruhin
9b42617c76 Fix lint 2014-06-13 23:09:24 +02:00
Florian Bruhin
ba108e89ac Update BUGS 2014-06-13 23:08:23 +02:00
Florian Bruhin
197bbf1a95 Fix spacing between download items 2014-06-13 23:06:25 +02:00
Florian Bruhin
9cd0369f89 Add some space between download items 2014-06-13 22:55:24 +02:00
Florian Bruhin
0e11bae002 Turn off scrollbars in DownloadView 2014-06-13 22:53:56 +02:00
Florian Bruhin
5d6cb0e45d Clean up download value calculations 2014-06-13 22:51:16 +02:00
Florian Bruhin
85ee71b739 Add a rolling average of dl speed for time estimation 2014-06-13 21:53:06 +02:00
Florian Bruhin
d80c05b0b1 Decrease download speed refresh interval 2014-06-13 21:43:04 +02:00
Florian Bruhin
82ed50050d Update DownloadView geometry when MainWindow size changed. 2014-06-13 20:19:36 +02:00
Florian Bruhin
aa36d3b10c Relayout DownloadView when size changed. 2014-06-13 20:19:27 +02:00
Florian Bruhin
6579f4dba0 Resize DownloadModel based on last item 2014-06-13 20:19:00 +02:00
Florian Bruhin
ba1f8e3764 Don't require parent argument for rowCount in DownloadModel. 2014-06-13 20:18:42 +02:00
Florian Bruhin
47c1908da2 Keep a reference to download path Question objects. 2014-06-13 20:18:16 +02:00
Florian Bruhin
fce591839b Abort filename prompt when download is cancelled. 2014-06-13 18:19:18 +02:00
Florian Bruhin
7b1e502dbf Actually make message.question async. 2014-06-13 18:16:47 +02:00
Florian Bruhin
5a2e6ba99a Add answer as argument to question's answered signal. 2014-06-13 18:16:24 +02:00
Florian Bruhin
a5f71a286d Don't make download items selectable 2014-06-13 17:47:03 +02:00
Florian Bruhin
a6314b686a Merge branch 'master' of ssh://cmpl.cc:2323/qutebrowser
Conflicts:
	BUGS
2014-06-13 14:54:17 +02:00
Florian Bruhin
b69e0bff20 Update BUGS 2014-06-13 14:53:34 +02:00
Florian Bruhin
6660988a5b Don't evaluate hint keychains twice 2014-06-13 14:52:54 +02:00
Florian Bruhin
3e5e8e59c1 Add right-click menu to cancel download 2014-06-13 12:19:30 +02:00
Florian Bruhin
34f3ffab45 Update BUGS 2014-06-13 07:51:58 +02:00
Florian Bruhin
b5ac700a9e Update BUGS 2014-06-13 07:50:46 +02:00
Florian Bruhin
cd7d6b87f9 Format donwload string so it jumps less 2014-06-13 07:49:47 +02:00
Florian Bruhin
c9f60caa12 Change download bar bg to black 2014-06-13 07:42:53 +02:00
Florian Bruhin
4dc33102b7 Cleanup 2014-06-13 07:41:51 +02:00
Florian Bruhin
ac43a0b5cb Style DownloadView 2014-06-13 07:39:47 +02:00
Florian Bruhin
9b7ff910c3 Log stylesheets 2014-06-13 07:38:10 +02:00