Commit Graph

1477 Commits

Author SHA1 Message Date
Martin Zimmermann
050da7c0ed update installation instructions for Gentoo 2014-11-30 17:20:47 +01:00
Florian Bruhin
d34aefcfee Another round of config breakage (sorry!).
- Rename colors->tab.* to colors->tabs.*
- Rename permission section to content.
2014-11-26 21:16:27 +01:00
Florian Bruhin
1784ae53e4 Other fixes in INSTALL 2014-11-26 20:56:08 +01:00
Florian Bruhin
baa1db8d51 Fix newline in INSTALL 2014-11-26 20:51:06 +01:00
Florian Bruhin
7ad6de6195 Update adblock section in FAQ 2014-11-26 20:26:11 +01:00
Florian Bruhin
0b00ad7040 doc: Fix host-block-lists default value. 2014-11-25 23:26:31 +01:00
Florian Bruhin
0134646c67 Basic host blocker implementation.
Squashed commit of the following:

commit 8d38e9c2f13778fe21cc2c1d61c5d26907b469ef
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 21:04:30 2014 +0100

    Fix default adblock lists.

commit a734b87e753daec28fa0c6643af8de088041179a
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 21:04:14 2014 +0100

    Fix error output on adblock errors.

commit 15bc10f605ebb86c12523bb81b55d1440fcacdbf
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 07:38:47 2014 +0100

    Update adblock docks

commit 475d530ee50f52295c2171208c6a0278750cf4b4
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 07:38:39 2014 +0100

    Remove adblock ram calculation

commit 0e52cc3ec93912fd3fa3ecf6de833aef0c540a60
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 07:03:11 2014 +0100

    Adjust docs for hosts-file.

commit 941df242d38300d7e42a26f2e67cfd668c6f8590
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 06:55:40 2014 +0100

    Add logging for host blocking.

commit 4ca1561ccf32affb8439113f4f1c222d7dee1e14
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 24 00:11:59 2014 +0100

    Don't do adblock updates automatically after changing config.

commit 26d4e86ca393d4a1a5fd8fac7729ce9c2e7cd240
Author: Florian Bruhin <git@the-compiler.org>
Date:   Thu Nov 20 19:58:32 2014 +0100

    adblock: Don't delete blocked hosts between files.

commit c7af08c68adf3c135d5a2fc746eb6d3c715b0711
Author: Florian Bruhin <git@the-compiler.org>
Date:   Thu Nov 20 19:58:22 2014 +0100

    adblock: Add comments for rewinding.

commit 9af87313088cd79ab8c022bcee9308511d6328f0
Author: Florian Bruhin <git@the-compiler.org>
Date:   Thu Nov 20 19:56:39 2014 +0100

    adblock: Rewind files properly.

commit 7f3dadc04ba68c92d6789ecf5822f7b2dfc367a0
Author: Florian Bruhin <git@the-compiler.org>
Date:   Thu Nov 20 19:40:18 2014 +0100

    Add untested file support.

commit 334c01867d510b599d94c9397097a1d789c0c64c
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 22:33:25 2014 +0100

    adblock: Handle download errors correctly

commit 3a9af4cd4a903386dc323640f1d52e03383b3aa7
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 22:23:04 2014 +0100

    adblock: Add error handling for invalid input.

commit 5934c3c027ff9205adb512aab396ca913b31e50d
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 22:22:47 2014 +0100

    adblock: Handle done_count correctly.

commit 3ba5e83fda9b7d764bfcf1e4b1aa479daae39791
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 21:18:10 2014 +0100

    Read adblock files when they finished downloading.

commit 86a5ecf194445e2ebe0cf22b59e24223387880c5
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 20:51:25 2014 +0100

    Add hosts-file.net to host-block-lists.

commit 121f0bff953497449c32e45e671b71d954beed4c
Author: Florian Bruhin <git@the-compiler.org>
Date:   Wed Nov 19 20:51:13 2014 +0100

    Add zip-file support to adblock.py.

