[gnome-software] (287 commits) Created branch wip/iainl/ubuntu-xenial
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] (287 commits) Created branch wip/iainl/ubuntu-xenial
- Date: Tue, 12 Apr 2016 10:00:06 +0000 (UTC)
The branch 'wip/iainl/ubuntu-xenial' was created.
Summary of new commits:
4428454... Add stub reviews API (*)
c1be2d4... Add flag for refining reviews (*)
20b2795... Fix typos (*)
99d136e... Add a review widget (*)
7773ccc... Improve review widget (*)
005587f... Pull review information from GsApp object (*)
ebff611... Download reviews from Ubuntu reviews server (*)
3d9e4e6... Only download reviews once (*)
142d265... Fix star rating for downloaded reviews (*)
06a0099... Fix review text alignment issues (*)
373fdf9... Fix typo (*)
02fcfaf... Clean whitespace (*)
87a8f66... Tidy up docstrings (*)
36dc4ff... Work on writing review UI / plugin (*)
f362aec... Fix typo (*)
5b2f343... Use rating when clicking on stars to start review (*)
28e299c... Add an ability for plugins to request authorization for pos (*)
df4d682... Get review auths when creating review dialog - next step pr (*)
2c15041... Only show reviews widgets if a plugin supports it (*)
c01830b... Set ratings from Ubuntu review stats. Disable local ratings (*)
52a70af... Fix grammar (*)
d13386b... Don't g_object_unref reviews which is a GPtrArray (*)
fb28068... Set post button to GTK_RESPONSE_OK (*)
a588e36... Add D-Bus interfaces to Ubuntu SSO (*)
02e144f... Hook reviews into Ubuntu SSO client service (*)
96914c8... Tidy up Makefile for new D-Bus code (*)
945f8b3... Don't need plugins to report review auth - the plugin does (*)
da0cc3a... Fix build by building generated files first and pretty prin (*)
5578980... Drop unnecessary Makefile rules (*)
03cbcc6... Prevent segfault due to indirectly freeing the OAuth creden (*)
32f4600... Use OA_PLAINTEXT instead of OA_HMAC. (*)
cdbb314... Add a write review button instead of hijacking the existing (*)
478b4f3... Add self_review in GsApp.to_string (*)
228a624... Add an apt plugin that works with aptdaemon (*)
92c9dc9... Merge branch 'master' into wip/rancell/reviews (*)
2dfeac3... Coding style changes from review (*)
0b6871b... Bump copyright headers to 2016 (*)
dfb83a8... Coding style changes from review (*)
8597bbb... Drop FIXME setting name of reviews - let the plugin set the (*)
8f5b3f8... Drop special plugin function to report reviews support - we (*)
87fb2dc... Fix bad merge (*)
d4f3d14... Fix module checking for reviews (*)
facf1d8... Load version correctly (*)
6c3035d... More version work (*)
28d400e... Ignore exit status, we don't need it (*)
b8763b8... Improve install/remove (*)
6c1a5fd... More logging (*)
d63369d... Consume stderr from child processes so it doesn't show on t (*)
bf0cd03... Fix marking of installed / available packages (*)
d49aad0... Remove / disable some debugging (*)
617e365... Update cache when requested (*)
3eed4a9... Check refresh type (*)
d6cc67d... Show updates. Fix coding style (*)
61b2e1e... Rename GsAppReview to GsReview (*)
d778150... Update review dialog to match design (*)
06233eb... Update reviews to match design (*)
bbc99d3... Use widget style instead of sensitive to set labels to gray (*)
40309b7... Add scrolled window to review text in dialog - this means i (*)
3b89e80... Show total review count (*)
7b0d8c1... Show review histogram (*)
4d2e784... Stop using ubuntu-sso-client for credentials (*)
e727fb8... Add Ubuntu One sign-in UI (*)
4f8cb05... Add UbuntuLoginDialog (*)
1ecb671... Use UbuntuLoginDialog to get credentials (*)
abf63fb... Use a custom widget to render review bars (*)
77c2347... Merge branch 'master' into wip/rancell/reviews (*)
8f4a90d... Show login dialog in GDK thread (*)
f412fb5... Release dangling reference (*)
905f7f2... Fix password entry character (*)
0c7827f... Rename .glade file to .ui (*)
1690938... Make Ubuntu login dialog translatable (*)
1518709... Use GLib i18n macro (*)
4d4a726... Merge branch 'master' into wip/rancell/apt (*)
613e678... Merge branch 'master' into wip/rancell/reviews (*)
1df074a... Use the review rating count for total reviews (*)
cb7b259... trivial: Use a safer method accessing a GArray (*)
bc27cc8... trivial: Fix alignment of review text (*)
20bba06... Add templates for new review functions (*)
0d2dfed... Implement usefulness/report/delete review functions (not te (*)
6db0826... trivial: Only show review count label if have reviews (*)
a141cb0... Fix missing whitespace (*)
4b9c7fe... Merge branch 'master' into wip/rancell/apt (*)
97b5911... Allow apt packages to be live updated (*)
30b87df... Update progress correctly (*)
0ab1066... Support launching apps (*)
d7dad96... Only process packages that are intended for the apt plugin (*)
9ba091a... Remove debugging - we don't need it anymore (*)
fdb00f6... Merge branch 'master' into wip/rancell/reviews (*)
43e4aa8... Merge branch 'master' into wip/rancell/reviews (*)
7cd1941... Merge branch 'master' into wip/rancell/apt (*)
018895d... Fix coding style of Ubuntu login dialog (*)
14da93d... Use a template for login dialog UI (*)
ff0abd6... Rename UbunutLoginDialog to GsUbuntuLoginDialog and fix var (*)
8e746f4... Revert debugging change (*)
7880fe2... Use HeaderBar for U1 dialog (*)
a51b9a1... Simplify cancel button in U1 dialog (*)
e47d25b... Merge branch 'master' into wip/rancell/reviews (*)
a91c1b4... Use minimal limits for review content (*)
9ba330b... trivial: Allow arbitrary variables to be read from /etc/os- (*)
494cdf5... Correctly set origin and distroseries (*)
a5f42e6... Correctly set review language (*)
b95ad0d... Add note about where we need to get arch_tag from (*)
3ceb49b... Don't hard-code the user agent (*)
1828e52... Don't unnecessarily try and share SoupSession (*)
2c31741... Use consistent method ordering (*)
78e81ed... Use type-safe methods, not properties (*)
073adbb... Whitespace alignment (*)
8ee9634... Make code easier to read (*)
4e75015... Add send_request () helpers (*)
9b40862... Simplify download_review_stats () (*)
ac538f5... Simplify download_reviews () (*)
ecf394a... Simplify set_package_review () (*)
4ff9047... Simplify set_review_usefulness () (*)
6ca7b49... Simplify report_review () (*)
7573560... Simplify remove_review () (*)
2a3d6ba... Don't hold reference to spell checker (*)
8df6964... Remove notify emissions of old properties (*)
0c49f40... Fix requests in login dialog (*)
f7d6c46... Revert "Don't hold reference to spell checker" (*)
3954cf4... trivial: Turns out you don't need to manually unref GtkSpel (*)
619d8e2... Merge branch 'master' into wip/rancell/reviews (*)
deefc67... Revert "Simplify remove_review ()" (*)
0ff79f6... Revert "Simplify report_review ()" (*)
43f8633... Revert "Simplify set_review_usefulness ()" (*)
c102bf0... Revert "Simplify set_package_review ()" (*)
e8d8bb2... Revert "Simplify download_reviews ()" (*)
7bbec27... Revert "Simplify download_review_stats ()" (*)
862d450... Revert "Add send_request () helpers" (*)
f2f5040... Refactor common code for sending requests to reviews.ubuntu (*)
743d073... Merge branch 'master' into wip/rancell/reviews (*)
66d863b... Merge branch 'master' into wip/rancell/reviews (*)
afc89ff... Use shared SoupSession (*)
f22c714... Load the package lists directly into memory, saving a lot o (*)
28e9512... Merge branch 'master' into wip/rancell/apt (*)
89942c4... Improve variable names / comment (*)
76958d7... Merge branch 'master' into wip/rancell/apt (*)
e18e2ae... De-dup based on source (*)
6a5c30a... Update for automake variable rename (*)
9ebb43a... De-dup json-glib package checking (*)
676712c... Merge branch 'master' into wip/rancell/reviews (*)
47947bd... Fix compile warnings (*)
a8786a6... Merge branch 'master' into wip/rancell/apt (*)
389b564... Notify Unity launcher when installing (*)
806612b... Merge branch 'master' into wip/rancell/apt (*)
a87559e... Merge branch 'master' into wip/rancell/reviews (*)
c3d9941... Use libsecret for storing Ubuntu One credentials (*)
393907f... Merge branch 'master' into wip/rancell/reviews (*)
982774e... Only show reviews in your language (*)
4d8332f... Drop unused variable (*)
1fbf3b1... Merge branch 'master' into wip/rancell/reviews (*)
53159b9... Merge branch 'master' into wip/rancell/apt (*)
7b7ce3e... Show update information for APT packages (*)
92fedd9... Mark license and provenance based on the APT sources (*)
8301896... Re-order Makefile to build generated files first (*)
3dcd623... Better handle setting app state (*)
4d7451e... Merge branch 'master' into wip/rancell/apt (*)
235a7e7... Merge branch 'master' into wip/rancell/reviews (*)
28f6dfb... Translate Ubuntu login dialog (*)
7ba4c26... Fix a crash when the category is NULL. (*)
722e4ca... Sign into Ubuntu for signed requests (*)
5d4e312... Convert id from int to string (*)
77e7c70... Use g_autoptr for Json code (*)
c5f2f25... Fix uninitialized autofree variables (*)
0c8c44a... Fix crash due to reference disappearing (*)
29bd656... Launch software-properties-gtk in place of the sources dial (*)
fdce1e5... Quit when the main window is closed (*)
cbf40fb... Revert "Quit when the main window is closed" (*)
f1e7668... Quit when main window is closed (*)
7282914... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
115dce9... Drop g_autoptr defines for json-glib - we have 1.1.2 in Ubu (*)
4edca7d... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
90e6d83... Code style - check for NULL in if statement with pointer (*)
e594365... Use g_autofree for a string (*)
343f574... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
e0d754e... Correctly free package info (*)
f8e813d... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
2aa1df7... APT plugin depends on appstream to set source information (*)
54430e9... review plugin depends on appstream to set source informatio (*)
28e8bd2... Revert "Fix a crash when the category is NULL." (*)
cf1f12b... Don't perform a lookup when the category is NULL (*)
7f517e5... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
18cb9c2... Create GsApp using dpkg-deb info (*)
7a058d1... Quit when main window is closed (*)
210b573... Revert "Quit when main window is closed" (*)
00872b7... Launch software-properties-gtk in place of the sources dial (*)
67d68c7... Revert "Launch software-properties-gtk in place of the sour (*)
a81d9b7... Hide the Kudo details - they're not correctly populated in (*)
e9c8ca4... De-dup based on source (*)
586874f... Use minimal limits for review content (*)
c170f60... Use traditional window decorations in Unity (*)
2e2e7f1... Revert "Use minimal limits for review content" (*)
7950377... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
2492040... Revert review limit changes (*)
fcabf41... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
8453c95... Autofree string arrays (*)
cc24018... Set error on dpkg-deb exec failure (*)
8dbd736... Basic error checking of dpkg-deb's output (*)
27d85e2... Update kudo hiding code (*)
acc619d... Fix if statement coding style (*)
ccce0ab... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
404c693... Fix wrong parameters being passed to aptd (*)
734ac41... Check parameter signature for signals from aptd (*)
067d663... Don't make critical warnings when don't have enough informa (*)
64a0a80... Manually disable update monitor (*)
d3f3748... Simplify variable code (*)
78febf0... (more) Simplify variable code (*)
727f481... Revert "Quit when main window is closed" (*)
c66c12e... Only quit if we're not running as a GApplication service (*)
48ec5dc... Use source package name for sources, not binary package nam (*)
9c6bf0c... G-S wants the binary package as the source, do the conversi (*)
486604c... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
28d41b5... Merge branch 'gnome-3-20' into wip/ubuntu-changes (*)
8fdb082... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
1191f36... Check if a file is a .deb before trying to install it (*)
210a5b0... 'Software Sources' -> 'Software & Updates' in menu (*)
99d2481... Fix typo in error message (*)
2151bc7... Merge branch 'gnome-3-20' into wip/ubuntu-changes (*)
9a7c00f... Format update descriptions to be suitable for Ubuntu. (*)
0343ff6... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
23a04ac... Use new method name (*)
54aed92... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
8b9f2eb... Merge branch 'gnome-3-20' into wip/ubuntu-changes (*)
e44f7d2... Drop changelog formatting - we have disabled this in Ubuntu (*)
507cd67... Disable offline updates, they don't work in Ubuntu (*)
4713b9c... trivial: Add g_return_if_fail to gs_app_add|has_quirk. Fix (*)
d1dc460... Set error when org.freedesktop.fwupd has no service (*)
3c72078... Refresh appstream index if needed (*)
b039095... Fix changelogs being keyed by source package, not binary pa (*)
c136972... Unsubscribe from signals on failed authentication, was caus (*)
c9c0cd3... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
c906756... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
5968355... Merge branch 'gnome-3-20' into wip/ubuntu-changes (*)
e7b3d70... Revert "trivial: Add g_return_if_fail to gs_app_add|has_qui (*)
d7f80dc... Disable history button (*)
b548fd4... Reload the appstream plugin after updating /var/lib/app-inf (*)
b78199c... Switch to updates page on initial update (*)
2e2538b... Fix minor usability issues with login dialog (*)
613feaa... Ignore .deb packages in the libs section (*)
493c6d6... Don't use notification actions under Unity (*)
48c98dc... Set error when org.freedesktop.fwupd has no service (*)
7fabe93... Revert "Only quit if we're not running as a GApplication se (*)
0ea65a8... Terminate immediately on close (*)
d5d72ec... Hide licence, updated and category fields if they aren't se (*)
96e9a60... Remove debugging (*)
4aef7d8... Set the kind of app to generic for sideloaded debs (*)
8891740... Merge branch 'gnome-3-20' into wip/rancell/apt (*)
099a190... Merge branch 'gnome-3-20' into wip/rancell/reviews (*)
e1bfaaf... Merge branch 'gnome-3-20' into wip/ubuntu-changes (*)
f6f78b4... Split Ubuntu One code into its own module (*)
7a23053... Match our own reviews (*)
c8e950b... Rename GsUbuntuLoginDialog to GsUbuntuoneDialog (*)
7c536ad... Dist Ubuntu One dialog UI file (*)
d68b43a... Use Wilson score for average rating. Copied from USC (*)
ddeae71... Recommend highly rated apps (*)
a6cfe47... Add missing header (*)
44610e1... Revert "Terminate immediately on close" (*)
7f28326... Revert "Manually disable update monitor" (*)
a29762f... Revert "Disable offline updates, they don't work in Ubuntu" (*)
4701fd4... Merge branch 'wip/ubuntu-changes' into ubuntu-xenial
df447bc... Merge remote-tracking branch 'origin/wip/rancell/apt' into
8da4a33... Merge remote-tracking branch 'origin/wip/rancell/reviews' i
3c6a38b... Allow plugins to conflict with each other
6bfdb63... Make the apt plugin conflict with packagekit
d0d9ef1... gs-ubuntuone: Don't deference some strings which are alread
d5b0864... gs-ubuntuone: Don't early exit from the libsecret callbacks
48db971... apt: strdup() the strings about the old version when gettin (*)
0e2fd44... apt: strdup() the strings about the old version when gettin
8a76d13... apt: Consider the license data from filenames to be low qua
202c59d... apt: Consider the license data from filenames to be low qua (*)
3c69a9b... Default app kind should be AS_APP_KIND_GENERIC (*)
f7df5e0... Merge commit 'wip/rancell/apt' into ubuntu-xenial
62cbc0d... Wrap the g_autofrees
fb147c7... vim modeline: use the right ts= and sw=
c1b048c... Update zh_CN translation
efd56ac... fix a tiny problem for zh_CN translation
5f82473... Added Tajik translation
aed905d... Start the service under Unity too
5d2e043... Coding style fix
88d8f76... apt: Port to use libapt directly
7a95da7... Rename the get_deps() function to make it clearer
41df2c0... Support ordering plugings before other plugins
c8dc39f... ubuntu-reviews: Don't leak the db path
ec4a7e2... apt: use gs_plugin_order_after
e081639... apt: fix is_open_source
538a347... Allow free-but-unspecified SPDX tokens
973f55f... Put the string back as it was, to not change it before rele
8f81672... trivial: Fix the @LicenseRef-free string check
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]