[gnome-shell] (138 commits) Non-fast-forward update to branch wip/carlosg/shell-app-ignore-popups



The branch 'wip/carlosg/shell-app-ignore-popups' 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:

  481d9ff... shell: Ignore non-toplevels for ShellWindowTracker::tracked

Commits added to the branch:

  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 (*)
  12b8fb1... st: Move slow-down-factor into settings (*)
  25f118b... Update Karbi translation (*)
  01d2ad7... Updated Spanish translation (*)
  277f0d7... Update Romanian translation (*)
  abe2f07... Update Swedish translation (*)
  5005500... data: Flag in desktop file that gnome-shell can be started  (*)
  7e00d22... data: Update systemd units (*)
  31968ea... meson: Avoid using relative paths to po directory (*)
  4768167... cleanup: Use milliseconds for animation times (*)
  4d23c12... folderIcon: Move app icon loading to FolderView (*)
  8d9da10... frequentView: Use BaseAppView.addItem() and loadGrid() (*)
  3003e90... baseAppView: Call loadGrid() directly (*)
  036e416... baseAppView: Move _loadGrid() into _redisplay() (*)
  1d44bf7... baseAppView: Only add and remove when necessary (*)
  1c17295... allView, folderView: Only add icons once (*)
  9c6f558... baseAppView: Remove unused BaseAppView.addItem (*)
  00ec8ca... allView: Redisplay on folder changes (*)
  9aa06e3... Update Indonesian translation (*)
  0f178c3... appDisplay: Skip animation when hidden (*)
  12ec5d1... switcherPopup: Avoid unnecessary animation (*)
  9b8c0f7... pointerA11yTimeout: Fix style nit (*)
  bf497ed... pointerA11yTimeout: Use notify handler instead of onUpdate  (*)
  3ee5258... loginDialog: Use GObject bindings over onUpdate handler (*)
  bf36d99... barLevel: Don't reset value on overview-start changes (*)
  1abfbb8... windowManager: Small cleanup (*)
  213d10b... messageTray: Drop tween helper function (*)
  1e6cb43... shell-app: Consider desktop actions in can_open_new_window( (*)
  749f52f... popupMenu: Split submenu expansion and arrow rotation (*)
  abe012b... ripple: Split animation (*)
  8eb88d1... dash: Directly tween actors (*)
  5d6db92... screenShield: Stop using custom transition (*)
  870dd84... pageIndicators: Defer IN animation until redraw (*)
  fdf24ce... messageTray: Stop tweening custom opacity property (*)
  ae2af34... environment: Add adjustAnimationTime() helper (*)
  99b4e04... tweener: Use new adjustAnimationTime() helper (*)
  0b4a448... environment: Support slow down factor when easing (*)
  007b6ca... environment: Add convenience method for implicit animations (*)
  0846238... js: Use implicit animations for animatable properties (*)
  fc958f4... windowManager: Move animation into WindowDimmer (*)
  928595f... windowManager: Change effect's brightness property (*)
  3d3dca4... js: Actorize animated objects (*)
  dfa41f6... js: Use GObject properties for animated properties (*)
  ef18f62... environment: Add convenience method for property transition (*)
  fffe7bd... js: Ease non-animatable actor properties (*)
  8b97a06... allView: Always update currentPage (*)
  8b368d0... environment: Fix transition callback (*)
  9073deb... environment: Remove transition tracking (*)
  52c2417... barLevel: Fix value range (*)
  79b54f6... volume: Fix overdrive in slider (*)
  9097c5e... st: Add transition API to StAdjustment (*)
  72defaa... st: Use StAdjustment's new transition API (*)
  8ac2086... environment: Add convenience method for adjustment transiti (*)
  b67c300... js: Use Clutter transitions for adjustment changes (*)
  1e20a12... dnd: Stop using getTweenCount() (*)
  21e752e... keybindings: Remove pause-resume-tweens shortcut (*)
  015ca2c... lookingGlass: Remove Tweener from preimported modules (*)
  0ce0376... docs: Update animation section (*)
  ad55cb6... weather: Fix warning on closing Weather (*)
  ec6e131... weather: Pick up original settings values (*)
  f50cac3... workspace: Sort windows to minimize travel distance (*)
  928b497... systemActions: Create SensorProxy unconditionally (*)
  d1880dc... appDisplay: Add event blocker inhibition API (*)
  09d5f07... folderIcon: Allow dropping application icons (*)
  5dfa620... folderIcon: Update folder icon after dropping (*)
  ea71172... allView: Switch pages when dragging above or below the grid (*)
  ec8b7bc... allView: Remove icon from folder when dropping outside (*)
  54a2773... folderIcon: Add visual drag-over feedback (*)
  fd19906... allView: Scale in when moving icons from folders (*)
  e45c917... controlsManager: Don't fade icon grid while dragging (*)
  dd9a452... st/texture-cache: Monitor GtkIconTheme changes (*)
  c0047cd... shell/app-system: Monitor for icon theme changes (*)
  73850fe... appDisplay: Animate launch of new-window action in the AppI (*)
  3114a24... dateMenu: Stop accessing app settings directly (*)
  481490f... util: Remove AppSettingsMonitor (*)
  1dadbd0... appDisplay: Always animate our own new window and discrete  (*)
  87f5aa7... appDisplay: Animate activate-discrete-gpu action in the App (*)
  68e3f74... search: Don't use max number of results if allocation width (*)
  21966af... search: Defer updating results on allocation changes until  (*)
  be6ce3c... appIcon: Scale and fade itself when starting drag (*)
  ff3d32d... appIcon: Make AppIcon a drop target (*)
  488d982... appIcon: Create and delete folders with DnD (*)
  f76f30f... dnd: Fix drag cancel animation scale (*)
  4c89eac... folderIcon: Properly reject drop (*)
  5d8ea4f... main: Remove left-over variable (*)
  9b7f228... src: Stop using g_get_current_time() (*)
  826ac95... environment: Don't use actor if an ease callback destroys i (*)
  ada0150... viewSelector: Use onStopped callback when fading out pages (*)
  35dbc3f... appDisplay: Disconnect Main item-drag signals on icons dest (*)
  209d332... AppIcon: Nullify _draggable if available on destruction (*)
  76eceec... Bump version to 3.33.90 (*)
  308da6a... Update Basque translation (*)
  5d2e5fe... Update Icelandic translation (*)
  d67c64a... Update Swedish translation (*)
  6b7af40... barLevel: Remove duplicated assignment (*)
  f0e1dc5... slider: Do not notify on parent's behalf (*)
  21e14bd... brightness: Ignore slider changes we initiated ourselves (*)
  14fd7c7... Update Basque translation (*)
  7efdb97... Update Catalan translation (*)
  dc38e48... Update Indonesian translation (*)
  b499ca4... iconGrid: Restore grid actors when cancelling animations (*)
  6f4c502... iconGrid: Only add one onComplete callback for the animatio (*)
  779e37f... Update Romanian translation (*)
  4370aee... Update Finnish translation (*)
  a20b8dc... Updated Lithuanian translation (*)
  638b315... shell-global: Only sync input region if X11 session (*)
  16cb918... shell-global: Set stage input region via MetaX11Display (*)
  c637216... shell: Ignore non-toplevels for ShellWindowTracker::tracked

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