commit f1c0e67cb9d890a44a1d1f545ace997f0a453f91
Author: Florian Bruhin <git@the-compiler.org>
Date:   Mon Nov 17 07:41:14 2014 +0100

    print line counts for debugging

commit 75dbb8964fd44862abc378ef26fb47f8cda6061e
Author: Florian Bruhin <git@the-compiler.org>
Date:   Fri Nov 14 19:22:20 2014 +0100

    Use statusbar messages for adblock

commit 74d9142d831496e02c5baae72c2723e320af1778
Author: Florian Bruhin <git@the-compiler.org>
Date:   Fri Nov 14 08:34:46 2014 +0100

    Add basic adblock functionality.
2014-11-24 21:05:09 +01:00
Florian Bruhin
049433d0b9 Update commands.asciidoc. 2014-11-23 21:27:46 +01:00
Florian Bruhin
615be2a4bc Update docs. 2014-11-20 06:36:08 +01:00
Florian Bruhin
a3a0110f91 Update quickstart 2014-11-19 22:48:38 +01:00
Florian Bruhin
7b1ea3ff40 Typo: s/similiar/similar/g 2014-11-19 22:46:52 +01:00
Florian Bruhin
f48dd29d49 Move install instructions to own file.
This fixes a part of #244.
2014-11-13 07:47:45 +01:00
rikn00
84759a4928 Add support to hover mouse over a hint 2014-11-01 01:54:19 +02:00
Florian Bruhin
bedebac938 Update docs 2014-10-27 06:53:10 +01:00
rikn00
1245e08d7a More options to colorize tab foreground 2014-10-26 23:56:00 +02:00
Florian Bruhin
63e1908a70 Regenerate docs 2014-10-26 19:48:26 +01:00
Florian Bruhin
6f3b15c324 Document function annotations in HACKING.
Closes #173.
2014-10-20 20:25:54 +02:00
Florian Bruhin
c4cd6fc56a Update branch documentation in HACKING 2014-10-20 17:15:35 +02:00
Florian Bruhin
6d2111bcd4 Add checklists to HACKING for #173. 2014-10-14 17:29:11 +02:00
Florian Bruhin
0e771db7f1 Use annotation instead of special argument names.
Explicit is better than implicit.

Fixes #161.
2014-10-09 06:33:24 +02:00
Florian Bruhin
1eefe688ca Update commands.asciidoc. 2014-10-08 22:20:57 +02:00
Florian Bruhin
d41fd85a87 Really remove BUGS/TODO 2014-10-07 23:40:37 +02:00
Florian Bruhin
6349a6a213 Remove Emit:/Raise: from docstrings.
They got out-of-sync fast and provided no real benefit.
2014-10-07 23:08:37 +02:00
Florian Bruhin
18f84c5cbc Regenerate settings.asciidoc after renaming last-close value.
This wasn't done after 3e31e88/#154.
2014-10-07 20:32:17 +02:00
Florian Bruhin
8ca5c09e69 Add --left/--right/--opposite to :tab-close.
This fixes the updated version of #46.
2014-10-07 20:30:31 +02:00
Florian Bruhin
105c25bc5f Merge branch 'multiwin'
Conflicts:
	qutebrowser/app.py
	qutebrowser/browser/commands.py
	qutebrowser/browser/hints.py
	qutebrowser/keyinput/modeman.py
	qutebrowser/network/networkmanager.py
	qutebrowser/widgets/mainwindow.py
	qutebrowser/widgets/statusbar/command.py
	qutebrowser/widgets/statusbar/prompt.py
	qutebrowser/widgets/statusbar/prompter.py
	qutebrowser/widgets/tabbedbrowser.py
