- 23 May, 2018 2 commits
-
-
Florian Müllner authored
The information is outdated, the relevant documentation is all in [the README](data/theme/README) nowadays.
-
Florian Müllner authored
The canonical maintainership information is tracked in the project's .doap file as for any other GNOME project, and the empty AUTHORS file only existed to make autotools happy.
-
- 22 May, 2018 1 commit
-
-
Ole Jørgen Brønner authored
Ref: GNOME/gnome-shell#294
-
- 21 May, 2018 1 commit
-
-
- 20 May, 2018 1 commit
-
-
- 17 May, 2018 1 commit
-
-
Daniel van Vugt authored
Make Zoom respond to the mouse silky-smoothly. It was previously hard-coded to: 1000/50 = 20 FPS. https://bugzilla.gnome.org/show_bug.cgi?id=682013 https://launchpad.net/bugs/1691675
-
- 15 May, 2018 3 commits
-
-
-
-
Mario Sanchez Prada authored
Similar to what it's done when the main connection changes, we need to make sure that the icon in the panel gets updated before calling _syncConnectivity(), so that the icon gets always updated if needed, regardless of whether there's an active connection or not. This is needed because there's at least one case when an icon should be shown when the computer is not connected to any network: when a hotspot has been enabled, which can be useful even if there's not an internet connection to share (e.g. to easily allow connecting other devices to the computer. Closes: #214
-
- 12 May, 2018 1 commit
-
-
- 09 May, 2018 1 commit
-
-
Florian Müllner authored
While the libnm-glib version of the function returns a GByteArray* that gjs can directly cast to the required gutf8*, the libnm function returns GBytes* from which we need to explicitly fetch the data. #136
-
- 08 May, 2018 2 commits
-
-
The y position wasn't rounded, leading to some blurriness at vertical resolutions that aren't a multiple of 4 (e.g. 1050). https://bugzilla.gnome.org/show_bug.cgi?id=782011
-
commit 642107a2 attempts to avoid resetting the current keymap on spurious input source changes. It does this by checking if the current layout id is found in the new list of layouts and resetting the current layout to the associated match in the list. By not nullifying the current layout, it won't get subsequently reset. Unfortunately, if the order of the list changes, resetting the current keymap is still necessary, since the order corresponds with the index of the activated group. This commit changes the code to nullify the current layout if its group index changes. https://bugzilla.redhat.com/show_bug.cgi?id=1573923
-
- 07 May, 2018 1 commit
-
-
CallyActor is exposed indirectly via StAccessible's parent type, so add the dependency to shut up a gjs warning. https://bugzilla.gnome.org/show_bug.cgi?id=781471
-
- 03 May, 2018 1 commit
- 02 May, 2018 3 commits
-
-
(cherry picked from commit e909db58)
-
If thumbnails haven't been created, they don't need to be destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=787871
-
The gnome-shell-calendar-server calls to refresh queries even when it has no time range set, which results in: a) waste of resources (for example after login), b) many runtime warnings in the journalctl log, related to incorrect time range being used. #244
-
- 29 Apr, 2018 2 commits
-
-
While it is theoretically fine to run --perf=hwtest without passing --hwtest, the test will hang in this case because it fails to start gedit. Always append Gedit to the default value for --extra-filter when running the "hwtest" test to make it work fine without --hwtest.
-
Carlos Garnacho authored
The IM can pretty much update the input sources anytime (even if to set the same ones). That ends up triggering rebuilding all user defined keymaps, and losing modifier state if we are unfortunate enough that this caught us while pressing one. One common situation seems to be password entries, resulting in the wrong character being printed if the first character happens to require the shift key. If the current keymap is not found in the newly loaded list, this._current will end up null, with the same behavior as we get currently (immediate keymap reload). https://bugzilla.redhat.com/show_bug.cgi?id=1569211 #240 Closes: #240
-
- 25 Apr, 2018 3 commits
-
-
Yussuf Khalil authored
Commit f285f2c6 changed Scripting.createTestWindow() to accept a parameter object instead of a parameter list but forgot to remove the width and height arguments. This breaks the "core" test as all windows are created with default settings.
-
Florian Müllner authored
Update NEWS.
-
Daniel Mustieles authored
-
- 24 Apr, 2018 1 commit
-
-
Marek Cernocky authored
-
- 23 Apr, 2018 2 commits
-
-
-
Lubomir Rintel authored
This also bumps the NM requirement. We actually already use API from 1.0, but regularly hit various NetworkManager bugs with versions prior to 1.10.2. 1.10.4 fixes the asynchronous agent initialization. https://bugzilla.gnome.org/show_bug.cgi?id=789811 !63
-
- 22 Apr, 2018 1 commit
-
-
- 21 Apr, 2018 1 commit
-
-
Florian Müllner authored
We use the close() method to disconnect signal handlers set up in init(), however the handler ID is only valid in the first call in case the method is called more than once. #221
-
- 20 Apr, 2018 4 commits
-
-
Matej Urbančič authored
-
Christian Kellner authored
bolt 0.3 deprecated all AUTHORIZED_XXX status flags, but added a CONNECTING one. Also AuthFlags got renamed to AuthCtrl.
-
Christian Kellner authored
If we get an error during device enrollment, the message might be prefixed to indicate that the error came from the remote peer. We are presenting that message to the user so strip that prefix away if it was there.
-
Christian Kellner authored
The devices emitted (device, error) while the connected handler was expecting (error, device). The former is more consistent with the rest of the code (so change it to device, error).
-
- 19 Apr, 2018 8 commits
-
-
(cherry picked from commit 0d031dc2)
-
Jonas Dreßler authored
* Remove tiny padding of user-list * Less space between avatar and username * Apply the 1em padding only to the user-widget, not the timed-login-indicator
-
Jonas Dreßler authored
-
Jonas Dreßler authored
This fixes the slightly bigger padding underneath the login item compared to the padding above
-
verdre authored
The _blockTimedLoginUntilIdle method sets a timeout to be called after the user is idle for 5 seconds. That timeout is erroneously given the source name "[gnome-shell] this._timedLoginAnimationTime" which looks like a copy-and-paste mistake. The original intention was probably to use a source name of "[gnome-shell] this._timedLoginIdleTimeOutId" which more closely matches existing convention for source names. This commit fixes that.
-
verdre authored
Using function scope variables increases readability and prevents unwanted changes from outside while the batch is running.
-
verdre authored
If the idle timeout is done, always show the user list to make sure the timed login indicator is visible.
-
verdre authored
Make sure the focus isn't grabbed right after user interaction starts a new timed login. Only grab it after the idle timeout is done and on the first run instead.
-