summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2014-12-16 04:33:12 -0500
committerJonas Danielsson <jonas@threetimestwo.org>2015-02-01 00:48:50 +0100
commit9f7af5eaadaabf902fb41308355ab492e4aa8bf6 (patch)
tree839bcb209a307aef2eba66fb0227864ee81a7ef1 /data
parente06f60cc6059e5cd70895293fb381414c81fc1bc (diff)
downloadgnome-maps-9f7af5eaadaabf902fb41308355ab492e4aa8bf6.tar.gz
Convert searchResultMarker to placeMarker
https://bugzilla.gnome.org/show_bug.cgi?id=741591
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Maps.data.gresource.xml2
-rw-r--r--data/ui/place-bubble.ui40
2 files changed, 41 insertions, 1 deletions
diff --git a/data/org.gnome.Maps.data.gresource.xml b/data/org.gnome.Maps.data.gresource.xml
index a5fb64d8..269dace9 100644
--- a/data/org.gnome.Maps.data.gresource.xml
+++ b/data/org.gnome.Maps.data.gresource.xml
@@ -11,11 +11,11 @@
<file preprocess="xml-stripblanks">ui/main-window.ui</file>
<file preprocess="xml-stripblanks">ui/map-bubble.ui</file>
<file preprocess="xml-stripblanks">ui/notification.ui</file>
+ <file preprocess="xml-stripblanks">ui/place-bubble.ui</file>
<file preprocess="xml-stripblanks">ui/place-entry.ui</file>
<file preprocess="xml-stripblanks">ui/place-list-row.ui</file>
<file preprocess="xml-stripblanks">ui/route-entry.ui</file>
<file preprocess="xml-stripblanks">ui/search-popup.ui</file>
- <file preprocess="xml-stripblanks">ui/search-result-bubble.ui</file>
<file preprocess="xml-stripblanks">ui/share-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/sidebar.ui</file>
<file preprocess="xml-stripblanks">ui/social-place-more-results-row.ui</file>
diff --git a/data/ui/place-bubble.ui b/data/ui/place-bubble.ui
new file mode 100644
index 00000000..c6f2b6a5
--- /dev/null
+++ b/data/ui/place-bubble.ui
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.1 -->
+<interface>
+ <requires lib="gtk+" version="3.12"/>
+ <object class="GtkStack" id="stack">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkSpinner" id="spinner">
+ <property name="visible">True</property>
+ <property name="active">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="box-content">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <style>
+ <class name="bubble-content"/>
+ </style>
+ <child>
+ <object class="GtkLabel" id="label-title">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">start</property>
+ <property name="vexpand">True</property>
+ <style>
+ <class name="bubble-title"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>