2014-10-06 22:03:58 +02:00
Florian Bruhin
4d35782cc2 Update HACKING. Closes #131. 2014-10-06 21:28:33 +02:00
Florian Bruhin
bb530ed9e1 Regenerate command docs. 2014-10-06 20:46:01 +02:00
Florian Bruhin
6324751af6 More window support. 2014-10-06 17:58:40 +02:00
Florian Bruhin
b6393a1841 Get rid of meta registry 2014-10-05 21:50:14 +02:00
Florian Bruhin
a64fb8e0b4 Add screenshots to README. Closes #145. 2014-10-05 18:46:49 +02:00
Florian Bruhin
df98318e6b Merge branch 'master' of ssh://lupin/qutebrowser 2014-10-05 17:59:45 +02:00
Florian Bruhin
d8cc5e1284 Add documentation about reporting segfaults. 2014-10-05 17:55:17 +02:00
Florian Bruhin
4dcaa1fdec Be more forgiving when validating URLs. Fixes #141. 2014-10-03 16:58:30 +02:00
Florian Bruhin
7ca8c12c48 Docs update 2014-10-03 08:32:37 +02:00
Florian Bruhin
ab40a6d511 Add note about security bugs. 2014-10-03 07:58:36 +02:00
Florian Bruhin
d51e230c94 Add quickstart guide for issue #4 2014-10-03 07:56:22 +02:00
Florian Bruhin
b9c50c4601 Adjust docs for the removal of BUGS/TODO.
Fixes #130.
2014-10-02 07:05:56 +02:00
Florian Bruhin
7e92f037a4 Remove BUGS/TODO (moved to github issues) 2014-10-01 20:10:46 +02:00
Florian Bruhin
d7a0a7246f Add adsuck to FAQ for blocking ads 2014-10-01 11:39:10 +02:00
Florian Bruhin
013f05225f Link to github for HACKING link in FAQ. 2014-09-30 17:43:41 +02:00
Florian Bruhin
adf271bc4b Update BUGS/TODO 2014-09-30 17:27:49 +02:00
Florian Bruhin
861933c719 Update BUGS 2014-09-28 23:28:28 +02:00
Florian Bruhin
64a119afb2 Don't use signals for on_config_changed. 2014-09-28 11:27:52 +02:00
Florian Bruhin
65d1d21d2e Always use a list for namedtuple. 2014-09-28 00:43:08 +02:00
Florian Bruhin
0fadf6b091 Use a list as items-argument for usertypes.enum 2014-09-28 00:42:53 +02:00
Florian Bruhin
8636562579 Move config init out of Application 2014-09-28 00:27:22 +02:00
Florian Bruhin
2d6d6b3528 Regenerate docs 2014-09-27 23:14:53 +02:00
Florian Bruhin
8635dc8848 Make it possible to go back/forward in a new tab. 2014-09-27 23:14:39 +02:00
Florian Bruhin
b520b39206 Add more specs to HACKING 2014-09-26 07:06:39 +02:00
Florian Bruhin
a5b69016f2 Update BUGS 2014-09-25 22:59:22 +02:00
Florian Bruhin
d4fdbf5190 Disable OS X focus rect for MinimalLineEditMixin 2014-09-25 22:58:04 +02:00
Florian Bruhin
9e307a5918 Update BUGS/TODO. 2014-09-25 22:50:17 +02:00
Florian Bruhin
771acf384d Update BUGS 2014-09-25 19:18:49 +02:00
Florian Bruhin
5b7ee5d382 More HACKING updates. 2014-09-25 08:34:20 +02:00
Florian Bruhin
a9819fe1bc Update HACKING 2014-09-25 08:28:27 +02:00
Florian Bruhin
7b8829286c Merge branch 'objreg' 2014-09-25 08:08:08 +02:00
Florian Bruhin
f860e4fa6b Update commands.asciidoc 2014-09-25 08:06:21 +02:00
Florian Bruhin
9a05e64bf8 Update BUGS 2014-09-24 20:28:31 +02:00
Florian Bruhin
b9d7fe3c44 Update BUGS 2014-09-23 08:25:03 +02:00
Florian Bruhin
207bb00c50 Add increment/decrement to :navigate 2014-09-22 21:51:09 +02:00
Florian Bruhin
4213550206 Add :navigate up 2014-09-22 21:16:21 +02:00
Florian Bruhin
56e893f797 Update docs 2014-09-22 21:01:58 +02:00
Florian Bruhin
bc01f3a780 Fix spelling of temporarily 2014-09-22 20:44:07 +02:00
Florian Bruhin
b67d11f6f4 Update TODO 2014-09-22 20:43:59 +02:00
Florian Bruhin
812a0fdd41 Merge branch 'newcmd'
Conflicts:
	.flake8
	pkg/PKGBUILD.qutebrowser-git
	qutebrowser/browser/commands.py
	qutebrowser/browser/hints.py
	qutebrowser/config/configdata.py
	qutebrowser/network/qutescheme.py
	qutebrowser/test/config/test_configtypes.py
	qutebrowser/utils/utils.py
