[Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

2017-08-28 Thread Peter Boström
Thanks, filed: https://bugzilla.gnome.org/show_bug.cgi?id=786935

** Bug watch added: GNOME Bug Tracker #786935
   https://bugzilla.gnome.org/show_bug.cgi?id=786935

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1501250

Title:
  double clicking on a URL drops the protocol from the URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1501250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

2017-08-24 Thread Peter Boström
For me selecting a link using double click is faster than using the
right-click context menu (overall don't like menus as I can't use them
quickly). To me that's a regression (I can't select URLs as fast as I
used to), but that doesn't mean that bringing back the old double-click
behavior is the right fix.

Is it feasible that a single-click shortcut that could be used for this
context-menu option? For me something like ctrl+click or shift+click on
a URL instead of using the right-click menu would be acceptable (and
probably preferrable to my original double-click + ctrl+shift+c workflow
as it's fewer actions / faster).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1501250

Title:
  double clicking on a URL drops the protocol from the URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1501250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43730] Re: inkscape 'export bitmap' dialog should indicate success and close after export

2010-11-24 Thread Peter Boström
I don't have any experience, really, with Inkscape's code base, so I
don't think I can help with the remaining issues that JazzyNico see
without putting more effort into it than I have time for.

The messages I use are in the same format the 'g_strdup_printf' calls
had inside the original code and I don't think I should be the one to go
around and change existing behaviour. Same with deciding how long
messages stay; even if I figured out how to change that, it's for UI
people to decide how long they stay.

Shouldn't there be a message type for this kind of information
messages so that they, by default, stay for an appropriate time? - Just
a thought.

I don't think I can help out further, so I have no plans to work on
this. Please assign this to someone more appropriate. Thanks for
checking up on me! :)

-- 
inkscape 'export bitmap' dialog should indicate success and close after export
https://bugs.launchpad.net/bugs/43730
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43730] Re: inkscape 'export bitmap' dialog should indicate success and close after export

2010-04-08 Thread Peter Boström
Yeah, I should've done that. I've attached a patch which uses an enum
with EXPORT_ERROR = 0, EXPORT_OK and EXPORT_ABORTED.

** Patch added: inkscape-r9300.diff
   http://launchpadlibrarian.net/43424139/inkscape-r9300.diff

-- 
inkscape 'export bitmap' dialog should indicate success and close after export
https://bugs.launchpad.net/bugs/43730
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43730] Re: inkscape 'export bitmap' dialog should indicate success and close after export

2010-04-08 Thread Peter Boström
Forgot to update a comment. Honest mistake. I'll make sure to read
through my patches more thorough in the future. This should be the last
one.

** Patch added: inkscape-r9300.diff
   http://launchpadlibrarian.net/43424635/inkscape-r9300.diff

-- 
inkscape 'export bitmap' dialog should indicate success and close after export
https://bugs.launchpad.net/bugs/43730
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43730] Re: inkscape 'export bitmap' dialog should indicate success and close after export

2010-04-07 Thread Peter Boström
I've attached a patch that makes the export dialog report to the
application status bar. If it hits an error, it'll be reported there
too, so any old message should never stick around to confuse the user
(if an old message indicates success, while the export fails). These are
mostly copies from the error messages given by the dialog.

Batch exports reports how many files were successfully exported, out of
how many. Successfully exported 3 files from 4 selected items. (Tested
by setting one path to have inkscape:export-filename=/dev/path.png,
which itself fails.)

** Patch added: export reports to status bar
   http://launchpadlibrarian.net/43343536/inkscape-r9299.diff

-- 
inkscape 'export bitmap' dialog should indicate success and close after export
https://bugs.launchpad.net/bugs/43730
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43730] Re: inkscape 'export bitmap' dialog should indicate success and close after export

2010-04-07 Thread Peter Boström
That last one is invalid. I was incorrectly assuming that a non-false
return from sp_export_png_file meant that a file was exported. I've now
changed sp_export_png_file's return type to int, and all existing code
works as before, but sp_export_png_file returns 1 on success, and -1 on
abort, instead of true on both.

This patch now states Export aborted. instead of incorrectly reporting
Drawing exported to.., even though it's aborted. Hopefully that should
do it, sorry about that last one!

** Patch added: inkscape-r9299.diff
   http://launchpadlibrarian.net/43397377/inkscape-r9299.diff

-- 
inkscape 'export bitmap' dialog should indicate success and close after export
https://bugs.launchpad.net/bugs/43730
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs