[gnome-builder/wip/chergert/headerbar] build-tools: remove more buttons from build panel
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/headerbar] build-tools: remove more buttons from build panel
- Date: Sun, 26 Jun 2016 22:42:56 +0000 (UTC)
commit 01ee206ffe8710f3265b38e3248856c17ae72d8e
Author: Christian Hergert <chergert redhat com>
Date: Sun Jun 26 15:42:04 2016 -0700
build-tools: remove more buttons from build panel
We need to come up with another way to do clean/rebuild, but id like to
avoid having them as giant buttons here. We can make this a lot more
approachable with just diagnostics mostly in the list, and possibly some
snazzy sorting by current file/severity/etc.
plugins/build-tools/gbp-build-panel.ui | 81 --------------------------------
1 files changed, 0 insertions(+), 81 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-panel.ui b/plugins/build-tools/gbp-build-panel.ui
index 36da151..1e2e51d 100644
--- a/plugins/build-tools/gbp-build-panel.ui
+++ b/plugins/build-tools/gbp-build-panel.ui
@@ -5,45 +5,6 @@
<property name="visible">true</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkBox">
- <property name="visible">true</property>
- <property name="margin-end">12</property>
- <property name="margin-start">12</property>
- <property name="margin-bottom">12</property>
- <property name="halign">end</property>
- <property name="hexpand">true</property>
- <property name="spacing">6</property>
- <property name="homogeneous">true</property>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.build</property>
- <property name="label" translatable="yes">_Build</property>
- <property name="use-underline">true</property>
- <property name="visible">true</property>
- <style>
- <class name="suggested-action"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.rebuild</property>
- <property name="label" translatable="yes">_Rebuild</property>
- <property name="use-underline">true</property>
- <property name="visible">true</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.clean</property>
- <property name="label" translatable="yes">_Clean</property>
- <property name="use-underline">true</property>
- <property name="visible">true</property>
- </object>
- </child>
- </object>
- </child>
- <child>
<object class="GtkSeparator">
<property name="orientation">horizontal</property>
<property name="visible">true</property>
@@ -164,48 +125,6 @@
<property name="top-attach">3</property>
</packing>
</child>
- <child>
- <object class="GtkBox">
- <property name="visible">true</property>
- <property name="margin-top">6</property>
- <property name="hexpand">true</property>
- <property name="halign">end</property>
- <property name="spacing">6</property>
- <property name="homogeneous">true</property>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.cancel-build</property>
- <property name="label" translatable="yes">Cancel</property>
- <property name="use-underline">true</property>
- <property name="visible">true</property>
- <style>
- <class name="destructive-action"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.deploy</property>
- <property name="label" translatable="yes">Deploy</property>
- <property name="use-underline">true</property>
- <property name="visible">false</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="action-name">build-tools.export</property>
- <property name="label" translatable="yes">Export</property>
- <property name="use-underline">true</property>
- <property name="visible">false</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left-attach">0</property>
- <property name="top-attach">4</property>
- <property name="width">2</property>
- </packing>
- </child>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]