2014-09-22 19:09:48 +02:00
Florian Bruhin
ce6778f1d5 doc: Fix settings anchors 2014-09-21 21:23:16 +02:00
Florian Bruhin
2a68607fb3 More TODO 2014-09-21 14:52:41 +02:00
Florian Bruhin
6a9df08e75 Update BUGS/TODO 2014-09-19 19:16:38 +02:00
Florian Bruhin
7721d7b029 Update TODO 2014-09-18 18:16:59 +02:00
Florian Bruhin
e33e37a344 Update TODO 2014-09-18 13:25:36 +02:00
Florian Bruhin
a3ff5f7b6e Update Qt version recommendation 2014-09-18 06:40:55 +02:00
Florian Bruhin
0ce54ec1fc Update notes with asciidoc HTML stuff 2014-09-16 22:16:45 +02:00
Florian Bruhin
c87b4b2683 Update BUGS/TODO 2014-09-16 22:15:37 +02:00
Florian Bruhin
99170b6eac Update TODO 2014-09-16 07:17:10 +02:00
Florian Bruhin
18e56eca90 earlyinit: Fix text for debian. 2014-09-16 05:24:20 +02:00
Florian Bruhin
4edb76c9df Update TODO. 2014-09-16 05:23:55 +02:00
Florian Bruhin
a0c03e7b7a Update TODO 2014-09-16 05:19:54 +02:00
Florian Bruhin
8b629cd245 Update BUGS/TODO. 2014-09-15 22:29:09 +02:00
Florian Bruhin
35e8a44049 Update BUGS 2014-09-15 20:17:36 +02:00
Florian Bruhin
8e8a7a2589 Add used python libraries to HACKING 2014-09-15 18:30:44 +02:00
Florian Bruhin
175d25b3c4 Merge branch 'master' of ssh://cmpl.cc:2323/qutebrowser 2014-09-15 18:01:20 +02:00
Florian Bruhin
7aa212f51f Update TODO 2014-09-15 18:00:59 +02:00
Florian Bruhin
197af8c284 Update TODO 2014-09-15 06:54:37 +02:00
Florian Bruhin
f7c0f8f11e Remove :get and use :set with ...? instead. 2014-09-15 06:24:15 +02:00
Florian Bruhin
7e37b657f5 docs update 2014-09-14 23:25:56 +02:00
Florian Bruhin
a3f722e151 docs update 2014-09-14 23:11:11 +02:00
Florian Bruhin
fea3524443 Remove 'or None' in docs. 2014-09-13 00:37:07 +02:00
Florian Bruhin
38c341e3ea Add count info in commands. 2014-09-13 00:33:54 +02:00
Florian Bruhin
80ef0782d5 Improve some docstrings. 2014-09-13 00:22:27 +02:00
Florian Bruhin
5ee5b2f41e Describe session saving in TODO 2014-09-12 20:43:28 +02:00
Florian Bruhin
e29264fe5b Update TODO/BUGS 2014-09-12 20:40:58 +02:00
Florian Bruhin
a934b1b2d9 Update docs 2014-09-09 23:13:43 +02:00
Florian Bruhin
07107d467a Update TODO 2014-09-09 07:45:07 +02:00
Florian Bruhin
070d5ae300 Add more documentation. 2014-09-08 12:21:47 +02:00
Florian Bruhin
5e6150e665 Add a :help command. 2014-09-08 07:36:18 +02:00
Florian Bruhin
0267dac2be Add --help documentation 2014-09-08 07:36:18 +02:00
Florian Bruhin
02292d8518 generate_doc: Remove unneeded whitespace 2014-09-08 07:36:17 +02:00
Florian Bruhin
a1fabcc5c2 Start rewriting manpage generation 2014-09-08 07:36:17 +02:00
Florian Bruhin
b856bf3a47 Improve webelement API 2014-09-04 20:30:59 +02:00
Florian Bruhin
61258cc324 Add webelem wrapper to TODO. 2014-09-03 22:55:56 +02:00
Florian Bruhin
e3bb3af7ba Make it possible to use pdb for debugging. 2014-09-03 13:31:01 +02:00
Florian Bruhin
a98a4f5a10 Update notes 2014-09-02 11:59:03 +02:00
Florian Bruhin
5a766cac6e Remove AUTHORS.asciidoc 2014-09-02 11:48:35 +02:00
Florian Bruhin
a830b13023 More HACKING docs. 2014-09-02 09:04:47 +02:00
Florian Bruhin
71a2ade637 Fix URL detection corner cases. 2014-09-02 06:53:52 +02:00
Florian Bruhin
6d97da7bcc browser.downloads: Download with default name if path is given. 2014-09-01 17:51:49 +02:00
Florian Bruhin
372cd497de Remove some BUGS. 2014-09-01 07:32:11 +02:00
Florian Bruhin
d6cbdd7f95 Update TODO 2014-08-27 22:41:20 +02:00
Florian Bruhin
c675405525 Update BUGS/TODO 2014-08-27 22:29:29 +02:00
Florian Bruhin
7f40a5789d Update TODO 2014-08-27 20:19:17 +02:00
Florian Bruhin
2fb43af2b2 Update BUGS/TODO 2014-08-26 21:28:52 +02:00
Florian Bruhin
ce4a5affa4 Rename commands.utils to commands.cmdutils. 2014-08-26 20:48:39 +02:00
Florian Bruhin
dd9fed7a3e Adjust docs for qtutils. 2014-08-26 20:38:23 +02:00
Florian Bruhin
5adf48ed3d Rename utils.url to utils.urlutils. 2014-08-26 20:33:41 +02:00
Florian Bruhin
b4298c2922 Remove 'as logger' imports. 2014-08-26 20:15:41 +02:00
Florian Bruhin
e04b31eb90 Remove qt_ prefix from qtutils functions. 2014-08-26 19:23:06 +02:00
Florian Bruhin
d625cde28c Clean up imports 2014-08-26 19:10:14 +02:00
Florian Bruhin
7f214fdf0e Update TODO 2014-08-25 22:25:58 +02:00
Florian Bruhin
c37552893b Update TODO. 2014-08-25 15:28:27 +02:00
Florian Bruhin
c826db7e03 Make editor config configurable 2014-08-20 20:57:10 +02:00
Florian Bruhin
84e5bb9a50 Update TODO. 2014-08-20 20:33:26 +02:00
Florian Bruhin
fb8ef69a63 pylint: Add checker for open() without encoding. 2014-08-20 18:51:55 +02:00
Florian Bruhin
8be3d6f046 Update HACKING 2014-08-14 21:01:39 +02:00
Florian Bruhin
0d38e1814e doc: Add some more RFCs to HACKING 2014-08-14 13:49:51 +02:00
Florian Bruhin
07fda5818c Add broken debugging console. 2014-08-13 00:13:32 +02:00
Florian Bruhin
3fa2530d53 doc: Add some WHATWG specs to HACKING. 2014-08-12 10:54:41 +02:00
Florian Bruhin
069371501a Hide QNetworkReplyImplPrivate warning message 2014-08-12 07:00:05 +02:00
Florian Bruhin
54be9705bd bugs: Add link for "Internal error" error. 2014-08-12 07:00:05 +02:00
Florian Bruhin
073cceb9b5 doc: Update useful websites in HACKING 2014-08-12 07:00:04 +02:00
Florian Bruhin
7778a129d6 Remove tokenize from TODO.
It turns out there are no other cases where this would make sense.
2014-08-07 15:45:31 +02:00
Florian Bruhin
75b4fe9ce2 Use tokenize.open for run_checks and add note to TODO 2014-08-07 14:56:27 +02:00
Florian Bruhin
ebee09b650 Update TODO 2014-08-07 07:33:04 +02:00
Florian Bruhin
eae81fa560 Cleanup 2014-08-06 14:44:00 +02:00
Florian Bruhin
5b533ede5e Update TODO/BUGS. 2014-08-06 08:24:46 +02:00
Florian Bruhin
3030e99eab Update TODO 2014-08-06 07:13:07 +02:00
Florian Bruhin
d04c032337 Update BUGS/TODO 2014-08-06 06:19:26 +02:00
Florian Bruhin
09dda5d769 HACKING: Add some RFCs/standards. 2014-08-05 23:48:16 +02:00
Florian Bruhin
f40099e220 Update BUGS/TODO 2014-08-05 17:09:57 +02:00
Florian Bruhin
40acc5c6ff Update TODO/BUGS. 2014-08-03 01:08:11 +02:00
Florian Bruhin
3307c5f518 Shut down correctly while being asked a question. 2014-08-02 19:38:02 +02:00
Florian Bruhin
1136533a9a Remove scrolling bug (reported upstream). 2014-08-02 17:20:33 +02:00
Florian Bruhin
157975b0d4 widgets.webview: Add a cur_url property so the initial URL is available immediately. 2014-08-02 02:35:38 +02:00
Florian Bruhin
c6aca64d7c Update BUGS/TODO/notes 2014-08-02 01:50:26 +02:00
Florian Bruhin
2ef3733f21 Update BUGS/TODO 2014-07-31 19:16:32 +02:00
Florian Bruhin
8bab91506a Update BUGS 2014-07-29 23:16:57 +02:00
Florian Bruhin
ec342c69a7 Link fix 2014-07-23 21:39:04 +02:00
Florian Bruhin
da79f73185 Hopefully fix FAQ on github 2014-07-23 20:19:01 +02:00
Florian Bruhin
11c4e28769 Small documentation fixes 2014-07-23 20:17:08 +02:00
Florian Bruhin
7ba2b7faae Hopefully fix links in FAQ 2014-07-23 19:38:04 +02:00
Florian Bruhin
711d7b6800 Remove font rendering bug from BUGS 2014-07-23 19:21:29 +02:00
Florian Bruhin
8dbbcf48be Add fontrendering bug to BUGS 2014-07-18 06:56:47 +02:00
Florian Bruhin
4daa21ab25 Reorder BUGS 2014-07-17 23:22:47 +02:00
Florian Bruhin
2bbd687430 Merge branch 'man' 2014-07-16 21:51:30 +02:00
Florian Bruhin
5b152d922a Update TODO 2014-07-16 21:50:57 +02:00
Florian Bruhin
f7304298ab Separate docstrings into command/documentation parts. 2014-07-16 20:09:41 +02:00
Florian Bruhin
a2c9e099f0 Make authors a list 2014-07-16 18:05:17 +02:00
Florian Bruhin
62300a8290 Github README updates 2014-07-16 18:05:17 +02:00
Florian Bruhin
bdd6a7ab48 Update TODO/BUGS 2014-07-16 13:04:07 +02:00
Florian Bruhin
23baab1fc0 Merge branch 'master' of ssh://cmpl.cc:2323/qutebrowser
Conflicts:
	qutebrowser/utils/webelem.py
