[libhandy] (98 commits) Non-fast-forward update to branch wip/haecker-felix/flap-widget
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] (98 commits) Non-fast-forward update to branch wip/haecker-felix/flap-widget
- Date: Mon, 3 Aug 2020 16:27:55 +0000 (UTC)
The branch 'wip/haecker-felix/flap-widget' 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:
99d95e8... Start implementing new HdyFlap widget. Step one: Create C b
bdb6bb2... Use spaces instead of tabs.
7e48f27... Apply 3 suggestion(s) to 1 file(s)
deeb4ad... Miscellaneous fixes
f613791... sanitize boolean
a458909... Implement get_*_size() funcs
65061a4... Implement allocate_flap() func. Includes other fixes.
de317b5... Implement allocate_content() func
05633b4... Implement size_allocate itself
0979464... Add missing overlay setter
e679614... Implement hdy_flap_forall() and hdy_flap_remove()
4a02d4d... Implement measure()
45a8ee7... Set -1 instead of NULL
229a177... Implement reveal_tick_cb() and few other fixes.
a215254... Implement last animation pieces. Phew.
0cb9053... Add gtk_widget_set_has_window()
559c53e... Fix properties
b3f6024... update casts
fdd3c9f... Remove != NULL from if
890aa46... Fix alignment
6e726c1... properly use getter/setter
57389c1... few code style fixes
a020bb1... implement few missing parts
a8a794d... Fix few crashes
d2e05af... Fix issue that flap doesn't get allocated
55ea294... squish few bugs
c894f7d... Rename HdyFlapMode to HdyFlapFoldPolicy
202fcfb... Add locked property
b82b915... Rename overlay property to folded
52f53c3... WIP: Implement lock logic
68b0584... Fix locking
692df11... Fix broken animation
Commits added to the branch:
0dc8f9e... Add Romanian translation (*)
00e2c50... Use guint instead of uint (*)
be0e362... demo: Add demo contact list for HdyAvatar (*)
539ac7f... stackable-box: Drop the unused child properties (*)
d37c39b... stackable-box: Rename allow-visible into navigatable (*)
f550d18... leaflet: Rename allow-visible into navigatable (*)
8eaae0f... Update Ukrainian translation (*)
0562d39... preferences-window: Support presenting a subpage (*)
c94330a... preferences-window: Fix the indentation (*)
371fb55... preferences-window: Add the can-swipe-back property (*)
9f475d4... demo: Add subpages to the preferences window (*)
a79068f... doc: Exclude hdy-enums-private.h (*)
9a85c12... doc: List enums (*)
3e1cd57... Add libhandy's matrix room address (*)
acc672f... Update Ukrainian translation (*)
61c23e6... keypad: Remove GtkGrid comment (*)
7777a72... keypad-button: Use canonical name for show-symbols (*)
6aab73c... keypad-button: Normalize property names (*)
4b791f4... keypad: Replace the show-symbols property by letters-visibl (*)
8594d98... keypad: Replace the only-digits property by symbols-visible (*)
717d4a4... keypad: Replace the left/right-action props by start/end-ac (*)
991dd65... keypad: Fix the entry property type (*)
590184f... keypad: Fix coding style in get/set_property() (*)
51cfc87... keypad: Add missing Since everywhere (*)
44a9b49... keypad: Fix property getters and setters (*)
b667426... keypad: Document properties (*)
0278f63... keypad: Stop using g_return_if_fail() in private functions (*)
e78bc1f... keypad: Ensure HdyKeypadButton type (*)
0f6bb66... tests: Rewrite HdyKeypad tests (*)
fee6236... keypad: Normalize property names (*)
c3ae8e5... doc: Exclude enums instead of listing them (*)
bbd5291... enum-value-object: Include config.h (*)
69ca38f... swipeable: Include config.h (*)
17eb68d... Make symbols explicitly public, and implicitly private (*)
51e6666... action-row: Drop the title prop and its accessors (*)
44f2de2... expander-row: Drop the title prop and its accessors (*)
1f156eb... action-row: Make the subtitle nullable (*)
fdd9c26... expander-row: Make the subtitle nullable (*)
5e59ffc... Revert "expander-row: Make the subtitle nullable" (*)
17facb4... Revert "action-row: Make the subtitle nullable" (*)
72f714d... Revert "expander-row: Drop the title prop and its accessors (*)
4299dc4... Revert "action-row: Drop the title prop and its accessors" (*)
cdc7605... view-switcher-title: Default to auto policy (*)
5a4036d... Update Ukrainian translation (*)
085a8c8... preferences-window: Fix subpage removal with disabled anima (*)
d20aa6a... preferences-window: Disable type-to-search for subpages (*)
adccb24... preferences-window: Remove subpages after they are closed (*)
d189730... animation: Make lerp function more robust (*)
fcd55f1... squeezer: Add the xalign and yalign properties (*)
73eb068... preferences-group: Exclude hidden rows from search (*)
06730c1... preferences-group: Exclude hidden groups from search (*)
91db9fe... preferences-page: Exclude hidden pages from search (*)
ac7574b... preferences-group: Exclude untitled rows from search (*)
6774c50... Update Ukrainian translation (*)
7ade1ae... meson: Only disable implicit export for the libhandy sofile (*)
deff669... title-bar: Fix a typo in measure() (*)
709e086... Release 0.85.0 (*)
86b2ce3... Bump the version to 0.90.0 (*)
7b5f875... Add padding to public structs (*)
8d8cd1a... Add Brazilian Portuguese translation (*)
7143fc2... action-row: Drop the title prop and its accessors (*)
c8a172d... expander-row: Drop the title prop and its accessors (*)
2212e02... action-row: Make the subtitle nullable (*)
905054c... expander-row: Make the subtitle nullable (*)
f41e995... Start implementing new HdyFlap widget. Step one: Create C b
1d1303a... Use spaces instead of tabs.
4673f4d... Apply 3 suggestion(s) to 1 file(s)
8d5eb94... Miscellaneous fixes
877e8d3... sanitize boolean
a10b4e1... Implement get_*_size() funcs
c677cc9... Implement allocate_flap() func. Includes other fixes.
8c2a459... Implement allocate_content() func
57a1a4d... Implement size_allocate itself
b276df7... Add missing overlay setter
3169905... Implement hdy_flap_forall() and hdy_flap_remove()
8dc790a... Implement measure()
4afd4d7... Set -1 instead of NULL
1d93088... Implement reveal_tick_cb() and few other fixes.
eaa77a2... Implement last animation pieces. Phew.
409a78f... Add gtk_widget_set_has_window()
71ef149... Fix properties
6770a7e... update casts
bf2b733... Remove != NULL from if
af8ac9b... Fix alignment
73c2494... properly use getter/setter
f0ad5c5... few code style fixes
092fc4a... implement few missing parts
165a308... Fix few crashes
522bf02... Fix issue that flap doesn't get allocated
fb18405... squish few bugs
010933e... Rename HdyFlapMode to HdyFlapFoldPolicy
68002e9... Add locked property
daa1a49... Rename overlay property to folded
7ec08b8... WIP: Implement lock logic
5653881... Fix locking
d87eecf... Fix broken animation
d5f9082... shadow
75a5abd... WIP swipes
(*) 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]