[Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-03-02 Thread Ugo Riboni
** Branch linked: lp:~uriboni/camera-app/broken-video-icon

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

Title:
  broken video clip has extremely blurry icon when navigating to the
  camera roll

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542083/+subscriptions

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


[Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-03-02 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
 Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni)

** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  broken video clip has extremely blurry icon when navigating to the
  camera roll

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542083/+subscriptions

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


[Bug 1508972] Re: Can't enumerate cameras on the phone

2016-02-18 Thread Ugo Riboni
I got around to properly implement the interfaces in qtubuntu-camera needed for 
QCameraInfo to work properly.
See 
https://code.launchpad.net/~uriboni/qtubuntu-camera/cameras-info/+merge/286283

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

Title:
  Can't enumerate cameras on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508972/+subscriptions

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


[Bug 1508972] Re: Can't enumerate cameras on the phone

2016-02-16 Thread Ugo Riboni
** Changed in: qtubuntu-camera (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: qtubuntu-camera (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  Can't enumerate cameras on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508972/+subscriptions

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


[Bug 1438072] Re: QCameraInfo::availableCameras() returns empty list on qtubuntu, works on xcb

2016-02-16 Thread Ugo Riboni
** Changed in: qtubuntu-camera
 Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni)

** Changed in: qtubuntu-camera
   Status: New => In Progress

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

Title:
  QCameraInfo::availableCameras() returns empty list on qtubuntu, works
  on xcb

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1438072/+subscriptions

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


[Bug 1540116] Re: [camera-app] improve SD card error handling

2016-02-11 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [camera-app] improve SD card error handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540116/+subscriptions

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


[Bug 1540116] Re: [camera-app] improve SD card error handling

2016-02-11 Thread Ugo Riboni
** Branch linked: lp:~uriboni/camera-app/sd-card-checks

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

Title:
  [camera-app] improve SD card error handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540116/+subscriptions

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


[Bug 1526407] Re: Bitrate settings not respected

2016-01-18 Thread Ugo Riboni
** Changed in: libhybris (Ubuntu)
   Importance: Undecided => High

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

Title:
  Bitrate settings not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526407/+subscriptions

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


Re: [Bug 1451724] Re: Selfie stick not supported

2016-01-04 Thread Ugo Riboni
We can try to handle the media keycodes, I will update the patch in that
sense. Thanks for the research Michael.

However the volume keys are going to be more complicated: the app receieves
them just fine, but they are the same keys that are generated by the
hardware volume buttons on the phone (Qt.Key_VolumeDown, Qt.Key_VolumeUp).

The system intercepts them regardless of what the app does with them (I
tried to mark them as handled in Qt), and raises/lowers the volume.
I think it will be very confusing to shoot a picture AND raise/lower the
volume.

I guess we will have to live with the fact that some selfie sticks +
hardware combinations which generate volume keypresses won't be supported,
though that's going to be rather confusing for the user too.


On Mon, Jan 4, 2016 at 4:33 PM, Ken VanDine 
wrote:

> I tried #TheSelfie on my arale, it increases the volume.  I didn't look
> to see what keycode is being generated, but what ever it is raises
> notify-osd showing the volume increase.
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1451724
>
> Title:
>   Selfie stick not supported
>
> Status in Canonical System Image:
>   In Progress
> Status in camera-app package in Ubuntu:
>   In Progress
>
> Bug description:
>   I had a chance to play with a selfie stick: http://bit.ly/1KIYkBc
>
>   Working fine on iOS it didn't do anything on Ubuntu.  I had enough
>   time to check out what what keycode it sends when pressing the shutter
>   button: Qt.Key_MediaTogglePlayPause
>
>   So I guess all it takes is to add a Keys.onPressed handler to the
>   camera app and trigger the photo shutter or start/stop recording when
>   in video mode.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1451724/+subscriptions
>

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

Title:
  Selfie stick not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1451724/+subscriptions

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


[Bug 1451724] Re: Selfie stick not supported

2016-01-04 Thread Ugo Riboni
The patch has been updated to handle all keys listed my Michael, plus
XKB_KEY_XF86AudioLowerVolume and XKB_KEY_XF86AudioRaiseVolume, which
might be emitted by some sticks as Ken suggests, and are not used by our
system.

More testing welcome.

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

Title:
  Selfie stick not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1451724/+subscriptions

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


[Bug 1442670] Re: Ubuntu Phone BQ: Camera makes blur images

2015-12-17 Thread Ugo Riboni
@costales Also, is HDR mode on or off ?

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

Title:
  Ubuntu Phone BQ: Camera makes blur images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442670/+subscriptions

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


[Bug 1442670] Re: Ubuntu Phone BQ: Camera makes blur images

2015-12-17 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
 Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni)

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

Title:
  Ubuntu Phone BQ: Camera makes blur images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442670/+subscriptions

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


[Bug 1442670] Re: Ubuntu Phone BQ: Camera makes blur images

2015-12-17 Thread Ugo Riboni
@costales  all the pictures you have posted (comments #1 #11 and #18) don't 
seem to have focus problems.
The issue there in my opinion is a really bad case of noise reduction smearing 
out the details.
This also would agree with what @Dubstar_04 says about the problem only 
existing on captured pictures and not on live preview, since if it was a focus 
issue we would see it in the live preview too.

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

Title:
  Ubuntu Phone BQ: Camera makes blur images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442670/+subscriptions

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


Re: [Bug 1474218] Re: Camera function does not save photos on SD card

2015-12-17 Thread Ugo Riboni
What does it say when you try to do "touch foo.txt" after doing a "cd" into
the mounted card ?

On Thu, Dec 17, 2015 at 7:37 AM, Michael Zukowski <
1474...@bugs.launchpad.net> wrote:

> Tried to the same with another SD card with negative result. Camera app
> does not save pictures on such a card. Same  to creating a file "touch
> foo.txt".
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1474218
>
> Title:
>   Camera function does not save photos on SD card
>
> Status in camera-app:
>   Incomplete
> Status in camera-app package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When changing the BQ Aquaris 4.5 camera settings, to save pictures on
>   an SD memory card no foto is saved on this device. The audio signal of
>   the camera leds to the assumption that a foto has been made, but the
>   file is not saved on SD card, nor internal phone memory.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/camera-app/+bug/1474218/+subscriptions
>

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

Title:
  Camera function does not save photos on SD card

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1474218/+subscriptions

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


[Bug 1476034] Re: E4.5 photos out of focus if background is lighter than foreground

2015-12-16 Thread Ugo Riboni
Might be related to  bug 1441615

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

Title:
  E4.5 photos out of focus if background is lighter than foreground

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1476034/+subscriptions

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


[Bug 1523574] Re: Support video export from content-hub

2015-12-16 Thread Ugo Riboni
** Branch linked: lp:~uriboni/camera-app/content-hub-video-source

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

Title:
  Support video export from content-hub

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523574/+subscriptions

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


[Bug 1526407] [NEW] Bitrate settings not respected

2015-12-15 Thread Ugo Riboni
Public bug reported:

Setting the bitrate with android_recorder_setParameters("video-param-
encoding-bitrate", value) does not seem to have any effect on the actual
bitrate of the video that is recorded.

** Affects: libhybris (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Bitrate settings not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1526407/+subscriptions

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


[Bug 1451724] Re: Selfie stick not supported

2015-12-15 Thread Ugo Riboni
Michael Zanetti said he would test the attached branch with an actual
selfie stick and report back next week.

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

Title:
  Selfie stick not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1451724/+subscriptions

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


[Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
Bug #1526407 tracks the problem above in libhybris (and down into the
android framework)

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

Title:
  480p and 1080p video appear to use the same bitrate

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434517/+subscriptions

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


[Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
And the bitrates mentioned above are in MBps, not kbps.

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

Title:
  480p and 1080p video appear to use the same bitrate

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434517/+subscriptions

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


[Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
I checked what Android does in their camera application. 
Basically they seem to use an average bitrate of 12kbps in 1080p, 8kbps in 720p 
and 5kbps in 480p.
We agreed that we would try to do the same.

However, once I pass the correct bitrate setting down the stack from
qtubuntu-camera, it seems that at some point that setting gets lost or
ignored.

Jim Hodapp is looking into why this happens, since he's working on that
part of the stack. So far it seems that the settings is making its way
down to the level of the media framework, and he is looking to find if
it gets passed to the video codec properly.

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

Title:
  480p and 1080p video appear to use the same bitrate

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434517/+subscriptions

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


[Bug 1524885] Re: Camera after video recording not usable from Contacts app

2015-12-14 Thread Ugo Riboni
The problem is more general than that: whenever switching away from
camera-app while the app is in video mode the app will end up in an
unusable state: unable to record and unable to switch away from video
mode.

** Changed in: camera-app (Ubuntu)
   Status: New => In Progress

** Summary changed:

- Camera after video recording not usable from Contacts app
+ Camera not usable when application unfocused while in recording mode

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

Title:
  Camera not usable when application unfocused while in recording mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524885/+subscriptions

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


[Bug 1451724] Re: Selfie stick not supported

2015-12-14 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Selfie stick not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1451724/+subscriptions

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


[Bug 1510510] Re: Error with geotagging (fixed position defined as geotag)

2015-12-14 Thread Ugo Riboni
@Ubuntu-UX: ideally we want to have on screen an UI element (visible only when 
geotagging has been requested) which informs the user if the picture is going 
to be actually geotagged if they shoot right now, or not (due to missing 
location fix or location fix being too inaccurate).
This way the user can still choose to shoot (and the picture will not be 
geotagged), or wait until a better fix is available.
Can you please advice if you think this is a good idea, and if you agree how 
this UI element is going to look like ?

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Status: New => Confirmed

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

Title:
  Error with geotagging (fixed position defined as geotag)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510510/+subscriptions

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


[Bug 1524775] [NEW] Should not be possible to record a video with zero seconds duration

2015-12-10 Thread Ugo Riboni
Public bug reported:

At the moment the camera allows us to record videos that basically have no 
content (i.e. zero length duration).
To do this simply tap the record button and immediately tap it again to stop 
recording.

When you swipe to the photo roll to review the video, a "broken"
thumbnail image appears (looking like a video reel frame) because the
thumbnailer is failing to extract any frames from it (because probably
there are no frames in the video).

Ideally we should either require a minimum length before we allow
stopping the recording, or discard videos that are too short.

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Should not be possible to record a video with zero seconds duration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1524775/+subscriptions

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


[Bug 1489833] Re: [Camera] If camera-app's access to the camera is revoked, it's hard to tell what's wrong

2015-12-08 Thread Ugo Riboni
** Branch linked: lp:~phablet-team/ubuntu-system-settings/permission-
page-url

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

Title:
  [Camera] If camera-app's access to the camera is revoked, it's hard to
  tell what's wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489833/+subscriptions

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


[Bug 1523574] Re: Support video export from content-hub

2015-12-08 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Support video export from content-hub

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523574/+subscriptions

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


[Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-08 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: camera-app (Ubuntu)
 Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni)

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

Title:
  480p and 1080p video appear to use the same bitrate

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434517/+subscriptions

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


[Bug 1474218] Re: Camera function does not save photos on SD card

2015-12-07 Thread Ugo Riboni
Michael, you said you tried "cat > foo.txt", but can you please try to
"touch foo.txt" as Bill originally requested ?

If that comment still gives you an I/O error, is there any chance you
can try with a different SD card, or try creating a file on the SD card
from your computer ?

I/O errors suggest some kind of corruption in the file system on the
card, or possibly even the card itself being damaged.

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

Title:
  Camera function does not save photos on SD card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1474218/+subscriptions

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


[Bug 1496061] Re: [Ubuntu Touch] url-dispatcher to GPS Location

2015-12-02 Thread Ugo Riboni
** Summary changed:

- [Ubuntu Touch] url-distpacher to GPS Location
+ [Ubuntu Touch] url-dispatcher to GPS Location

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

Title:
  [Ubuntu Touch] url-dispatcher to GPS Location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1496061/+subscriptions

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


[Bug 1489833] Re: [Camera] If camera-app's access to the camera is revoked, it's hard to tell what's wrong

2015-12-02 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [Camera] If camera-app's access to the camera is revoked, it's hard to
  tell what's wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489833/+subscriptions

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


[Bug 1521973] [NEW] URL dispatcher access to app permissions page in security-privacy

2015-12-02 Thread Ugo Riboni
Public bug reported:

It is necessary for the camera app to send the user to the "App
permissions" page in the "Security & Privacy" section (or even directly
to the Camera section in there), but right now the URL dispatcher
supports only access to the "Security & Privacy" page.

See bug #1489833 for the rationale behind this.

In general, there should be a generic system for accessing subpages,
instead of having to request a patch for each single subpage we want to
access.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  URL dispatcher access to app permissions page in security-privacy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1521973/+subscriptions

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


[Bug 1510510] Re: Error with geotagging (fixed position defined as geotag)

2015-11-30 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Error with geotagging (fixed position defined as geotag)

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1510510/+subscriptions

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


[Bug 1510510] Re: Error with geotagging (fixed position defined as geotag)

2015-11-30 Thread Ugo Riboni
I am going to assume that GPS was active in the location settings when
the pictures were taken.

One interesting thing about images 2 and 3 is that both seem to have
location 48., 2. and the two real locations where the pictures
were taken also share the same degrees value (central Paris is 48.8548,
2.3471)

It is possible that in case the sensor has a bad location fix, it
returns the best estimate it can get, even if the reading is only good
to a hunded kilometers accuracy.

The sensor seems to return the estimated accuracy of the data, but the
camera application currently does not check this information and just
stores the coordinate reading.

Maybe we should only geotag images if the accuracy of the reading is
relatively good (50m-100m perhaps ?)

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

Title:
  Error with geotagging (fixed position defined as geotag)

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1510510/+subscriptions

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


[Bug 1514099] Re: Zoom level and reported zoom level mismatch when restore from suspend

2015-11-24 Thread Ugo Riboni
** Branch linked: lp:~uriboni/camera-app/reset-zoom-ui

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

Title:
  Zoom level and reported zoom level mismatch when restore from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1514099/+subscriptions

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


[Bug 1489833] Re: [Camera] If camera-app's access to the camera is revoked, it's hard to tell what's wrong

2015-11-24 Thread Ugo Riboni
** Changed in: camera-app
 Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni)

** Changed in: camera-app (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  [Camera] If camera-app's access to the camera is revoked, it's hard to
  tell what's wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1489833/+subscriptions

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


[Bug 1388876] Re: Pinch to zoom not supported when taking video

2015-11-24 Thread Ugo Riboni
** Branch linked: lp:~uriboni/qtubuntu-camera/zoom-video

** Changed in: camera-app
 Assignee: (unassigned) => Ugo Riboni (uriboni)

** Changed in: camera-app
   Status: Confirmed => In Progress

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

Title:
  Pinch to zoom not supported when taking video

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1388876/+subscriptions

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


[Bug 1447605] Re: Video mode should not have an HDR setting

2015-11-24 Thread Ugo Riboni
** Branch linked: lp:~uriboni/camera-app/video-disable-hdr

** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: camera-app
   Status: Confirmed => In Progress

** Changed in: camera-app
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  Video mode should not have an HDR setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1447605/+subscriptions

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


[Bug 1292003] Re: It's not possible to disable the camera shutter sound in QML's Camera component

2015-11-23 Thread Ugo Riboni
Taking ownership of the bug as I am also working on bug #1424147
Most probably we will move the playback of the sound out of the backend and 
expose a reusable ShutterSound QML component that apps can use if they want.

** Changed in: qtubuntu-camera (Ubuntu)
 Assignee: Jim Hodapp (jhodapp) => Ugo Riboni (uriboni)

** Changed in: qtubuntu-camera
 Assignee: Jim Hodapp (jhodapp) => Ugo Riboni (uriboni)

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

Title:
  It's not possible to disable the camera shutter sound in QML's Camera
  component

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1292003/+subscriptions

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


[Bug 1517051] Re: Preserve zoom level if possible when switching between video and photo recording

2015-11-19 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: camera-app (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  Preserve zoom level if possible when switching between video and photo
  recording

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1517051/+subscriptions

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


[Bug 1517050] Re: Maximum zoom is reported as 1 in video mode on Krillin

2015-11-19 Thread Ugo Riboni
This actually applies to all devices and is a consequence of completely 
disabling zoom in recording mode due to a problem that was happening on maguro 
devices (see bug #1191088)
Since maguro is not supported any more, and newer devices might not have this 
problem, we should try enabling zoom in recording mode again.

** Changed in: qtubuntu-camera (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: qtubuntu-camera (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

** Summary changed:

- Maximum zoom is reported as 1 in video mode on Krillin
+ Maximum zoom is reported as 1 in video recording mode

** Description changed:

- On a Krillin device when switching to video recording mode the maximum zoom 
level is reported as 1 (i.e. no zoom capability).
- This is incorrect,as the device should be able to zoom while recording video.
+ When switching to video recording mode the maximum zoom level is
+ reported as 1 (i.e. no zoom capability). This is incorrect,as the device
+ should be able to zoom while recording video.

** Branch linked: lp:~uriboni/qtubuntu-camera/zoom-video

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

Title:
  Maximum zoom is reported as 1 in video recording mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1517050/+subscriptions

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


[Bug 1388876] Re: Pinch to zoom not supported when taking video

2015-11-19 Thread Ugo Riboni
See 
https://code.launchpad.net/~uriboni/qtubuntu-camera/zoom-video/+merge/277956 
for a branch that restores zoom capability when recording video.
Testing on meizu devices welcome.

** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: camera-app (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  Pinch to zoom not supported when taking video

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1388876/+subscriptions

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


[Bug 1424147] Re: Ubuntu Phone BQ: Camera makes shooting sound in silent mode

2015-11-19 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Ubuntu Phone BQ: Camera makes shooting sound in silent mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1424147/+subscriptions

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


[Bug 1517029] Re: Real zoom level and reported zoom level mismatch when switching recording mode or camera

2015-11-18 Thread Ugo Riboni
** Summary changed:

- Real zoom level and reported zoom level mismatch when switching recording mode
+ Real zoom level and reported zoom level mismatch when switching recording 
mode or camera

** Branch linked: lp:~uriboni/camera-app/reset-zoom-ui

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

Title:
  Real zoom level and reported zoom level mismatch when switching
  recording mode or camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1517029/+subscriptions

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


[Bug 1424147] Re: Ubuntu Phone BQ: Camera makes shooting sound in silent mode

2015-11-18 Thread Ugo Riboni
Comment from design with guidance on desired behavior:

 1) add setting in camera settings to mute shutter
 2) check that the shutter volume respects the global system volume 
[and mute] setting

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

Title:
  Ubuntu Phone BQ: Camera makes shooting sound in silent mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1424147/+subscriptions

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


[Bug 1517050] [NEW] Maximum zoom is reported as 1 in video mode on Krillin

2015-11-17 Thread Ugo Riboni
Public bug reported:

On a Krillin device when switching to video recording mode the maximum zoom 
level is reported as 1 (i.e. no zoom capability).
This is incorrect,as the device should be able to zoom while recording video.

** Affects: qtubuntu-camera (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Maximum zoom is reported as 1 in video mode on Krillin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1517050/+subscriptions

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


[Bug 1514099] Re: Camera pinch zoom fails when previously zoomed

2015-11-17 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu)
   Status: New => In Progress

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

Title:
  Camera pinch zoom fails when previously zoomed

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514099/+subscriptions

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


[Bug 1514099] Re: Zoom level and reported zoom level mismatch when restore from suspend

2015-11-17 Thread Ugo Riboni
Speculation was correct. Camera resets zoom to no zoom when returning
from suspend, but the UI still shows the old value

** Summary changed:

- Camera pinch zoom fails when previously zoomed
+ Zoom level and reported zoom level mismatch when restore from suspend

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

Title:
  Zoom level and reported zoom level mismatch when restore from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514099/+subscriptions

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


[Bug 1517029] [NEW] Real zoom level and reported zoom level mismatch when switching recording mode

2015-11-17 Thread Ugo Riboni
Public bug reported:

Steps to reproduce:
- ensure you are in photo mode, not video mode
- zoom to maximum zoom 
- switch to video mode
- switch back to photo mode

What happens:
- viewfinder is not zoomed, but zoom UI still reports maximum zoom

Expected, any of the following:
- viewfinder is not zoomed, and zoom UI reports no zoom
- viewfinder is fully zoomed, and zoom UI reports full zoom

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Real zoom level and reported zoom level don't match when switching recording 
mode
+ Real zoom level and reported zoom level mismatch when switching recording mode

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

Title:
  Real zoom level and reported zoom level mismatch when switching
  recording mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1517029/+subscriptions

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


[Bug 1517051] [NEW] Preserve zoom level if possible when switching between video and photo recording

2015-11-17 Thread Ugo Riboni
Public bug reported:

Currently when switching between video and photo recording the zoom
level is reset to no zoom.

Ideally the zoom should be preserved when switching recording modes, so
users do not need to re-frame the scene that they had already framed
before switching modes.

** Affects: camera-app (Ubuntu)
 Importance: Medium
 Status: Confirmed

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

Title:
  Preserve zoom level if possible when switching between video and photo
  recording

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1517051/+subscriptions

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


[Bug 1388876] Re: Pinch to zoom not supported when taking video

2015-11-17 Thread Ugo Riboni
This problem is caused by the camera backend reporting no zoom capabilities 
when the phone is switched to video recording mode.
This has been reported as bug #1517050

The UI is simply (and clumsily) reporting that it can't zoom.

The short term fix is probably to disable the zoom UI entirely when no
zoom capability is reported by the backend (possibly with some indicator
that zoom is unavailable, to prevent the user to think that pinch to
zoom is simply broken)

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

Title:
  Pinch to zoom not supported when taking video

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1388876/+subscriptions

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


[Bug 1352783] Re: Facebook app banner is back

2015-10-29 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Facebook app banner is back

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1352783/+subscriptions

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


[Bug 1505725] Re: Tab close buttons should use haptics

2015-10-27 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Tab close buttons should use haptics

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505725/+subscriptions

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


[Bug 1499437] Re: [desktop] Dragging a bookmark to a folder activates the bookmark

2015-10-27 Thread Ugo Riboni
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listItemContentDrag

** Branch linked: lp:~uriboni/webbrowser-app/bookmark-drag-to-folder

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

Title:
  [desktop] Dragging a bookmark to a folder activates the bookmark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1499437/+subscriptions

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


[Bug 1499767] Re: Add a keyboard shortcut for "undo tab close"

2015-10-27 Thread Ugo Riboni
** Branch linked: lp:~uriboni/webbrowser-app/undo-close-tab

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

Title:
  Add a keyboard shortcut for "undo tab close"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1499767/+subscriptions

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


[Bug 1505724] Re: [desktop] When clicking a link that opens a new tab, focus should be on page, not address bar

2015-10-22 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  [desktop] When clicking a link that opens a new tab, focus should be
  on page, not address bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505724/+subscriptions

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


[Bug 1487713] Re: Url field cleared/replaced when editing while loading a page

2015-10-22 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Url field cleared/replaced when editing while loading a page

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1487713/+subscriptions

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


[Bug 1505731] Re: Memory usage and load time of new tab view on mobile is proportional to number of bookmarks

2015-10-21 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Memory usage and load time of new tab view on mobile is proportional
  to number of bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505731/+subscriptions

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


[Bug 1503506] Re: [desktop] Dragging in Google Maps does not work

2015-10-21 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [desktop] Dragging in Google Maps does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1503506/+subscriptions

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


[Bug 1505731] [NEW] Memory usage and load time of new tab view on mobile is proportional to number of bookmarks

2015-10-13 Thread Ugo Riboni
Public bug reported:

In the mobile version of the new tab view, when the "more" button is activated, 
a view of all the bookmark folders is revealed.
Each bookmark folder is implemented as a Column  with a Repeater inside, 
creating one Loader item for each bookmark in the folder. 
Even if most of the Loaders remain inactive they still have a memory and 
initialization time cost, therefore the memory usage and initialization time of 
this view raises proportionally to the number of bookmarks in the database.

If the entire view could use instead a single ListView with one section
per bookmark, then these costs would be avoided since the ListView
maintains only delegates for the items that are visible at the moment.

This would likely require empty folders to not be hidden, since the
ListView can only create sections when there is at least one item in
that section.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Assignee: Ugo Riboni (uriboni)
 Status: New

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Ugo Riboni (uriboni)

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

Title:
  Memory usage and load time of new tab view on mobile is proportional
  to number of bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505731/+subscriptions

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


[Bug 1504189] [NEW] ActionSelectionPopover's CPO click_action_button fails if we destroy the popover as result of an action

2015-10-08 Thread Ugo Riboni
Public bug reported:

When using the click_action_button of the Custom Proxy Object for
ActionSelectionPopover in an autopilot test, we get an exception in case
the action that gets clicked has the result of destroying the popover.

The bug is caused by the fact that, once the action item has been clicked, the 
CPO method tries to access the autoClose property of the popover. However at 
this point the popover might have been already destroyed, causing an exception.
A simple fix is to cache the value just before the click and refer to the value 
after, as autoClose is unlikely to change as a result of the click.

For a real life example of this problem, imagine a ListView we pop up a
menu with an action that allows the user to delete the delegate pointed
at by the popup. This is very common case. The example below is the
simplest version of a test case that implements this. You can easily
create an AP test from this that reproduces the issue:

import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.Popups 1.3

ListView {
id: list
width: 800
height: 600

model: ["A", "B", "C"]
delegate: ListItem {
Button {
id: button
text: modelData
onTriggered: PopupUtils.open(popupComponent, button, {i: index})
}
}

Component {
id: popupComponent
ActionSelectionPopover {
id: popup
property int i
actions: ActionList {
Action {
text: "Delete"
onTriggered: {
var m = list.model
m.splice(popup.i, 1)
list.model = m
}
}
}
}
}
}

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  ActionSelectionPopover's CPO click_action_button fails if we destroy
  the popover as result of an action

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1504189/+subscriptions

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


[Bug 1500416] [NEW] Swiping should not be possible when leadingActions or trailingActions is an empty list

2015-09-28 Thread Ugo Riboni
Public bug reported:

Whenever the leadingActions or trailingActions property is assigned an
empty list, it should not allow swiping in the corresponding direction.
Right now it does, as shown in the attached example.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "test.qml"
   https://bugs.launchpad.net/bugs/1500416/+attachment/4477555/+files/test.qml

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

Title:
  Swiping should not be possible when leadingActions or trailingActions
  is an empty list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500416/+subscriptions

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


[Bug 1499437] Re: [desktop] Dragging a bookmark to a folder activates the bookmark

2015-09-28 Thread Ugo Riboni
This seems to be caused by a recent change in the UITK, as things worked
correctly before and to my knowledge there has been no relevant changes
to the app that might have caused this regression.

I reported a minimal example as bug #1500409 (which is actually a
similar and related problem which when fixed will also solve this issue)

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

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

Title:
  [desktop] Dragging a bookmark to a folder activates the bookmark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1499437/+subscriptions

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


[Bug 1500409] [NEW] Dragging within a ListItem does not work

2015-09-28 Thread Ugo Riboni
Public bug reported:

If we try to drag an item that is parented to a ListItem, the drag is 
interrupted after a few pixels, or sometimes it is not even started.
In the example attached, try to drag any of the red rectangles, and it will 
fail as explained above. Dragging the ListItem itself is also not working, in 
the same way.
This used to work before  a recent release, and is causing bug #1499437

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: listitem

** Attachment added: "test.qml"
   https://bugs.launchpad.net/bugs/1500409/+attachment/4477517/+files/test.qml

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

Title:
  Dragging within a ListItem does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500409/+subscriptions

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


[Bug 1410996] Re: [Browser] Add WebView.mediaAccessPermissionRequested API

2015-09-14 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => Ugo Riboni (uriboni)

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [Browser] Add WebView.mediaAccessPermissionRequested API

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1410996/+subscriptions

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


[Bug 1477312] Re: [browser] Should add a popup menu on the tab itself to open a new tab to the right of it (like chrome)

2015-09-07 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [browser] Should add a popup menu on the tab itself to open a new tab
  to the right of it (like chrome)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1477312/+subscriptions

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


[Bug 1488470] Re: Ctrl+W shortcut non functional on blank tab after closing a blank tab

2015-08-25 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

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

Title:
  Ctrl+W shortcut non functional on blank tab after closing a blank tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1488470/+subscriptions

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


[Bug 1477314] Re: [browser] Bookmark Link action from popup menu should invoke bookmark folder UI or provide some sort of feedback that action succeeded

2015-08-13 Thread Ugo Riboni
** Branch linked: lp:~uriboni/webbrowser-app/bookmark-folders-from-
contextual-menu

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  [browser] Bookmark Link action from popup menu should invoke bookmark
  folder UI or provide some sort of feedback that action succeeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1477314/+subscriptions

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


[Bug 1483847] Re: find in page should be disabled while the new tab view is visible

2015-08-12 Thread Ugo Riboni
** Branch linked: lp:~uriboni/webbrowser-app/no-find-in-page-in-new-tab

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

Title:
  find in page should be disabled while the new tab view is visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1483847/+subscriptions

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


[Bug 1477314] Re: [browser] Bookmark Link action from popup menu should invoke bookmark folder UI or provide some sort of feedback that action succeeded

2015-08-06 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

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

Title:
  [browser] Bookmark Link action from popup menu should invoke bookmark
  folder UI or provide some sort of feedback that action succeeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1477314/+subscriptions

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


[Bug 1477312] Re: [browser] Should add a popup menu on the tab itself to open a new tab to the right of it (like chrome)

2015-08-06 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

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

Title:
  [browser] Should add a popup menu on the tab itself to open a new tab
  to the right of it (like chrome)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1477312/+subscriptions

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


[Bug 1481680] [NEW] Mouse attached property is missing contains property

2015-08-05 Thread Ugo Riboni
Public bug reported:

At the moment if we want to track if a component contains the mouse pointer we 
need to set Mouse.hoverEnabled: true and then manually track Mouse.onEntered 
and Mouse.onExited to update some internal boolean property.
It would be nice to have a property called contains or containsMouse that 
behaves like MouseArea.containsMouse and does the tracking for us.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

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

Title:
  Mouse attached property is missing contains property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481680/+subscriptions

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


[Bug 1481233] [NEW] Tab and BackTab can not be handled anymore

2015-08-04 Thread Ugo Riboni
Public bug reported:

Since recent changes in the staging branch it is not possible any more
to handle Keys.onTabPressed (and the equivalent with backTab). The key
press seems to be fully captured by other components to perform
automatic tab-based focus switching.

Attached example demonstrates the problem: on the console I expect to
see TAB pressed when I press the tab key, but it never happens, and
focus only switches between the list delegates instead.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Christian Dywan (kalikiana)
 Status: New

** Attachment added: Minimal test demonstrating the issue
   https://bugs.launchpad.net/bugs/1481233/+attachment/4438821/+files/test.qml

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Christian Dywan (kalikiana)

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

Title:
  Tab and BackTab can not be handled anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481233/+subscriptions

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


[Bug 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-30 Thread Ugo Riboni
After some investigation it does appear that whenever the volume keys
are pressed the application loses focus (i.e. Qt.application.state is
not Qt.ApplicationActive any more).

This is not a Qt-specific behavior, as I tested with a simple gtk+3
application and pressing the volume keys causes it to briefly lose and
regain focus too.

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+subscriptions

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


[Bug 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-30 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) = Ugo Riboni (uriboni)

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+subscriptions

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


[Bug 1476715] Re: Autopilot tests on desktop fail when trying to detect maliit

2015-07-23 Thread Ugo Riboni
The fix from Richard Huddie fixes the issue for me

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

Title:
  Autopilot tests on desktop fail when trying to detect maliit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1476715/+subscriptions

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


[Bug 1476715] [NEW] Autopilot tests on desktop fail when trying to detect maliit

2015-07-21 Thread Ugo Riboni
Public bug reported:

I am trying to run AP tests on the desktop for a webbrowser-app branch that 
uses components from UITK 1.3.
I build and install UITK packages from the trunk.

When running tests that use the keyboard, they all fail with the
following exception (elided for clarity):

  File 
/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_common.py,
 line 58, in get_keyboard
if is_maliit_process_running():
  File 
/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_common.py,
 line 193, in is_maliit_process_running
return is_process_running(MALIIT)
  File 
/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_common.py,
 line 188, in is_process_running
return 'start/' in get_process_status(name)
  File 
/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_common.py,
 line 177, in get_process_status
Unable to get {}'s status: {}.format(name, error)
ubuntuuitoolkit._custom_proxy_objects._common.ToolkitException: Unable to get 
maliit-server's status: Command '['/sbin/initctl', 'status', 'maliit-server']' 
returned non-zero exit status 1

What seems to be happening is that the UITK emulators are trying to see
if maliit-server is running by asking the status of the job, but there
is no such job installed at all on desktop, so this always fails.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Autopilot tests on desktop fail when trying to detect maliit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1476715/+subscriptions

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


[Bug 1464333] [NEW] F11 should toggle app-level fullscreen

2015-06-11 Thread Ugo Riboni
Public bug reported:

Pressing F11 should toggle the application level fullscreen.
Note that this is different from page level fullscreen, which is triggered by 
the page itself.

We should research if we want to merge the two concepts so that for the
user there is only one notion of fullscreen and only one way to exit
fullscreen, regardless of how it was activated (F11 or page
interaction).

Or if we want to have to have one way to escape app level fullscreen
(e.g. F11) and one to escape page level fullscren (e.g. ESC)

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  F11 should toggle app-level fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464333/+subscriptions

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


[Bug 1312260] Re: [browser] There is no search in page option in webbrowser-app (like ctrl+F)

2015-05-05 Thread Ugo Riboni
** Changed in: webbrowser-app
   Status: Triaged = In Progress

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

Title:
  [browser] There is no search in page option in webbrowser-app (like
  ctrl+F)

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

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


[Bug 1415081] [NEW] Language in greeter infographic does not change when changing system language

2015-01-27 Thread Ugo Riboni
Public bug reported:

The language of the greeter infographic (at the center of the circle) is
not updated correctly when switching the system language: it stays set
to the language that was set before switching.

Steps to reproduce:
- Switch system language to French
- Switch system language to German
- Verify that the greeter infographic is still in French

Tested on image 213 from the rtm-proposed channel

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Language in greeter infographic does not change when changing syetem language
+ Language in greeter infographic does not change when changing system language

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

Title:
  Language in greeter infographic does not change when changing system
  language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1415081/+subscriptions

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


[Bug 1415081] Re: Language in greeter infographic does not change when changing system language

2015-01-27 Thread Ugo Riboni
*** This bug is a duplicate of bug 1327419 ***
https://bugs.launchpad.net/bugs/1327419

** This bug has been marked a duplicate of bug 1327419
   Infographic's language not updated until the metric value is changed

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

Title:
  Language in greeter infographic does not change when changing system
  language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1415081/+subscriptions

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


[Bug 1414625] Re: Temporarily grant additional rights to camera-app so it can read free disk space

2015-01-26 Thread Ugo Riboni
Adding the following two permissions to the apparmor profile solves the
problem:

  @{PROC}/[0-9]*/mounts r
  /dev/disks/by-label/ r

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

Title:
  Temporarily grant additional rights to camera-app so it can read free
  disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1414625/+subscriptions

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


[Bug 1414625] [NEW] Temporarily grant additional rights to camera-app so it can read free disk space

2015-01-26 Thread Ugo Riboni
Public bug reported:

To fix a critical bug for RTM we need camera app to be able to know how much 
free disk space is available. The bug is 
https://bugs.launchpad.net/barajas/+bug/1405211

To do this it uses a library (that will be part of QT 5.4 when it is
released) that reads some system files in /proc and /dev that at the
moment generate the following denials:

[10846.769018] type=1400 audit(1422275993.028:285): apparmor=DENIED 
operation=open profile=com.ubuntu.camera_camera_3.0.0.493 
name=/proc/22701/mounts pid=22701 comm=camera-app requested_mask=r 
denied_mask=r fsuid=32011 ouid=32011
[10846.769192] type=1400 audit(1422275993.028:286): apparmor=DENIED 
operation=open profile=com.ubuntu.camera_camera_3.0.0.493 
name=/dev/disk/by-label/ pid=22701 comm=camera-app requested_mask=r 
denied_mask=r fsuid=32011 ouid=0

** Affects: apparmor-easyprof-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Temporarily grant additional rights to camera-app so it can read free
  disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1414625/+subscriptions

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


[Bug 1414625] Re: Temporarily grant additional rights to camera-app so it can read free disk space

2015-01-26 Thread Ugo Riboni
Note that the API accessing these files will be part of QT, so all apps
will be able to use it in the future. See:
http://doc.qt.io/qt-5/qstorageinfo.html

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

Title:
  Temporarily grant additional rights to camera-app so it can read free
  disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1414625/+subscriptions

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


[Bug 1413584] [NEW] Should refuse download if it would leave an unsafely low amount of free space

2015-01-22 Thread Ugo Riboni
Public bug reported:

Before downloading anything, we should check if after the download the
amount of disk space left would fall below a certain safe threshold,
and refuse the download in such a case.

To make things ever safer, during the download we should also check if
other operations are filling up the disk space (e.g. recording a video)
and abort the download as soon as we go below the safe threshold.

** Affects: ubuntu-download-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Should refuse download if it would leave an unsafely low amount of
  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1413584/+subscriptions

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


[Bug 1413583] [NEW] Refuse installing apps if it would leave too little free disk space

2015-01-22 Thread Ugo Riboni
Public bug reported:

Before downloading and installing an app, we should check if, after
installation, the free disk space would fall below a certain safe
threshold. In case it would, we should not proceed with the operation
and alert the users, asking them to free some space before trying again.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: unity-scope-click (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  Refuse installing apps if it would leave too little free disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1413583/+subscriptions

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


[Bug 1412442] Re: Images are black when opened in gallery

2015-01-20 Thread Ugo Riboni
This is caused by a recent change in the thumbnailer, which fails now to return 
large preview images.
https://code.launchpad.net/~jpakkane/thumbnailer/memfixes/+merge/245550

The previous code has a code path for generating full resolution
thumbnails, but due to a bug (that was corrected in the branch above)
that code path was never hit.

The branch above makes that code path accessible again, but it triggers
another bug: the images are actually returned by the thumbnailer image
provider not into the requested size but in the full resolution, which
the GPU can not handle, so they appear black.

This patch will fix the issue by providing proper scaling:
https://code.launchpad.net/~fboucault/thumbnailer/thumbnail_qml_provider_respects_size/+merge/246548

** Branch linked:
lp:~fboucault/thumbnailer/thumbnail_qml_provider_respects_size

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

Title:
  Images are black when opened in gallery

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1412442/+subscriptions

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


[Bug 1412442] Re: Images are black when opened in gallery

2015-01-20 Thread Ugo Riboni
** Branch unlinked:
lp:~fboucault/thumbnailer/thumbnail_qml_provider_respects_size

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

Title:
  Images are black when opened in gallery

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1412442/+subscriptions

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


[Bug 1412442] Re: Images are black when opened in gallery

2015-01-20 Thread Ugo Riboni
However a quicker and more correct fix would be to simply not go through
the thumbnailer to get the image, as the camera photo roll already does.
the linked branch implements such a fix.

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

Title:
  Images are black when opened in gallery

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1412442/+subscriptions

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


[Bug 1390423] Re: Front camera controls includes Flash type selection even though this is not supported

2014-12-17 Thread Ugo Riboni
This is actually hard coded at the moment, so re-opening the bug and
working on actually detecting if the current camera supports flash by
asking Android

** Changed in: camera-app
   Status: Fix Committed = In Progress

** Changed in: camera-app (Ubuntu)
   Status: Fix Committed = In Progress

** Changed in: camera-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

** Summary changed:

- Front camera controls includes Flash type selection even though this is not 
supported
+ Actually detect flash support for active camera

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

Title:
  Actually detect flash support for active camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1390423/+subscriptions

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


[Bug 1390423] Re: Front camera controls includes Flash type selection even though this is not supported

2014-12-16 Thread Ugo Riboni
This is fixed in trunk. On krilling for example flipping to the front
camera when the flash is on will not show any flash control. flipping to
the back camera will bring back the flash

** Changed in: camera-app
   Status: Confirmed = Fix Committed

** Changed in: camera-app (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Front camera controls includes Flash type selection even though this
  is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1390423/+subscriptions

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


[Bug 1234128] Re: Album still created when cancelling

2014-10-13 Thread Ugo Riboni
** Description changed:

  1. Visit the albums page
  2. Toolbar - Add
- 3. Cancel
+ 3. Cancel (by clicking outside of the album cover)
  4. The album is visible on the albums page you are returned to
  
  Expected behaviour
  
  At 4, the album should not have been created.
  
  This also happens when creating an album directly from an image.

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

Title:
  Album still created when cancelling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1234128/+subscriptions

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


[Bug 1325626] Re: Inline translations from .desktop files are not loaded

2014-10-08 Thread Ugo Riboni
** Changed in: notes-app
   Status: Confirmed = In Progress

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

Title:
  Inline translations from .desktop files are not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1325626/+subscriptions

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


[Bug 1234128] Re: Album still created when cancelling

2014-10-08 Thread Ugo Riboni
** Changed in: gallery-app (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Album still created when cancelling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1234128/+subscriptions

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


[Bug 1240145] Re: problems configuring facebook for sharing

2014-10-08 Thread Ugo Riboni
** Changed in: gallery-app (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  problems configuring facebook for sharing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends/+bug/1240145/+subscriptions

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


[Bug 1378349] Re: the osk is over the album subtitle text, in some cases

2014-10-07 Thread Ugo Riboni
To reproduce regardless of locale and screen resolution just type a lot
of words in the subtitle box until it hides below the OSK. At that point
there's no way to see what is being types anymore and no way to scroll
the album up or down to reveal more of the text, as clicking anywhere
outside of the text closes the editor

** Changed in: gallery-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  the osk is over the album subtitle text, in some cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1378349/+subscriptions

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


[Bug 1371390] Re: pictures taken with camera have wrong timestamp

2014-10-06 Thread Ugo Riboni
** Changed in: qtubuntu-camera (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  pictures taken with camera have wrong timestamp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1371390/+subscriptions

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


[Bug 1222623] Re: Pictures are show under the wrong date

2014-10-06 Thread Ugo Riboni
*** This bug is a duplicate of bug 1371390 ***
https://bugs.launchpad.net/bugs/1371390

** This bug has been marked a duplicate of bug 1371390
   pictures taken with camera have wrong timestamp

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

Title:
  Pictures are show under the wrong date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1222623/+subscriptions

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


[Bug 1325626] Re: Inline translations from .desktop files are not loaded

2014-09-29 Thread Ugo Riboni
** Changed in: gallery-app
   Status: In Progress = Fix Released

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

Title:
  Inline translations from .desktop files are not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1325626/+subscriptions

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


[Bug 1375163] [NEW] Stop and restart the camera automatically when app changes active state

2014-09-29 Thread Ugo Riboni
Public bug reported:

At the moment when an application that started the camera stops becoming
active, the camera remains running and other applications can't use it.

The system should automatically detect when an app is being deactivate
and stop the camera, as a minimum.

To be symmetric, when the app gets activated again, it should also
restart it. However this might not be as simple since the camera might
have been re-configured by other apps so if we want the process to be
full automatic the state of the camera configuration should be saved and
restored as well.

** Affects: qtubuntu-camera (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Stop and restart the camera automatically when app changes active
  state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1375163/+subscriptions

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


  1   2   3   >