[gnome-shell] (117 commits) Non-fast-forward update to branch gbsneto/icon-grid-dnd
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] (117 commits) Non-fast-forward update to branch gbsneto/icon-grid-dnd
- Date: Thu, 1 Aug 2019 20:54:07 +0000 (UTC)
The branch 'gbsneto/icon-grid-dnd' 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:
6a3606c... util: Add isSorted
30da437... appDisplay: Add event blocker inhibition API
6d4cc03... appIcon: End running drag operations on destroy
b0c725c... folderIcon: Allow dropping application icons
1f4fc68... folderIcon: Update folder icon after dropping
3ee3d37... appIcon: Always pass parent view
c908547... allView: Switch pages when dragging above or below the grid
5102025... appDisplay: Trivial code style improvement
36850e2... allView: Set this.actor._delegate
56ac33b... folderView: Pass and add getter to folder icon
2be5a37... allView: Remove icon from folder when dropping outside
0405f3f... folderView: Block DnD in folder view
4a8a6d9... folderIcon: Move app icon loading to FolderView
3ca9759... frequentView: Use BaseAppView.addItem() and loadGrid()
2be1e8c... baseAppView: Call loadGrid() directly
37aa7c3... allView: Scale in when moving icons from folders
6cb0fef... folderIcon: Add visual drag-over feedback
ec8b24d... baseAppView: Add only non-added icons, in order
70b40e2... baseAppView: Only add and remove when necessary
9da9f45... baseAppView: Remove BaseAppView.addItem()
7bddb1c... allView: Only create folder icon if it doesn't exist
913ce10... allView: Don't sort icons
d6d336b... allView: Redisplay on folder changes
22bd110... gschema: Add the 'icon-grid-layout' key
d8a7fd5... allView: Add support for custom positioning
78ec053... paginatedIconGrid: Store extra space data
af164d7... folderView: Move DnD functions to BaseAppView
ac5619a... iconGrid: Add item nudge API
73095d2... appDisplay: Add moveItem()
c9927d5... allView, folderView: Implement moving icons
ee8b8ef... allView, folderView: Save order after moving icon
3d050af... baseIcon: Align labels to the center
03e16df... appIcon: Use a real BaseIcon as the drag actor
62ef38b... iconGrid: Implicitly animate icon positions
9ba8e56... controlsManager: Don't fade icon grid while dragging
6ede454... allView, folderView: Always operate on grid coordinates
155dcf6... appDisplay: Close popup when dragging
ce33ac9... folderIcon: Open popup when dragging over
749ce25... appIcon: Hide itself when starting drag
9c4446e... iconGrid: Apply delay to easing state
b0b9c71... folderView: Allow moving to specific position
6050363... folderView: Make sure to only add icons once
f13a5ac... baseViewIcon: Introduce base class for view icons
31bbdae... folderIcon: Don't open popup when dragging folders
400a1b3... baseViewIcon: Allow creating icons that are not drop target
dc59bb6... appIcon: Show folder preview when dragging over
331c5f8... appIcon: Create and delete folders with DnD
Commits added to the branch:
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 (*)
ec77f52... folderIcon: Move app icon loading to FolderView
3f70a25... frequentView: Use BaseAppView.addItem() and loadGrid()
bbaab62... baseAppView: Call loadGrid() directly
2edabe1... baseAppView: Add only non-added icons, in order
427bc22... baseAppView: Only add and remove when necessary
f4bcf19... allView, folderView: Only add icons once
c967ef7... baseAppView: Remove unused BaseAppView.addItem
0e5e749... allView: Redisplay on folder changes
a528f9e... appDisplay: Add event blocker inhibition API
e54d635... folderIcon: Allow dropping application icons
a94494c... folderIcon: Update folder icon after dropping
9cf8755... appIcon: Always pass parent view
955d0f3... allView: Switch pages when dragging above or below the grid
b4af87d... allView: Set this.actor._delegate
84e4801... allView: Remove icon from folder when dropping outside
45c8954... folderIcon: Add visual drag-over feedback
a12cc6d... allView: Scale in when moving icons from folders
807c2c9... controlsManager: Don't fade icon grid while dragging
b5affa3... gschema: Add the 'icons-data' key
cf8028e... allView: Don't sort icons
94e7648... appDisplay: Add moveItem()
2f8169b... iconGrid: Add item nudge API
e7df5eb... folderView: Move DnD functions to BaseAppView
6b42a2d... allView: Add support for custom positioning
436d7a0... allView, folderView: Implement moving icons
24fb711... allView, folderView: Always operate on grid coordinates
d56de37... appIcon: Scale and fade itself when starting drag
d2a134e... iconGrid: Implicitly animate icon positions
a2ee1a1... iconGrid: Apply delay to easing state
b5960e7... appIcon: Use a real BaseIcon as the drag actor
782657a... baseViewIcon: Introduce base class for view icons
0b6d365... appIcon: Show folder preview when dragging over
8bbea6f... appIcon: Create and delete folders with DnD
4037d28... folderView: Allow moving to specific position
(*) 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]