[epiphany] (76 commits) Non-fast-forward update to branch wip/bookmarks
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] (76 commits) Non-fast-forward update to branch wip/bookmarks
- Date: Wed, 28 Sep 2016 13:16:57 +0000 (UTC)
The branch 'wip/bookmarks' 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:
0c66aac... bookmarks: Add toolbar button for popover
30880ac... bookmarks-popover: Define a custom type for bookmarks butto
6b115e3... bookmarks: Add basic bookmark model
21827ed... bookmarks: Add custom list box row
ab87995... bookmarks: Add gvdb library to use for storage
485935f... bookmarks: Add EphyBookmarksManager
4cb0bfc... bookmarks-popover: Open bookmark on row click
d3d8ff4... bookmarks: Store tags in EphyBookmark
f9e9cfc... bookmarks-popover: Populate Tags stack
3295352... bookmarks: Add properties dialog
71a5fe6... bookmarks-manager: Populate bookmarks from database file
cff6f6c... bookmarks: Add possibility to remove a tag. Prettify tag wi
eb86000... bookmarks: Add tags detail stack child
8426cd2... bookmarks: Make 'tags' a property
f073b48... bookmarks: Use GActions instead of connecting callbacks to
8fd48a2... bookmarks: Add favicons
3e3a89e... bookmarks-row: Improve appeareance of properties button
45a37bd... bookmarks: Don't load from database before creating file
37d4398... bookmarks: Save to db asynchronously when bookmarks are add
de8dd20... bookmarks: Save changes to file on edit
b6112df... bookmarks: Add 'bookmark page' button to the location entry
bc83dc5... bookmarks-popover: Use new icons for tags. Use special icon
1342409... bookmarks: Save the time at which a bookmark is added
0770871... bookmarks: Replace bookmarks list with a GSequence
e5c18e2... bookmark-properties-grid: Save the grid's parent so it can
da845f3... Remove redundant gtk_add_resource_path () calls
fbe22a8... bookmarks: Fix icons
8874bdd... bookmarks: Add multiple bookmarks at once
635839c... bookmarks-manager: Manually iterate over sequence when sear
51dc8dc... bookmarks-popover: Update all stacks accordingly when a boo
9c3a20f... bookmarks: Save changes to disk when modifying the 'Add boo
dc24099... bookmarks: Save/load tags before saving/loading bookmarks
4e2c1ea... bookmarks-popover: Improve tag detail list box
800bae7... bookmarks-popover: Free allocated memory
2471882... bookmarks: Minor improvements
d0cb9a8... bookmarks-manager: Emit 'tag-added' signal only if the func
879dbd4... bookmarks-manager: Emit 'bookmark-added' signal only if the
e8af767... bookmarks-popover: Fix tooltip positioning
69d5ffc... bookmark-properties: Make favorite 'star' white
f72e335... Port EphyCompletionModel and EphySearchProvider to the new
2f266d4... properties-grid: Toggle action's enabled state instead of b
10fe84b... properties-grid: Display full URI in entry
2e4dd41... properties-grid: Save data in finalize instead of destroy
4ebb7b8... Move the profile migrator to it's own subdirectory
be60ef6... Add bookmarks profile migrator
6873c45... Rework 'Add bookmark' popover
febf077... Update ephy-completion-model-test
d7e8480... Standardize modelines in new files
28871a1... Save a couple bytes with real copyright symbols!
69bb234... Save even more bytes by using #pragma once in new files!
41fd0ab... bookmarks: Change url/title for ephy_bookmarks_new to trans
357fffc... Minor style fixes
c165886... bookmarks: Call parent constructed function before doing ou
f9c80a7... bookmarks: Fix some memory leaks
3578a79... Get rid of deep directory structure for bookmarks related i
2e1e2aa... bookmarks-popover: Don't override get_property if there are
628bdd6... ephy-bookmark: Use G_PARAM_STATIC_STRINGS for properties
c6643c2... profile-migrator: Import bookmarks regardless of lockdown
1b85d06... Don't upgrade to version GPLv3 yet
c12fb5d... Remove obsolete EphyTopicsPalette
1bcc8d6... Remove obsolete EphyNodesCover
0b32738... Remove obsolete EphyTopicsEntry
3cceafa... Remove obsolete EphyBookmarksEditor
f3bbe53... Remove obsolete bookmarks import/export code
4f87b16... Remove obsolete EphyBookmarkProperties
0df9983... Remove obsolete bookmarks actions and action groups
c421ff0... Remove obsolete EphyBookmarksUi
1a793f6... Remove obsolete EphyBookmarks
895dd5b... Add a convenience GAsyncReadyCallback to pass to ephy_bookm
e89127c... bookmarks: Move everything to a new bookmarks directory
270dd27... Update POTFILES.in
7401be6... bookmarks-popover: Ensure there are no duplicates added in
3ae33ac... Fully remove old bookmarks test
Commits added to the branch:
7b39d48... Bump GTK+ requirement to GNOME 3.22.0 (*)
6b1344e... Save decision to allow or deny notifications (*)
c259305... bookmarks: Add toolbar button for popover
0244efa... bookmarks-popover: Define a custom type for bookmarks butto
b963dc4... bookmarks: Add basic bookmark model
cdb0851... bookmarks: Add custom list box row
1253b96... bookmarks: Add gvdb library to use for storage
37cbdaa... bookmarks: Add EphyBookmarksManager
a33f61b... bookmarks-popover: Open bookmark on row click
43f9c79... bookmarks: Store tags in EphyBookmark
ed73547... bookmarks-popover: Populate Tags stack
bc464c6... bookmarks: Add properties dialog
65a45ed... bookmarks-manager: Populate bookmarks from database file
4e1ad24... bookmarks: Add possibility to remove a tag. Prettify tag wi
d46ecee... bookmarks: Add tags detail stack child
bc917f2... bookmarks: Make 'tags' a property
586e4e3... bookmarks: Use GActions instead of connecting callbacks to
24f1bce... bookmarks: Add favicons
eb5ded8... bookmarks-row: Improve appeareance of properties button
affe9f0... bookmarks: Don't load from database before creating file
7e07b2a... bookmarks: Save to db asynchronously when bookmarks are add
5109ba1... bookmarks: Save changes to file on edit
3240e90... bookmarks: Add 'bookmark page' button to the location entry
bd78d14... bookmarks-popover: Use new icons for tags. Use special icon
48d65ee... bookmarks: Save the time at which a bookmark is added
0a9d425... bookmarks: Replace bookmarks list with a GSequence
e7a63bc... bookmark-properties-grid: Save the grid's parent so it can
45daa40... Remove redundant gtk_add_resource_path () calls
41a21e6... bookmarks: Fix icons
5b944cd... bookmarks: Add multiple bookmarks at once
1fc1e74... bookmarks-manager: Manually iterate over sequence when sear
4bf760e... bookmarks-popover: Update all stacks accordingly when a boo
fb69b6d... bookmarks: Save changes to disk when modifying the 'Add boo
3b19b47... bookmarks: Save/load tags before saving/loading bookmarks
ecddf49... bookmarks-popover: Improve tag detail list box
785132c... bookmarks-popover: Free allocated memory
442d415... bookmarks: Minor improvements
e16d9e8... bookmarks-manager: Emit 'tag-added' signal only if the func
a202ffd... bookmarks-manager: Emit 'bookmark-added' signal only if the
ebae36e... bookmarks-popover: Fix tooltip positioning
2a65558... bookmark-properties: Make favorite 'star' white
2d9fd24... Port EphyCompletionModel and EphySearchProvider to the new
ed611b6... properties-grid: Toggle action's enabled state instead of b
3d7eb88... properties-grid: Display full URI in entry
d6ff72c... properties-grid: Save data in finalize instead of destroy
ec8a960... Move the profile migrator to it's own subdirectory
704c0ad... Add bookmarks profile migrator
86e6aa1... Rework 'Add bookmark' popover
9ed3536... Update ephy-completion-model-test
f25185a... Standardize modelines in new files
b583695... Save a couple bytes with real copyright symbols!
9d5d2fb... Save even more bytes by using #pragma once in new files!
7f6590c... bookmarks: Change url/title for ephy_bookmarks_new to trans
28348d6... Minor style fixes
be3a9ea... bookmarks: Call parent constructed function before doing ou
d1605e0... bookmarks: Fix some memory leaks
f17285b... Get rid of deep directory structure for bookmarks related i
71c150c... bookmarks-popover: Don't override get_property if there are
dd8aa03... ephy-bookmark: Use G_PARAM_STATIC_STRINGS for properties
98c3acf... profile-migrator: Import bookmarks regardless of lockdown
fb9ef83... Don't upgrade to version GPLv3 yet
62f0a7d... Remove obsolete EphyTopicsPalette
8e0616a... Remove obsolete EphyNodesCover
7f208a2... Remove obsolete EphyTopicsEntry
e73ddfe... Remove obsolete EphyBookmarksEditor
d0b0aa4... Remove obsolete bookmarks import/export code
74815f5... Remove obsolete EphyBookmarkProperties
d9baf85... Remove obsolete bookmarks actions and action groups
1eaad92... Remove obsolete EphyBookmarksUi
88f3e10... Remove obsolete EphyBookmarks
57909f3... Add a convenience GAsyncReadyCallback to pass to ephy_bookm
dea972c... bookmarks: Move everything to a new bookmarks directory
c74cb85... Update POTFILES.in
72adb80... bookmarks-popover: Ensure there are no duplicates added in
7351203... Fully remove old bookmarks test
d09fa34... Bring back application menu
(*) 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]