2014-07-16 11:09:13 +02:00
Florian Bruhin
98edd45fee Stop using self.sender() in signalfilter, connect signals to mainframe 2014-07-16 11:07:05 +02:00
Florian Bruhin
d8f0d0811d Update BUGS 2014-07-16 09:28:52 +02:00
Florian Bruhin
0812057cbc Update TODO 2014-07-16 09:18:33 +02:00
Florian Bruhin
7ee7323cc1 Update TODO 2014-07-15 14:20:55 +02:00
Florian Bruhin
f1fac86a6a Update TODO/BUGS 2014-07-11 07:14:49 +02:00
Florian Bruhin
86edda69c1 Fix close-on-right-click for tabs. 2014-07-11 07:01:08 +02:00
Florian Bruhin
e170193275 Update TODO/BUGS 2014-07-11 06:50:50 +02:00
Florian Bruhin
ad8f9d6685 Update bugs/todo 2014-07-10 22:50:45 +02:00
Florian Bruhin
bde26c7a76 Update BUGS 2014-07-10 06:42:35 +02:00
Florian Bruhin
72b854049b Improvments for hints/page-prev/page-next 2014-07-09 21:14:15 +02:00
Florian Bruhin
387ff8bbb6 Update TODO 2014-07-09 18:02:31 +02:00
Florian Bruhin
cea3cb4712 Only leave insert/hint mode if loading started in current tab 2014-07-04 17:32:17 +02:00
Florian Bruhin
a52796e94d Handle all key modifiers correctly 2014-07-03 06:29:05 +02:00
Florian Bruhin
fd9079b49d Update BUGS 2014-07-03 00:03:41 +02:00
Florian Bruhin
b06c09fc4f Update BUGS 2014-07-02 23:09:20 +02:00
Florian Bruhin
01485a2f9e Always display statusbar red on errors, even in insert mode 2014-07-02 23:08:29 +02:00
Florian Bruhin
ad972ff499 Update BUGS 2014-07-02 23:06:36 +02:00
Florian Bruhin
b22ebb7778 Escape & in tab titles properly 2014-07-02 23:05:42 +02:00
Florian Bruhin
ca4336cab3 Add new bug 2014-07-02 22:06:02 +02:00
Florian Bruhin
2f5f880fcd Update BUGS/notes 2014-07-02 07:08:52 +02:00
Florian Bruhin
400f619903 Handle user variables in path correctly 2014-06-28 01:15:31 +02:00
Florian Bruhin
1a73a90515 Fix downloading with relative filepaths 2014-06-27 18:30:20 +02:00
Florian Bruhin
97dd799729 Update BUGS 2014-06-27 17:57:23 +02:00
Florian Bruhin
c6ad5622b4 Clean up earlyinit 2014-06-27 12:25:27 +02:00
Florian Bruhin
b79cdbc416 Clean up Question objects correctly 2014-06-27 07:56:16 +02:00
Florian Bruhin
05fa2e4080 Remove upstream bugs from BUGS 2014-06-26 17:21:05 +02:00
Florian Bruhin
f9191df40b Update TODO 2014-06-26 17:16:50 +02:00
Florian Bruhin
92ff957543 Clean up message API 2014-06-26 07:58:00 +02:00
Florian Bruhin
297c2bcad1 Update BUGS/TODO 2014-06-26 06:37:06 +02:00
Florian Bruhin
0e6a2a8611 Update TODO 2014-06-25 23:00:41 +02:00
Florian Bruhin
7073d14cb8 Handle absolute paths for downloads better 2014-06-25 22:06:16 +02:00
Florian Bruhin
01ee3032ec Update TODO 2014-06-25 21:26:28 +02:00
Florian Bruhin
aaaf94328c Update BUGS 2014-06-25 20:18:09 +02:00
Florian Bruhin
210fdf9569 Update TODO 2014-06-25 11:14:46 +02:00
Florian Bruhin
c8cc92e8c2 Add basic HTML log 2014-06-25 10:00:27 +02:00
Florian Bruhin
bcab516573 Update TODO/BUGS 2014-06-25 08:05:06 +02:00
Florian Bruhin
57b5823bfe Update BUGS 2014-06-25 06:54:20 +02:00
Florian Bruhin
d2a3bf802b Update BUGS 2014-06-24 17:58:19 +02:00
Florian Bruhin
7a74ecf8a6 Spelling fixes in FAQ 2014-06-24 15:27:06 +02:00
Florian Bruhin
ac7ed7976d Update TODO 2014-06-24 12:04:23 +02:00
Florian Bruhin
1f47ad6d05 Update TODO/BUGS 2014-06-24 08:20:59 +02:00
Florian Bruhin
b857f0bb06 Update BUGS 2014-06-24 07:10:59 +02:00
Florian Bruhin
da0bfb4861 Set window title based on page 2014-06-23 17:18:36 +02:00
Florian Bruhin
bf94dec074 Update HACKING 2014-06-23 17:12:12 +02:00
Florian Bruhin
a04964d139 Update TODO 2014-06-23 16:45:25 +02:00
Florian Bruhin
277bac618a Color statusbar in insert mode 2014-06-23 16:43:59 +02:00
Florian Bruhin
b6ddda8f17 Show git timestamp in version 2014-06-23 16:19:43 +02:00
Florian Bruhin
af8b2284ea Update TODO 2014-06-23 16:12:40 +02:00
Florian Bruhin
1268f7de80 Clarify FAQ 2014-06-23 15:22:22 +02:00
Florian Bruhin
5a21e7c4bc Whitespace fix 2014-06-23 15:19:21 +02:00
Florian Bruhin
1961bdf821 Update HACKING 2014-06-23 15:17:36 +02:00
Florian Bruhin
0028bd94cc Go to insertmode in google docs 2014-06-23 08:02:10 +02:00
Florian Bruhin
8a8ca0c34f Split utils.misc into utils.{qt,misc} 2014-06-23 07:45:04 +02:00
Florian Bruhin
b66f8063ef Update TODO 2014-06-23 06:58:04 +02:00
Florian Bruhin
e6ed34bcc8 Update TODO 2014-06-22 23:39:58 +02:00
Florian Bruhin
cee0dea9c4 Update TODO 2014-06-22 23:29:40 +02:00
Florian Bruhin
1d748fb3a9 Update BUGS 2014-06-22 23:27:49 +02:00
Florian Bruhin
49fd08b30d Leave URLs encoded when setting commandline 2014-06-21 23:19:59 +02:00
Florian Bruhin
1d5269e700 Update BUGS 2014-06-21 17:54:46 +02:00
Florian Bruhin
7a6e2b3242 Ensure validity of Qt objects 2014-06-21 17:02:30 +02:00
Florian Bruhin
4937a8a718 Update BUGS/TODO 2014-06-21 14:54:02 +02:00
Florian Bruhin
0dc2ecef46 Check QUrl objects for validity 2014-06-20 23:57:52 +02:00
Florian Bruhin
517bb038bc Add url stuff to HACKING 2014-06-20 22:48:01 +02:00
Florian Bruhin
7de637baea Add a none argument to every config type and cleanup.
- Rename none to none_ok (because of "None")
- Fix File class.
2014-06-20 20:27:24 +02:00
Florian Bruhin
92379533cd Update BUGS 2014-06-20 20:18:23 +02:00
Florian Bruhin
9b77efb50c Rename/move docs 2014-06-20 13:31:31 +02:00
Florian Bruhin
cbf565e35d Add FAQ 2014-06-20 13:30:20 +02:00