[gnome-shell] (211 commits) Non-fast-forward update to branch benzea/systemd-user-units



The branch 'benzea/systemd-user-units' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  c6785e6... extensionPrefs: Allow disabling extensions when globally di
  b42447f... extensionPrefs: Add ability to warn about extensions being 
  76d8ee6... data: Use new method of hiding desktop file from autostart
  8e7581e... data: Update systemd units
  a9fa396... extensionPrefs: Delete disabled warning marker
  12ee76b... data: Add desktop autostart file for extension warning
  abd1f3f... meson: Avoid using relative paths to po directory

Commits added to the branch:

  ccf646f... Drop CoglError for GError (*)
  44e1a6c... Theme: update to sync with gtk Adwaita (*)
  94ba52a... network: don't assume NMActiveConnection has a device (*)
  00f9b7b... layout: Use addChrome instead of addTopChrome for screenShi (*)
  2e070ab... panel: Center-align menu arrows (*)
  0744c6a... Update Croatian translation (*)
  fe346b8... Update Catalan translation (*)
  6f6b6fb... Merge branch 'wip/jimmac/sync-with-adwaita' (*)
  751cd2f... main: setup GJS profiler when GJS_TRACE_FD is set (*)
  8864816... Bump version to 3.33.3 (*)
  03bb8cd... theme: darken sliders to match gtk (*)
  6a477be... windowManager: Use own variables for each gesture (*)
  b143869... main: Fix some typos and style inconsistencies in comments (*)
  68e580e... dialog: Use GObject.set() over Object.assign() (*)
  2f5086e... extensionDownloader: Use common message dialog layout (*)
  cb0a5de... animation: fix unintentional loop while polkit dialog is ac (*)
  ae0450b... Revert "animation: fix unintentional loop while polkit dial (*)
  0641b1e... animation: fix unintentional loop while polkit dialog is ac (*)
  d458249... system: Drop custom styling of user submenu icon (*)
  04c7cb6... Do use padding 0 for week and day numbers (*)
  eab320d... altTab: Ensure style of this._list before calculating icon  (*)
  c67460a... altTab: Fix a wrong variable name (*)
  0741296... altTab: Remove get_preferred_width override of AppIcon (*)
  a8f0787... batch: Add missing import (*)
  e10a768... shellMountOperation: Remove unused functions (*)
  42dabef... loginDialog: Return consistently from arrow function (*)
  69725e5... locatePointer: Capitalize class name (*)
  9476aa5... telepathyClient: Don't redeclare N_() (*)
  6970f43... ripples: Remove unreachable return statements (*)
  5f3bad9... locatePointer: Use constant for GSettings key (*)
  3c382c4... popupMenu: Use consistent registerClass() style (*)
  b3736f4... popupMenu: Use regular method style (*)
  2c1a81f... runDialog: Don't return from finally block (*)
  b87455c... keyboard: Remove unnecessary boolean cast (*)
  f6b4b96... cleanup: Use Array.includes() to check for element existenc (*)
  0b08ee5... cleanup: Clean up unused imports (*)
  fe83cd9... cleanup: Use rest parameters instead of arguments (*)
  321730f... cleanup: Use rest operator to handle overly long argument l (*)
  e7d44bb... cleanup: Remove unneeded escapes in regex (*)
  e56d7f5... cleanup: Remove unused variables (*)
  e2e02c9... cleanup: Avoid implicit coercion (*)
  d008c6c... cleanup: Avoid variable declarations in case clauses (*)
  f250643... style: Use space after catch (*)
  55235c2... style: Avoid trailing commas in array destructuring (*)
  29b04fc... style: Fix stray/missing semi-colons (*)
  7ac35c6... style: Fix stray/missing spaces (*)
  8fda311... style: Fix brace style (*)
  4c52069... style: Use camelCase for variable names (*)
  61f86cb... keyboard: Remove unused keyboard gsetting schema (*)
  6c33aff... lookingGlass: Replace global grabs with input device grabs (*)
  d5a1a88... st: Replace global grabs with input device grabs (*)
  02c7669... tests: Stop using global grabs (*)
  95b80ee... extensionPrefs: Avoid awkward indentation in string literal (*)
  8c28f9a... dwellClick: Reindent modes map (*)
  02db21f... systemActions: Reindent action map (*)
  6f8dd06... cleanup: Use consistent style for GObject property definiti (*)
  5ec4c2e... cleanup: Use spaces for indentation (*)
  6ed5bc2... cleanup: Use consistent switch indentation (*)
  8fcd6c7... cleanup: Use arrow functions for tweener callbacks (*)
  1398aa6... style: Fix indentation errors (*)
  14d7897... style: Stop using braces for single-line arrow functions (*)
  915415d... OSK variables and key rounding (*)
  8a22092... shell: Drop XDND initialization code (*)
  0bdd1b6... st/button: Ungrab device before calling st_button_release (*)
  e95f3fe... ibusManager: Use Map to store engines (*)
  46874ee... params: Simplify code (*)
  0d035a4... cleanup: Prefer template strings (*)
  1778ada... tests: Add Params.parse() unit tests (*)
  8a5de32... params: Fix regression (*)
  7359e43... st: Add st_icon_colors_equal() (*)
  be40de5... st: Consider non-background properties for ::style-changed (*)
  53be76c... shellDBus: Update ::accelerator-activated handler arguments (*)
  bb6d973... endSessionDialog: Check for PackageKit before considering u (*)
  5473637... cleanup: Fix style nits in last commit (*)
  55b0361... shell-recorder: Restore cursor recording (*)
  d0da96a... workspacesView: Handle reordering of workspaces (*)
  68e45eb... workspaceThumbnails: Handle reordering of workspaces (*)
  ff9bb53... windowManager: Use new reorder_workspace() API (*)
  1cac7b2... windowManager: Remove unused property (*)
  dbb71f0... layout: Make the hot corner optional (*)
  51938c3... workspace: Let WindowClone inherit from StWidget (*)
  355b5ee... workspace: Set offscreen redirect on window previews (*)
  55c717c... appDisplay: Fix logic error (*)
  6ba03ac... params: Don't use Lang module (*)
  74feb11... layout: Fix off-by-one indent (*)
  1570f83... cleanup: Remove bogus file (*)
  6cc19ee... workspacesView: Work around spurious allocation changes (*)
  3731be9... lint: Import eslint rules from gjs (*)
  4c0bd88... lint: Tweak the whitelist of globals (*)
  109b8e8... lint: Require spaces inside braces in object literals (*)
  5f77cdb... lint: Enforce arrow notation (*)
  f6bed08... lint: Enforce camelCase (*)
  42b77e7... lint: Allow multiple spaces before key values (*)
  e0457b6... lint: Add "legacy" configuration (*)
  1b31fd5... cleanup: Don't call method via a parent's prototype (*)
  16ca7a2... panel: Relax check for existing signal handler (*)
  404bc34... cleanup: Use default parameters where appropriate (*)
  7d2c5c1... dialog: Use Object.assign() for default property value (*)
  c765082... calendar: Avoid a warning (*)
  2ff7a78... calendar: Simplify code a bit (*)
  bd18313... power: Use more fine-grained battery levels (*)
  3996309... Add Karbi translation (*)
  2c8d380... shellDBus: Rename ShowMonitorLabels2 to ShowMonitorLabels (*)
  a823a21... Update Karbi translation (*)
  a785270... search: Remove unnecessary containers (*)
  3f2cffc... theme: Don't apply overlap-preventing padding to search res (*)
  1a27ff6... search: Fix calculation of max number of displayed results  (*)
  8f0e9ab... iconGrid: Make sure the style is updated before computing t (*)
  2d908e8... search: Remove wrong additional argument for _createResultD (*)
  f583a7c... Update Karbi translation (*)
  043667d... theme: Provide icon helper classes (*)
  49e5677... theme: unbreak acrive states for icon tiles (*)
  08464ea... theme: make overview thumbnails rounder (*)
  b82b553... extensionPrefs: Inherit from Gtk.Application (*)
  43443d0... theme: app icon helper tweaks (*)
  ab0f74a... workspaceSwitcherPopup: Support horizontal layout (*)
  305e637... workspacesView: Support horizontal layout (*)
  208c5e9... shell: Don't use g_memmove() (*)
  bd51621... power: Make sure we fall back to the correct icon (*)
  d9d9778... main: Avoid missing braces warnings when compiling with cla (*)
  f9a7718... background: Adjust to gnome-desktop API break (*)
  2768b73... build: Clean out unused version requirements (*)
  d828102... extensionUtils: Move ExtensionState definition here (*)
  ea17740... extensionSystem: Turn into a class (*)
  6a4c55b... extensionSystem: Make methods to call extension functions p (*)
  4589da9... extensionSystem: Add methods to enable/disable extensions (*)
  5880635... extensionUtils: Add functions to (de)serialize extensions (*)
  32e0b89... shellDBus: Add new 'ExtensionStateChanged' signal (*)
  4a34762... extensionSystem: Add canChange property to extensions (*)
  a7ec758... extensionPrefs: Attach extension object to each row (*)
  1c63893... extensionPrefs: Override getCurrentExtension() for extensio (*)
  9928125... extensionPrefs: Switch to D-Bus API to get extension live s (*)
  1d6ddf0... extensionSystem: Move extension loading into ExtensionManag (*)
  43cb375... extensionSystem: Store extensions in a Map (*)
  ce1bee7... extensionSystem: Allow disabling session mode extensions (*)
  d471e3a... Bump version to 3.33.4 (*)
  7ca3cca... build: Bump gsettings-desktop-schemas requirement (*)
  7dda7ab... Update Basque translation (*)
  1117f47... Update Brazilian Portuguese translation (*)
  2a041e9... lint: Enforce consistent return (*)
  dd1fdf8... extensionPrefs: Add missing return value (*)
  2743f18... panel: Use dedicated Spinner class (*)
  2653402... js: Add missing return values to later_add() handlers (*)
  32ddb6f... iconGrid: Add missing import for GLib (*)
  eaa3209... appDisplay: Don't leak duplicate items in AppView (*)
  1d60c4d... iconGrid: Clear meta_later callback on destruction (*)
  8e75d81... appDisplay: Add AppFolderPopup destroy handler (*)
  164f3fa... appDisplay: Clear AllView reference to current popup when d (*)
  da9f37e... appDisplay: Add destroy handler for FolderIcon (*)
  49260a8... appDisplay: Stop watching FolderIcon parent view when destr (*)
  0ee1367... appDisplay: Add open method to FolderIcon (*)
  cebb6d4... appDisplay: Keep popup open on refresh (*)
  0ecf135... appDisplay: Add missing semicolon (*)
  a455860... appDisplay: Indent with spaces rather than tabs (*)
  3f8d3a7... panel: Remove unused constant (*)
  2c61bad... Update Esperanto translation (*)
  466dc8d... build: Automatically bump mutter API version each cycle (*)
  0257de1... lint: Allow marking variables/arguments as unused (*)
  79cf3a6... cleanup: Remove some unhelpful unused arguments (*)
  2f97a1a... cleanup: Mark unused arguments as unused (*)
  11b116c... cleanup: Remove some unhelpful unused variables in destruct (*)
  71759a0... cleanup: Mark unused (but useful) variables as ignored (*)
  e357559... cleanup: Mark globals used from other modules as exported (*)
  1e13f32... style: Disable camelcase rule for GObject properties (*)
  fda7c9b... perf: Shut up an eslint error (*)
  93a461f... perf: Shut up another eslint error (*)
  8ea6fd1... ci: Include git in extension-ci image (*)
  ed37ba1... ci: Merge 'source_check' stage into 'review' (*)
  3b5d13a... ci: Add eslint job to review stage (*)
  5826336... Update Karbi translation (*)
  33bbbdc... Updated Spanish translation (*)
  a57c4c5... Update Karbi translation (*)
  3db1058... appIcon: End running drag operations on destroy (*)
  c0e9080... baseIcon: Align labels to the center (*)
  8e1b13c... appDisplay: Trivial code style improvement (*)
  74905f3... Update Basque translation (*)
  17e32bf... docs: Fix interface prefix for D-Bus docs (*)
  1b7ff76... ci: Fix identifying commits in MR (*)
  9d65c8b... ci: Remove path limitation of js60 check (*)
  a7c94b2... Update Indonesian translation (*)
  a81450d... Update Catalan translation (*)
  85d9f39... Update Friulian translation (*)
  5545e84... volume: Remove unused method (*)
  b970ee7... barLevel: Use setters instead of methods (*)
  86c3909... barLevel: Return when trying to set value to already used v (*)
  cb0d287... osdWindow: Use float values as input for osdWindow (*)
  2f29081... osdWindow: Remove LevelBar and use BarLevel directly (*)
  89ce53e... shellDBus: Use floats instead of percentages for OSD levels (*)
  3a748fe... theme: Fix focus style of icons in the calendar popup (*)
  82d4665... lightbox: Remove unnecessary params (*)
  99a2fad... shell: Rename GLSLQuad to GLSLEffect (*)
  ae7ec64... shell: Properly rename type (*)
  007d305... shell: Actually make GLSLEffect an effect (*)
  5fc456d... userWidget: Handle non-square icons gracefully (*)
  d360114... st: Cleanup ST_PARAM_* and add WRITABLE version (*)
  28ab1f4... Ensure G_PARAM_STATIC_STRINGS for all properties (*)
  668128f... lightbox: Remove previously added tweens from target (*)
  8f3554f... st: Use g_object_notify_by_pspec() (*)
  933c037... weather: Stop accessing app settings directly (*)
  108ac7c... ci: Make eslint wrapper script usable outside gitlab's CI (*)
  02b47f4... weather: Fix property name (*)
  5295866... st: Fix property type (*)
  716ea1a... extensionPrefs: Add ability to warn about extensions being 
  48aa9fd... extensionSystem: Redefine canChange property
  f7b8490... extensionSystem: Add isEnabled property for extensions
  6f76a79... extensionPrefs: Allow disabling extensions when globally di
  a781161... data: Use new method of hiding desktop file from autostart
  dc59f0b... data: Update systemd units
  23728e0... extensionPrefs: Delete disabled warning marker
  fa66d81... data: Add desktop autostart file for extension warning
  e7acb38... meson: Avoid using relative paths to po directory

(*) 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]