After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726626 - Contact context menu: Include action to search related e-mails
Contact context menu: Include action to search related e-mails
Status: RESOLVED DUPLICATE of bug 329374
Product: evolution
Classification: Applications
Component: Contacts
3.10.x (obsolete)
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 737841
 
 
Reported: 2014-03-18 12:58 UTC by Tobias Getzner
Modified: 2014-11-14 09:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
placeStore: Add osm-id as unique identifier (3.72 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
placeStore: Change updateAddTime to updatePlace (1.47 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
placeStore: Store all relevant place data (5.31 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
Add PlaceFormatter class (4.12 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
searchResultBubble: Use PlaceFormatter class (3.56 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
Add place module (4.07 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
Add wrapper module for the Overpass API (6.17 KB, patch)
2014-11-12 08:38 UTC, Jonas Danielsson
none Details | Review
placeStore: Use new Place module (1.74 KB, patch)
2014-11-12 08:39 UTC, Jonas Danielsson
none Details | Review
placeStore: Make exists function public (1.74 KB, patch)
2014-11-12 08:39 UTC, Jonas Danielsson
none Details | Review
placeStore: Add get function (1006 bytes, patch)
2014-11-12 08:39 UTC, Jonas Danielsson
none Details | Review
Use Overpass to get extra info for search bubble (5.58 KB, patch)
2014-11-12 08:39 UTC, Jonas Danielsson
none Details | Review
placeStore: Add version (1.44 KB, patch)
2014-11-12 08:39 UTC, Jonas Danielsson
none Details | Review
placeStore: Add osm-id as unique identifier (3.72 KB, patch)
2014-11-12 10:30 UTC, Jonas Danielsson
none Details | Review
placeStore: Change updateAddTime to updatePlace (1.47 KB, patch)
2014-11-12 10:30 UTC, Jonas Danielsson
none Details | Review
placeStore: Store all relevant place data (5.31 KB, patch)
2014-11-12 10:30 UTC, Jonas Danielsson
none Details | Review
Add PlaceFormatter class (4.41 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
searchResultBubble: Use PlaceFormatter class (3.56 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
Add place module (4.07 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
Add wrapper module for the Overpass API (6.17 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
placeStore: Use new Place module (1.74 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
placeStore: Make exists function public (1.74 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
placeStore: Add get function (1006 bytes, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
Use Overpass to get extra info for search bubble (5.58 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review
placeStore: Add version (1.44 KB, patch)
2014-11-12 10:31 UTC, Jonas Danielsson
none Details | Review

Description Tobias Getzner 2014-03-18 12:58:53 UTC
It would be convenient if a contact’s context menu were to include an option to issue a search for e-mail messages from/to that contact in all e-mail accounts.
Comment 1 André Klapper 2014-03-22 19:22:11 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 329374 ***
Comment 2 Jonas Danielsson 2014-11-12 08:38:29 UTC
Created attachment 290466 [details] [review]
placeStore: Add osm-id as unique identifier

The name of a place might change in OpenStreetMap or through code
changes in geocode-glib. It is safer to use the osm-id to assert the
uniqueness of a place.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 3 Jonas Danielsson 2014-11-12 08:38:33 UTC
Created attachment 290467 [details] [review]
placeStore: Change updateAddTime to updatePlace

Since the name and location of place could change, make sure
we update the place on re-visit and just not the add time.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 4 Jonas Danielsson 2014-11-12 08:38:37 UTC
Created attachment 290468 [details] [review]
placeStore: Store all relevant place data

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 5 Jonas Danielsson 2014-11-12 08:38:43 UTC
Created attachment 290469 [details] [review]
Add PlaceFormatter class

The purpose of this class is to get the relevant GeocodePlace properties
for the available place types. The class is implemented to be UI
agnostic, so it can be reused in many parts of Maps.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 6 Jonas Danielsson 2014-11-12 08:38:48 UTC
Created attachment 290470 [details] [review]
searchResultBubble: Use PlaceFormatter class

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 7 Jonas Danielsson 2014-11-12 08:38:52 UTC
Created attachment 290471 [details] [review]
Add place module

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 9 Jonas Danielsson 2014-11-12 08:39:00 UTC
Created attachment 290473 [details] [review]
placeStore: Use new Place module

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 10 Jonas Danielsson 2014-11-12 08:39:05 UTC
Created attachment 290474 [details] [review]
placeStore: Make exists function public

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 11 Jonas Danielsson 2014-11-12 08:39:09 UTC
Created attachment 290475 [details] [review]
placeStore: Add get function

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 12 Jonas Danielsson 2014-11-12 08:39:13 UTC
Created attachment 290476 [details] [review]
Use Overpass to get extra info for search bubble

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 13 Jonas Danielsson 2014-11-12 08:39:17 UTC
Created attachment 290477 [details] [review]
placeStore: Add version
Comment 14 Jonas Danielsson 2014-11-12 10:30:50 UTC
Created attachment 290485 [details] [review]
placeStore: Add osm-id as unique identifier

The name of a place might change in OpenStreetMap or through code
changes in geocode-glib. It is safer to use the osm-id to assert the
uniqueness of a place.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 15 Jonas Danielsson 2014-11-12 10:30:55 UTC
Created attachment 290486 [details] [review]
placeStore: Change updateAddTime to updatePlace

Since the name and location of place could change, make sure
we update the place on re-visit and just not the add time.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 16 Jonas Danielsson 2014-11-12 10:30:59 UTC
Created attachment 290487 [details] [review]
placeStore: Store all relevant place data

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 17 Jonas Danielsson 2014-11-12 10:31:05 UTC
Created attachment 290488 [details] [review]
Add PlaceFormatter class

The purpose of this class is to get the relevant GeocodePlace properties
for the available place types. The class is implemented to be UI
agnostic, so it can be reused in many parts of Maps.

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 18 Jonas Danielsson 2014-11-12 10:31:09 UTC
Created attachment 290489 [details] [review]
searchResultBubble: Use PlaceFormatter class

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 19 Jonas Danielsson 2014-11-12 10:31:14 UTC
Created attachment 290490 [details] [review]
Add place module

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 21 Jonas Danielsson 2014-11-12 10:31:23 UTC
Created attachment 290492 [details] [review]
placeStore: Use new Place module

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 22 Jonas Danielsson 2014-11-12 10:31:28 UTC
Created attachment 290493 [details] [review]
placeStore: Make exists function public

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 23 Jonas Danielsson 2014-11-12 10:31:33 UTC
Created attachment 290494 [details] [review]
placeStore: Add get function

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 24 Jonas Danielsson 2014-11-12 10:31:38 UTC
Created attachment 290495 [details] [review]
Use Overpass to get extra info for search bubble

https://bugzilla.gnome.org/show_bug.cgi?id=726625
Comment 25 Jonas Danielsson 2014-11-12 10:31:43 UTC
Created attachment 290496 [details] [review]
placeStore: Add version