summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* printers: Drop cups_get_jobs_asyncFelipe Borges2017-03-062-113/+0
| | | | | | | pp_printer_get_jobs_async does the job with more modern GLib API (GTask). https://bugzilla.gnome.org/show_bug.cgi?id=779313
* printers: Properly free pp_jobs_dialogFelipe Borges2017-03-061-33/+6
| | | | | | | Since now we have proper async implementation for getting jobs, we do not need to increment/decrement the objects ref_count manually. https://bugzilla.gnome.org/show_bug.cgi?id=779313
* printers: Port PpJobsDialog to pp_printer_get_jobs_asyncFelipe Borges2017-03-061-18/+52
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779313
* printers: Introduce pp_printer_get_jobs_async ()Felipe Borges2017-03-063-10/+156
| | | | | | | | | It is a PpPrinter method to query asychronously for printing jobs information. It should replace cups_get_jobs_async () https://bugzilla.gnome.org/show_bug.cgi?id=779313
* Update Swedish translationAnders Jonsson2017-03-051-794/+974
|
* Update Indonesian translationKukuh Syafaat2017-03-051-19/+27
|
* Update Catalan translationJordi Mas2017-03-041-37/+40
|
* Updated Lithuanian translationAurimas Černius2017-03-041-81/+54
|
* Update Korean translationChangwoo Ryu2017-03-031-834/+814
|
* Update Icelandic translationSveinn í Felli2017-03-031-12/+23
| | | | (cherry picked from commit 8037de591d18eda47d4670bb79d678a015559913)
* Update Icelandic translationSveinn í Felli2017-03-031-1008/+1267
| | | | (cherry picked from commit 87f220f4b95e8a510bef47a2978a019f79ad3a56)
* notifications: Forward notification settings to portalMatthias Clasen2017-03-023-3/+174
| | | | | | | | | | | | | | The flatpak notification portal reads permissions out of the permission store, so forward the notification permissions there in order to prevent sandboxed applications from sending notifications. The difference is a bit cosmetic, since the shell would not show the notification anyway in this case, but it is nicer to just cut off the calls and not let them through the portal in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=778851
* Update Basque languageInaki Larranaga Murgoitio2017-03-021-44/+31
|
* Update Belarusian translationYuras Shumovich2017-03-021-475/+619
|
* Updated Danish translationAsk Hjorth Larsen2017-03-021-546/+594
|
* mouse: Add debug output for touchpad disable switchBastien Nocera2017-03-011-0/+4
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=779290
* printers: Allow printer model label to ellipsizeGeorges Basile Stavracas Neto2017-02-281-0/+1
| | | | | | | | | | | | | | In the Printers panel, the model label of a given printer may be a long string, specially when it's composed of the versioning and specifics of the printer. Because the model label doesn't ellipsize, we may have very long labels, making the entire Control Center very wide and unresizeable. Fix that by making the model label ellipsize. https://bugzilla.gnome.org/show_bug.cgi?id=779376
* Update Finnish translationJiri Grönroos2017-02-281-19/+25
|
* 3.23.91GNOME_CONTROL_CENTER_3_23_91Bastien Nocera2017-02-282-1/+29
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2017-02-281-19/+26
|
* Updated Spanish translationDaniel Mustieles2017-02-271-87/+78
|
* printers: Free the PpJobsDialog after closing itFelipe Borges2017-02-271-1/+1
| | | | | | Now we can safely pp_jobs_dialog_free () the PpJobsDialog. https://bugzilla.gnome.org/show_bug.cgi?id=779079
* printers: Count only current users jobFelipe Borges2017-02-271-1/+1
| | | | | | | Instead of querying for all the jobs, query just for jobs belonging to the current user. https://bugzilla.gnome.org/show_bug.cgi?id=779079
* printers: Store PpPrinterEntry instances for individual manipulationFelipe Borges2017-02-271-0/+11
| | | | | | | | | | We were actualizing the whole printers collection everytime something should change. These patch introduces a HashTable keyed by the unique printer.name, which allows us to access individual instances of PpPrinterEntry. https://bugzilla.gnome.org/show_bug.cgi?id=779079
* printers: Subscribe to jobs notificationsFelipe Borges2017-02-273-9/+118
| | | | | | | | | | The previous implementation of the panel was unable to individually update a PpPrinterEntry jobs count and its PpJobsDialog. These changes make the job notifications trigger updates in the PpPrinterEntry UIs, keeping track of job events on the go. https://bugzilla.gnome.org/show_bug.cgi?id=779079
* Update Kazakh translationBaurzhan Muftakhidinov2017-02-271-7/+7
|
* Update Polish translationPiotr Drąg2017-02-261-38/+44
|
* Update Hungarian translationBalázs Meskó2017-02-261-514/+684
|
* printers: Fill the supply_frame background when supply is emptyFelipe Borges2017-02-261-0/+10
| | | | | | | | | | | | According to the mockups at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines The supply level bar should have a grey background when there are no colors in the supply bar. This patch sets the "background" css name to the supply_frame when there's not a single color in the supply bar. https://bugzilla.gnome.org/show_bug.cgi?id=779075
* printers: Tweak the printer supply level barFelipe Borges2017-02-262-6/+32
| | | | | | | | | | | | Make the supply level bar size, margin, border, background, and saturation match the mockups at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines Even though we would obtain primary colors by querying the printer supply info, it is more eye-candy to desaturate (tone down) the colors in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=779075
* printers: Ellipsize the "location" in the printer entryFelipe Borges2017-02-261-2/+2
| | | | | | | | | | Long location names were causing the whole dialog to expand horizontally. This patch ellipsizes the "location" string just like the other fields of a printer entry. https://bugzilla.gnome.org/show_bug.cgi?id=779071
* printers: Ellipsize the "Details Dialog" titleFelipe Borges2017-02-262-5/+18
| | | | | | | | | Printers with long names were causing the "Printer Details Dialog" to expande horizontally. This patch ellipsizes the custom title of the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=779071
* Updated Serbian translationМирослав Николић2017-02-262-1654/+2176
|
* Updated Galician translationsFran Dieguez2017-02-261-818/+996
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-02-251-80/+65
|
* Update German translationChristian Kirbach2017-02-251-365/+415
|
* user-accounts: Avoid markup in "Your Account" labelFelipe Borges2017-02-241-1/+1
| | | | | | | | | | The label indicating which photo in the Carousel belongs to the current user had the <small> markup within the translatable string, causing unnecessary work for translators. See https://wiki.gnome.org/TranslationProject/DevGuidelines/Avoid%20markup%20wherever%20possible This patch formats the string with g_strdup_printf, leaving the markup tags out of the translatable message.
* Update Kazakh translationBaurzhan Muftakhidinov2017-02-241-15/+21
|
* Update French translationAlexandre Franke2017-02-241-763/+967
|
* Update Friulian translationFabio Tomat2017-02-231-478/+619
|
* Update Catalan translationJordi Mas2017-02-231-439/+860
|
* online-accounts: Fix grammar in a new stringPiotr Drąg2017-02-231-1/+1
| | | | | Since there weren’t any translation updates yet, fix grammar in the newly added string — “setup” is a noun, “set up” is the verb.
* online-accounts: Improve dialog content marginsGeorges Basile Stavracas Neto2017-02-221-1/+3
| | | | More alignment issues.
* online-accounts: Fix account dialog layoutAllan Day2017-02-221-1/+1
| | | | | More spacing needed everywhere. This is a partial fix - some other adjustments are necessary.
* online-accounts: Improve panel layoutAllan Day2017-02-222-6/+7
| | | | | Ensure sufficient spacing within and around rows. Increase panel height to make it easier to view the list.
* online-accounts: Make the account editor box verticalGeorges Basile Stavracas Neto2017-02-221-0/+2
| | | | | | | | | | When credentials expire, they're being added horizontally since this is the default value of the GtkOrientable:orientation property. Fix that by making the account editor box vertical, and adding some spacing. https://bugzilla.gnome.org/show_bug.cgi?id=774222
* online-accounts: Only show the accounts list when there are accountsGeorges Basile Stavracas Neto2017-02-222-1/+6
| | | | | | | | | When the user has no account set, the current implementation of the Online Accounts panel shows a weird 1px line that is the empty list. Fix that by only showing the list when there are accounts available. https://bugzilla.gnome.org/show_bug.cgi?id=774222
* online-accounts: Consolidate the row modification code a bitDebarshi Ray2017-02-221-34/+32
| | | | | | | | | | | | We have different variants of the same code that iterates over all the rows in a GtkListBox to find the one that corresponds to a given account. Some action is then performed on the row, depending on the use case at hand. In future we might want to look at the other rows in the list to decide whether to hide the entire GtkFrame or not. Let's consolidate this to reduce some duplication. https://bugzilla.gnome.org/show_bug.cgi?id=774222
* online-accounts: Shuffle some code aroundDebarshi Ray2017-02-221-27/+30
| | | | | | | | | This will make the subsequent commits easier to read. We are going to change get_row_for_account to be more generic. Moving this code higher up will let us use it from a few more call sites. https://bugzilla.gnome.org/show_bug.cgi?id=774222
* online-accounts: Align the panel widgets in the middleGeorges Basile Stavracas Neto2017-02-221-45/+88
| | | | | | | | | | | | | | | The current implementation of the Online Accounts panel allows 2 states: either the widgets of the panel fill the whole horizontal space, or they shrink and fill only the absolutely minimum. The ideal solution, however, is to make them grow with the panel. Fix that by turn the main box into a GtkGrid, and adding stub widgets that expand horizontally and pull the main widgets to the middle, allowing them to cover at most 1/3 of the screen. The widgets themselves are inside a GtkBox, so that hiding them automatically removes the spacing in between. https://bugzilla.gnome.org/show_bug.cgi?id=774222