webbrowser-app 0.20daily13.06.05-0ubuntu1 source package in Ubuntu

Changelog

webbrowser-app (0.20daily13.06.05-0ubuntu1) saucy; urgency=low

  [ Michael Terry ]
  * Port to HUD 1.0.

  [ Omer Akram ]
  * Port the webbrowser-app tests to autopilot 1.3.
  * fix a few failing autopilot tests on the device.

  [ Łukasz 'sil2100' Zemczak ]
  * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0.

  [ Renato Araujo Oliveira Filho ]
  * Check if hitting the Return key does not load search site when
    TextField is empty;. (LP: #1161789)

  [ Olivier Tilloy ]
  * Display a list of suggestions based on navigation history as the
    user types in the address bar.
  * Remove the code that sets the size of the browser window to mimic
    the phone form factor. On the desktop, we want a more sensible
    default size.
  * Refactor autopilot tests, separating test cases into their own
    modules, to improve readability and maintenance.
  * Wire up existing HUD actions, and disable those for which the
    functionality is not implemented yet.
  * React to orientation changes.
  * Replace the custom RevealingBar component with the Panel from the
    UITK. (LP: #1118536, #1130409, #1130446)
  * Update autopilot tests to the upcoming 1.3 API.
  * Ensure the autopilot tests pass even behind a proxy.
  * Use Screen.orientation to compute the layout of the chrome.
  * Factor out boiler-plate code into two helper methods:
    focus_address_bar() and clear_address_bar().
  * Remove the HUD Quit action as it is deprecated and will be removed
    in the final 1.0 API.
  * Enable translations.
  * Really assert that a given page has eventually been loaded. This
    should fix intermittent failures when run on jenkins.
  * Embed the progress bar inside the address bar, and ensure it’s
    always made visible when a page is loading.
  * Define a type_in_address_bar helper method that asserts that the
    text has actually been input in the address bar before continuing.
    This should make autopilot tests more reliable on slow machines.
  * Move the Panel inside the Loader, so that it is not instantiated
    when in chromeless mode. (LP: #1183475)
  * Enhanced qmlproject file for better integration in Qt Creator.
  * Use the Window component, in order to enable setting the title from
    QML.
  * Also display .qmltheme files in Qt Creator.
  * Display the URLs in the suggestions list on one line only.
  * Colour the matching terms in Ubuntu orange.
  * Ensure the suggestions list never goes offscreen. (LP: #1185334)
  * Transfer focus to the webview when validating an entry from the
    suggestions list. (LP: #1186348)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 156

webbrowser-app (0.20daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Olivier Tilloy ]
  * Use the Window component, in order to enable setting the title from
    QML.
  * Also display .qmltheme files in Qt Creator.
  * Display the URLs in the suggestions list on one line only.
  * Colour the matching terms in Ubuntu orange.
  * Ensure the suggestions list never goes offscreen. (LP: #1185334)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 153 (ubuntu-unity/next)

webbrowser-app (0.20daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Olivier Tilloy ]
  * Define a type_in_address_bar helper method that asserts that the
    text has actually been input in the address bar before continuing.
    This should make autopilot tests more reliable on slow machines.
  * Move the Panel inside the Loader, so that it is not instantiated
    when in chromeless mode. (LP: #1183475)
  * Enhanced qmlproject file for better integration in Qt Creator.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 146 (ubuntu-unity/next)

webbrowser-app (0.20daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Automatic snapshot from revision 115 (bootstrap)

  [ Michael Terry ]
  * Port to HUD 1.0.

  [ Omer Akram ]
  * Port the webbrowser-app tests to autopilot 1.3.
  * fix a few failing autopilot tests on the device.

  [ Łukasz 'sil2100' Zemczak ]
  * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0.

  [ Renato Araujo Oliveira Filho ]
  * Check if hitting the Return key does not load search site when
    TextField is empty;. (LP: #1161789)

  [ Olivier Tilloy ]
  * Display a list of suggestions based on navigation history as the
    user types in the address bar.
  * Remove the code that sets the size of the browser window to mimic
    the phone form factor. On the desktop, we want a more sensible
    default size.
  * Refactor autopilot tests, separating test cases into their own
    modules, to improve readability and maintenance.
  * Wire up existing HUD actions, and disable those for which the
    functionality is not implemented yet.
  * React to orientation changes.
  * Replace the custom RevealingBar component with the Panel from the
    UITK. (LP: #1118536, #1130409, #1130446)
  * Update autopilot tests to the upcoming 1.3 API.
  * Ensure the autopilot tests pass even behind a proxy.
  * Use Screen.orientation to compute the layout of the chrome.
  * Factor out boiler-plate code into two helper methods:
    focus_address_bar() and clear_address_bar().
  * Remove the HUD Quit action as it is deprecated and will be removed
    in the final 1.0 API.
  * Enable translations.
  * Really assert that a given page has eventually been loaded. This
    should fix intermittent failures when run on jenkins.
  * Embed the progress bar inside the address bar, and ensure it’s
    always made visible when a page is loading.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 138 (ubuntu-unity/next)

webbrowser-app (0.20) quantal; urgency=low

  [ Adnane Belmadiaf ]
  * Search over SSL.

  [ Łukasz Zemczak ]
  * Change arch from any to a specified list not to build powerpc needlessly.

  [ Olivier Tilloy ]
  * Minor packaging tweaks.
  * Remove the fallback dependency on qt-components-ubuntu.
  * Expose the navigation history as a list model (HistoryModel class).
  * Ensure the address bar is not visible below the OSK when it is being
    swiped downwards.

  [ Renato Araujo Oliveira Filho ]
  * Select the whole URL when clicking on the addressbar (LP: #1118586).

  [ Robert Bruce Park ]
  * Fix autopilot tests dependence on self.pointing_device which doesn't exist.

webbrowser-app (0.19) quantal; urgency=low

  * Add X-Ubuntu-Touch field into desktop file.

webbrowser-app (0.18) quantal; urgency=low

  [ Robert Bruce Park ]
  * Some minor fixes to the packaging.

  [ Olivier Tilloy ]
  * Allow running with stock QtWebKit as found in Ubuntu.
  * Add states to the address bar.

webbrowser-app (0.17) quantal; urgency=low

  * Add support for <select> dropdowns (LP: #1157764).
  * Work around the lack of support for handling hyperlinks with a
    target attribute set to '_blank' in QtWebKit (LP: #1129281).
  * Allow faster scrolling, by making the maximum flick velocity of
    the webview proportional to its height (LP: #1118501).

webbrowser-app (0.16) quantal; urgency=low

  * Add a command line switch to allow running a remote inspector.
  * Update build and runtime dependencies to account for the renaming
    of the UI toolkit package.

webbrowser-app (0.15) quantal; urgency=low

  * Full renaming from ubuntu-browser to webbrowser-app
    (project name, executable name, desktop file, …).

webbrowser-app (0.14) quantal; urgency=low

  * Rename the packages to webbrowser-app*.

ubuntu-browser (0.13) quantal; urgency=low

  * Do not instantiate a second popover when the selection is resized
    (LP: #1130090).
  * Do not consider a longpress event if there are multiple touch points
    (e.g. a pinch-to-zoom gesture) (LP: #1129754).
  * Temporary hardcoded URL rewrite rules to ensure we don’t have to rely
    on connectivity for the MWC demo (LP: #1126742).

ubuntu-browser (0.12) quantal; urgency=low

  * Add HUD dummy Actions (LP: #1125656).
  * Change the name to "Browser" in the desktop file, to match design
    and avoid an ellipsis in the dash (LP: #1126482).

ubuntu-browser (0.11) quantal; urgency=low

  * Ensure the beginning of the URL is always visible when unfocused.
  * Ensure the address bar is not greyed out when unfocused.
  * Make the address bar grow to occupy the whole width of the chrome when
    focused and in portrait mode (where horizontal screen estate is scarce).

ubuntu-browser (0.10) quantal; urgency=low

  * Making the browser use the experimental.devicePixelRatio API to use our
    own DPR values, available at the env var QTWEBKIT_DPR

ubuntu-browser (0.9) quantal; urgency=low

  * Add a progress bar (LP: #1124041).
  * Various minor error sheet tweaks to comply with design review.
  * Filter out <script> tags when pushing data to the clipboard (LP: #1122900).
  * Chrome button tweaks to comply with the latest design spec.

ubuntu-browser (0.8) quantal; urgency=low

  * Naïve implementation of selection resizing.
  * Hook up with HUD Toolbar Quit action.

ubuntu-browser (0.7) quantal; urgency=low

  * Cleverer address bar that tries to recognize search intents,
    and rewrites the URL as a google search.
  * Set the user-agent string based on screen width (LP: #1115317).

ubuntu-browser (0.6) quantal; urgency=low

  * Gracefully handle network errors by displaying an informative message.
  * Implement selection upon long-click and copy to clipboard.

ubuntu-browser (0.5) quantal; urgency=low

  * Fix some license headers that incorrectly referred to LGPLv3 instead of
    GPLv3.
  * Various minor packaging fixes to comply with standard Ubuntu packaging
    guidelines.

ubuntu-browser (0.4) quantal; urgency=low

  * Add missing runtime dependencies on qtdeclarative5-qtquick2-plugin and
    libautopilot-qt.
  * Add some automated tests for back/forward buttons functionality.
  * Change maintainer field to "Ubuntu Developers".
  * Anchor the chrome and the webview to the OSK, and lock the chrome in place
    when the OSK is visible (LP: #1115003, #1116300).

ubuntu-browser (0.3) quantal; urgency=low

  * Do not instantiate the chrome in chromeless mode.
  * Make the chrome hidden by default and revealed by swiping from the bottom
    edge.

ubuntu-browser (0.2) quantal; urgency=low

  * latest release

ubuntu-browser (0.1) quantal; urgency=low

  [ Olivier Tilloy ]
  * Initial packaging.
  * Set the user agent to the iPhone’s on iOS 5.0.
  * Add a desktop file and a scalable icon.
  * "Smart" address bar.
  * Change the window’s title to reflect the current page’s title.
  * Add support for a --homepage= command line switch. (LP: #1108757)
  * Port code, build system and packaging information to a proper Qt5 release.

  [ Michael Zanetti ]
  * Added initial autopilot tests and autopilot package
 -- Ubuntu daily release <email address hidden>   Wed, 05 Jun 2013 05:03:05 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 armhf all
Section:
x11
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webbrowser-app_0.20daily13.06.05.orig.tar.gz 232.2 KiB 6f3d09f8291d86417264c7da14d91aa0177b8d63c89499ebd3087a4b5d7abae3
webbrowser-app_0.20daily13.06.05-0ubuntu1.diff.gz 5.1 KiB d91679247f3779fe049f42e69716c030b770e9fe80bc2f11e08c6480001ccdd6
webbrowser-app_0.20daily13.06.05-0ubuntu1.dsc 2.2 KiB 640475bc785d12d631cd3e27c777e9889684d883c1a5bead8f5d180faa6e9c28

View changes file

Binary packages built by this source

webbrowser-app: No summary available for webbrowser-app in ubuntu saucy.

No description available for webbrowser-app in ubuntu saucy.

webbrowser-app-autopilot: No summary available for webbrowser-app-autopilot in ubuntu saucy.

No description available for webbrowser-app-autopilot in ubuntu saucy.