[epiphany] (315 commits) Non-fast-forward update to branch wip/bookmarks
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] (315 commits) Non-fast-forward update to branch wip/bookmarks
- Date: Tue, 27 Sep 2016 17:34:49 +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:
63ca52c... Add menus file
0863407... Port zoom actions to GAction
c7bee8e... Port Print and Find to GAction
6343d46... Port undo/redo and cut/copy/paste to GAction (wip)
4f25258... ephy-toolbar: Use popup instead of popover for page menu
056a7e6... Fix accels for proted actions
f3433ec... Port Save As/Save As Application to GAction
b5e0e85... Port Encoding, Page Source and Close to GAction
9c31e1a... Port Open to GAction
918b2ca... Port New Tab to GAction
2a7dffe... Port ToggleInspector to GAction
976af15... Group window actions in action group
fcf142d... Use GAction for back/forward buttons
309637d... Remove redundant app menu code
620e7ac... Remove unused signal handler id variable
ad4ba63... Hide new tab button and page menu button in application mod
5dca593... Use GAction for the combined stop/reload button
fe1cc64... ephy-toolbar: remove reduntant code
d16cefa... Use GAction for browse-with-caret
f4939cc... ephy-window: remove redundant zoom code
9c67809... Use GActions for tab context menu
63d8fdc... Remove unused action group. Attach menu to tab instead of w
7462c0f... Restore the bookmarks submenu in the page menu
cd9ee18... Remove unused actions
21dfb5e... Use GAction for fullscreen toggle
122fd6e... Remove unused actions
4ff411b... Use GAction for Send To
5acb21d... Use GAction for 'Go Location'
ae5cb73... Use 'parameter' instead of 'value' for action activate func
34ff81f... Update function headers for app menu entries
7407278... Update function header
c5a18f3... Simplify names of GAction callbacks
11c7d9e... Use GAction for 'Allow popup windows'
2c07d05... Use default handler for boolean-stated actions
d2ddd99... Use a more suggestive name for 'browse-with-caret' callback
e96d76f... Fix bug with 'win.fullscren' action
a391c91... Use GActions for context menu
c23d83f... Use GAction for 'home'
e9fdc99... ephy-toolbar: Hide navigation box popup if button was relea
389f298... Disable unused topic menu
79bf0fa... Remove text file added by mistake
2e8e59a... shortcuts-window: fix rebase problem
367b0a6... Move EphyLinkAction and EphyWindowAction to bookmarks direc
3ccd3ba... window: Remove confusingly-named function
42f7fb6... window: remove unused member
7c945e7... bookmarks-ui: Properly disconnect handler
2d0605a... bookmarks: Add toolbar button for popover
8c63672... bookmarks-popover: Define a custom type for bookmarks butto
219ce7a... bookmarks: Add basic bookmark model
444f278... bookmarks: Add custom list box row
e635179... bookmarks: Add gvdb library to use for storage
809654e... bookmarks: Add EphyBookmarksManager
d1b5e90... bookmarks-popover: Open bookmark on row click
7a3598e... bookmarks: Store tags in EphyBookmark
c8421ae... bookmarks-popover: Populate Tags stack
32387fd... bookmarks: Add properties dialog
b3944b0... bookmarks-manager: Populate bookmarks from database file
6c8467b... bookmarks: Add possibility to remove a tag. Prettify tag wi
219a309... bookmarks: Add tags detail stack child
f98847a... bookmarks: Make 'tags' a property
0bbd2f1... bookmarks: Use GActions instead of connecting callbacks to
e888d57... bookmarks: Add favicons
2bbfcb4... bookmarks-row: Improve appeareance of properties button
c263466... bookmarks: Don't load from database before creating file
6bc672f... bookmarks: Save to db asynchronously when bookmarks are add
5d8191b... bookmarks: Save changes to file on edit
7c4d564... bookmarks: Add 'bookmark page' button to the location entry
5a03651... bookmarks-popover: Use new icons for tags. Use special icon
88def7c... bookmarks: Save the time at which a bookmark is added
e115337... bookmarks: Replace bookmarks list with a GSequence
154931f... bookmark-properties-grid: Save the grid's parent so it can
88c5671... Remove redundant gtk_add_resource_path () calls
5fd0702... bookmarks: Fix icons
5b06a68... bookmarks: Add multiple bookmarks at once
ff36930... bookmarks-manager: Manually iterate over sequence when sear
62925c9... bookmarks-popover: Update all stacks accordingly when a boo
6de95d9... bookmarks: Save changes to disk when modifying the 'Add boo
d0e13cf... bookmarks: Save/load tags before saving/loading bookmarks
a79c625... bookmarks-popover: Improve tag detail list box
c8882ad... bookmarks-popover: Free allocated memory
f920d22... bookmarks: Minor improvements
ce215a0... bookmarks-manager: Emit 'tag-added' signal only if the func
251c532... bookmarks-manager: Emit 'bookmark-added' signal only if the
ea64277... bookmarks-popover: Fix tooltip positioning
2679f67... bookmark-properties: Make favorite 'star' white
f3eb91e... Port EphyCompletionModel and EphySearchProvider to the new
7901f33... properties-grid: Toggle action's enabled state instead of b
8a197d0... properties-grid: Display full URI in entry
0d5a61c... properties-grid: Save data in finalize instead of destroy
Commits added to the branch:
26ce19c... Updated Norwegian bokmål translation. (*)
85a38b5... Updated Hebrew translation (*)
348ab72... Add Language headers to po files (*)
914c09b... Updated Chinese (Taiwan) translation (*)
5d9d704... Prepare 3.21.4 (*)
628b22f... Updated Spanish translation (*)
19d1a23... Updated Lithuanian translation (*)
9a11998... Require WebKitGTK+ 2.13.2 (*)
d82b3ec... Clear various WebKit DOM objects after using them (*)
9a96d0a... Add menus file (*)
6242b28... Port zoom actions to GAction (*)
047e0c6... Port Print and Find to GAction (*)
a1e475d... Port undo/redo and cut/copy/paste to GAction (wip) (*)
6b426b8... ephy-toolbar: Use popup instead of popover for page menu (*)
d88c290... Fix accels for proted actions (*)
fd9f948... Port Save As/Save As Application to GAction (*)
b0d8a42... Port Encoding, Page Source and Close to GAction (*)
06ebf1a... Port Open to GAction (*)
0ed09b2... Port New Tab to GAction (*)
c22cd00... Port ToggleInspector to GAction (*)
e59a2a0... Group window actions in action group (*)
70ce7db... Use GAction for back/forward buttons (*)
8c2427f... Remove redundant app menu code (*)
6a2472b... Remove unused signal handler id variable (*)
b24bca1... Hide new tab button and page menu button in application mod (*)
f5600bc... Use GAction for the combined stop/reload button (*)
745c32e... ephy-toolbar: remove reduntant code (*)
ec367c9... Use GAction for browse-with-caret (*)
813e05b... ephy-window: remove redundant zoom code (*)
ce80825... Use GActions for tab context menu (*)
a70f737... Remove unused action group. Attach menu to tab instead of w (*)
cc7dace... Restore the bookmarks submenu in the page menu (*)
5f33bef... Remove unused actions (*)
52435b0... Use GAction for fullscreen toggle (*)
a6edb79... Remove unused actions (*)
3f78567... Use GAction for Send To (*)
e052ffe... Use GAction for 'Go Location' (*)
8ae7ea9... Use 'parameter' instead of 'value' for action activate func (*)
3ef6e7e... Update function headers for app menu entries (*)
99eeea1... Update function header (*)
385d735... Simplify names of GAction callbacks (*)
44484fd... Use GAction for 'Allow popup windows' (*)
8d50810... Use default handler for boolean-stated actions (*)
a11d6a1... Use a more suggestive name for 'browse-with-caret' callback (*)
003ded3... Fix bug with 'win.fullscren' action (*)
40ae2d2... Use GActions for context menu (*)
21052ef... Use GAction for 'home' (*)
f98ef7c... ephy-toolbar: Hide navigation box popup if button was relea (*)
1640587... Disable unused topic menu (*)
52a1bab... Remove text file added by mistake (*)
58d8e1e... shortcuts-window: fix rebase problem (*)
7a4e2ca... Move EphyLinkAction and EphyWindowAction to bookmarks direc (*)
61b5907... window: Remove confusingly-named function (*)
7d5b6fd... window: remove unused member (*)
2d45e9e... bookmarks-ui: Properly disconnect handler (*)
cd10cc7... toolbar: Don't store page menu button's model (*)
9fc7670... toolbar: Fix leaks. Add dispose function (*)
dd337ce... Add myself to copyright header (*)
9dfebf2... Misc: coding style fixes (*)
87eb26f... lockdown: Remove unnecessary if-else (*)
f3ef6a5... Fix g_action_print_detailed_name leaks (*)
f312182... ephy-window: Use int/char instead of gint/gchar (*)
0a90e62... ephy-window: Remove unnecessary GtkUIManager (*)
1bf53c4... Fix segfault on window close (*)
f94b6a8... Updated POTFILES.in (*)
74c3c29... Updated Spanish translation (*)
1ea8241... Updated Lithuanian translation (*)
22110d2... Updated Slovak translation (*)
11d8e9c... Updated Turkish translation (*)
afbd8e9... Updated German translation (*)
488f5d2... Updated Turkish translation (*)
b168207... Updated Indonesian translation (*)
34601a8... Updated Friulian translation (*)
e25c70a... Use AX_GENERATE_CHANGELOG (*)
7e49cb6... Stick with previous ChangeLog format (*)
84ce4af... configure: Stop printing NSS support (*)
2fe0a71... Bump autoconf requirement to something reasonable (*)
8f956f7... build: Handle dependencies more explicitly (*)
79b44b5... Move ephy-profile-migrator to pkglibexecdir (*)
926196d... Replace SHARE_DIR with PKGDATADIR (*)
b2ace81... Clean up unused macro definitions (*)
87caf42... Avoid conflating of datadir and pkgdatadir (*)
947c58d... Install the web extension to pkglibdir (*)
1da0849... Reduce unnecessary use of EXTRA_DIST (*)
b74f5c6... Stop using intltool (*)
a4b492e... Update git.mk for intltool removal (*)
4218960... web-view: properly remove password info bar weak pointer (*)
fff2ed1... web-view: Remove old code (*)
48ee58d... web-view: limit permission request info bars (*)
8cae996... Updated Slovak translation (*)
ae01bfb... Revert "Install the web extension to pkglibdir" (*)
6fa2033... Stop versioning the web extension directory (*)
2bb9c57... configure: make changelog generation code more explicit (*)
92241ca... Try to fix C_ macro after switch to intltool (*)
b6a61d8... Use more AX_REQUIRE_DEFINED (*)
f54c6a8... Updated Hebrew translation (*)
3b34078... Fix icon name in Hebrew translation (*)
9a9102a... Updated Spanish translation (*)
cfd31b8... Updated Spanish translation (*)
080420f... Update appdata (*)
0545a2e... Updated Russian translation (*)
e21436e... Updated Czech translation (*)
9071e2c... Remove intltool marking from appdata (*)
baed088... Fix duplicated entry in appdata (*)
0a90fd2... Updated Brazilian Portuguese translation (*)
ac91d94... Updated Turkish translation (*)
c0bf21a... location-entry: Fix position of 'Paste & Go' when non-Engli (*)
7933e05... Remove keyboard shortcut for Duplicate Tab (*)
06192ec... Updated Polish translation (*)
a92e863... Updated Finnish translation (cherry picked from commit e24a (*)
451376d... Updated Hungarian translation (cherry picked from commit 28 (*)
32e99b7... Install libephymain.so (*)
7e705f6... Install libephymisc.so (*)
74b907c... Link libephyhistory.la directly into libephymisc.la (*)
f796ed5... Update libgd (*)
5788de8... Updated French translation (*)
70482a7... Updated Serbian translation (cherry picked from commit 4733 (*)
dacc6ce... Updated Hungarian translation (*)
4383391... Updated Slovenian translation (*)
e764544... build: Remove code coverage support (*)
66ca2c4... build: Stop using AM_CFLAGS/AM_LDFLAGS (*)
63a3659... build: Use pkg-config CFLAGS appropriately (*)
d1fcdad... web-view: remove outdated assert on error types (*)
d374d1d... Update British English translation (*)
b9be331... web-app-utils: don't crash if address is not a URI (*)
e2edeaa... Updated Serbian translation (*)
a2b31f1... Updated Finnish translation (cherry picked from commit 3e44 (*)
6264318... Updated Kazakh translation (cherry picked from commit 11f0a (*)
f5252a7... Updated Korean translation (cherry picked from commit 4efaf (*)
4dbad9b... Updated Turkish translation (*)
aed8f25... updated Punjabi Translation (*)
f8e79e6... web-view: set user-content-manager when creating related vi (*)
b90a276... Updated Dutch translation Master (*)
b635cdb... Updated Swedish translation (cherry picked from commit 94ed (*)
ec5b6c9... Fix build on Debian systems (*)
91139e8... Small Dutch translation improvements. (*)
5ab76a6... Updated Polish translation (*)
ad86ddb... Updated Korean translation (cherry picked from commit a842b (*)
f429d37... Mark "technical information" string for translation (*)
d57895c... Updated Polish translation (*)
d06c45b... Updated Swedish translation (cherry picked from commit b7bf (*)
9402a5e... Updated German translation (*)
0bae2f7... Updated Czech translation (*)
930349c... Update Latvian translation (*)
c82f581... Updated Dutch translation master(3.22) (*)
e841a2a... Updated Hebrew translation (*)
6e0c0a8... Updated Galician translations (*)
d7997b5... window: Remove declaration of old ephy_window_get_ui_manage (*)
47117f4... window: Remove obsolete code (*)
e797e97... Start using #pragma once (*)
988f6d0... Rename EphyToolbar to EphyHeaderBar (*)
675a4dc... window: Again disallow showing location entry in app mode (*)
d7bb035... title-box: Make URI subtitle selectable (*)
ad0951f... Show the location entry always except in application mode (*)
8e91204... Updated Korean translation (cherry picked from commit 239d5 (*)
9368c2e... Updated Kazakh translation (cherry picked from commit ae944 (*)
63059ce... Standardize modelines (*)
c012fe0... Missed a spot (*)
0d626bb... Missed another spot (*)
3e51e87... ADD TODO note about misuse of g_str_equal (*)
8025a94... Open ftp URIs in external application (*)
3045203... Run gdbus-codegen through $(AM_V_GEN) (*)
e3bd30b... Add a FIXME (*)
e5afab7... Add more options to XGETTEXT_OPTIONS in po/Makevars (*)
e3d2d78... Updated Finnish translation (cherry picked from commit aa2a (*)
2cd8859... Updated Lithuanian translation (*)
d6d9d25... Add URI handler for view source mode (*)
8968687... Add Prism syntax highlighting in view source mode (*)
8a3c6b1... view-source-handler: Get content from existing embed if pos (*)
f9fb4aa... view-source-handler: Fix code style blooper (*)
203b4d0... view-source-handler: Fix function naming blooper (*)
b7f302c... view-source-handler: another code style improvement (*)
018dd22... view-source-handler: improve error handling! (*)
112fdb4... Add and distribute Prism license (*)
d09fb66... Fix code style error in code style guidelines (*)
f4eb31d... source-view-handler: apply background color to entire page (*)
b9f7621... source-view-handler: Fix horizontal scrollbars (*)
9f152b5... Updated French translation (*)
f13f16b... [l10n] update Persian translations (*)
cd0c978... [l10n] update Persian translations (*)
87c3747... Updated Danish translation (*)
d1dc86e... Updated Greek translation (cherry picked from commit 1eb690 (*)
a4f7614... Updated Hungarian translation (*)
40ae894... title-box: Fix clicking on security indicator (*)
f0ae95e... title-box: Fixup for previous commit (*)
3fd2f7a... title-box: Another fixup for the previous commit (*)
043f2b3... window: code style fixes (*)
543745b... window: remove unused code (*)
b5b77d4... Get web app window title from desktop file, not web view (*)
855b4a1... title-box: Remove extra log statements (*)
5bdbfda... main: code style fix (*)
0d34fd9... window: Another code style fix (*)
7189fd6... Set title box subtitle when opening window in app mode (*)
bf7cb38... window: use constructed function (*)
613c326... file-chooser: use constructed function (*)
100e0ed... web-app-utils: style fixup (*)
2c79655... window: Fix criticals when starting in app mode (*)
63821ea... lockdown: Fix criticals when starting in app mode (*)
37736ac... shell: add simple app menu in web app mode (*)
430f7d2... Remove WebKit default bookmark (*)
678684c... configure: update changelog start for 3.24 cycle (*)
d58c0bd... Updated Serbian Latin translation (cherry picked from commi (*)
3e9c629... Updated Ukrainian translation (*)
1190aad... web-dom-utils: Add a comment (*)
adae0f2... Update British English translation (*)
49cf033... Fix app menu (*)
e733cce... web-view: make network error page less apologetic (*)
55acf2d... web-view: Split error page construction into separate funct (*)
b0859cf... Forgot to add new icon (*)
fdea2a8... web-view: Remove markup from translatable strings (*)
0208527... Move the search provider to its own subdirectory (*)
7a943be... Remove inadventantly-committed Makefile.in (*)
ac87eb7... Forgot git.mk! (*)
9102b82... web-view: Remove unused parameter (*)
86eeb89... Update POTFILES.in (*)
112dec4... Run gdbus-codegen only once during build (*)
02b1b17... Fix handling of the new stamp file (*)
3b4d3c4... Style fixup (*)
db10918... window: Remove unused X11 header (*)
5095cd2... Remove X11 dependency and X11-specific code (*)
4bca5c8... Updated German translation (*)
689586b... Updated French translation (cherry picked from commit 343d9 (*)
9fea199... title-box: move to lib/widgets (*)
0240ab8... title-box: Remove now-unused member variable (*)
01e6a4b... Add EphyTitleWidget interface (*)
102706f... title-box: Implement EphyTitleWidget (*)
4ff3fd5... location-entry: Implement EphyTitleWidget (*)
2cb4d31... location-entry: format signals nicer (*)
0b1e591... Create only an EphyLocationEntry *or* an EphyTitleBox (*)
fb34ac9... title-box: Don't use a secure image when created (*)
1e9b59f... Add a TODO (*)
3c3d9bb... Add new app icons (*)
f1f5ba3... Rename the desktop file (*)
35afef9... Use new icon consistently (*)
17bc02b... Updated Italian translation (cherry picked from commit 65fb (*)
4f9b3ab... Improve overview layout in small windows (*)
7a612ec... web-app-utils: Do not copy cookies when creating new web ap (*)
c24e0c2... Implement new Page Menu popover design (*)
bd104ea... Update POTFILES.in (*)
8bf63db... Mark strings in page-menu-popover.ui as translatable (*)
afbcab1... Add a TODO (*)
be71470... Updated French translation (*)
b0a26d9... embed: fix web inspector dock right button (*)
fac3c8f... page-menu: Replace GtkEntry with GtkButton to display the z (*)
974572e... page-menu: Use better zoom level values for the zoom reset (*)
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
8afbb45... Remove obsolete EphyBookmarks
8b725d6... Add a convenience GAsyncReadyCallback to pass to ephy_bookm
61b27b6... bookmarks: Move everything to a new bookmarks 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]