From 1b96bfe468da6d520873a75b70bafcfe29f6ccb3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 Jun 2014 19:01:28 +0200 Subject: [PATCH 1/3] Update BUGS --- BUGS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUGS b/BUGS index 9b243e1d9..c24cfedb9 100644 --- a/BUGS +++ b/BUGS @@ -1,6 +1,10 @@ Bugs ==== +- URL detection and encoded spaces + + e.g. when trying to open a link with %20 interactively, or even via click. + - When following a hint: QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. From 77c5d40ce264f635b5bf484ac2dee19af0b7cfe7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jun 2014 06:23:45 +0200 Subject: [PATCH 2/3] Update TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index b9ce538d8..ffc37f8b6 100644 --- a/TODO +++ b/TODO @@ -39,6 +39,8 @@ New big features Improvements / minor features ============================= +- Use argparse and do something like click for command arguments, then we can + have flags etc. - Reimplement tabbar to paint it by ourselves to look like dwb - Save cookies in Netscape format so it can be used by wget. (see notes) - Zoom with ctrl + mousewheel From 34f3ffab45889736526fe496fa67313bf0695906 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jun 2014 07:51:58 +0200 Subject: [PATCH 3/3] Update BUGS --- BUGS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUGS b/BUGS index c24cfedb9..2e5ee537d 100644 --- a/BUGS +++ b/BUGS @@ -1,6 +1,8 @@ Bugs ==== +- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv + - URL detection and encoded spaces e.g. when trying to open a link with %20 interactively, or even via click.