Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
update icon branding, 0.2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigoku committed May 7, 2015
1 parent 09d4062 commit cba8c01
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 18 deletions.
6 changes: 4 additions & 2 deletions alluvion-gtk.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# u should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

my $VERSION = "0.2pre";
my $VERSION = "0.2";
use feature ":5.10";
use strict;
use warnings;
Expand Down Expand Up @@ -508,7 +508,9 @@ sub on_button_hash_clicked {
$builder->get_object( 'label_size' )->set_text(commify(bytes2mb(($_->{size})))."MB");
$builder->get_object( 'label_uploader_username' )->set_text($_->{uploader_username});
$builder->get_object( 'label_upload_date' )->set_text($_->{upload_date});
$builder->get_object( 'label_magnet_uri' )->set_text($_->{magnet_uri});


$builder->get_object( 'textview_magnet_uri' )->get_buffer->set_text($_->{magnet_uri});
}

}
Expand Down
42 changes: 26 additions & 16 deletions data/alluvion.glade
Original file line number Diff line number Diff line change
Expand Up @@ -471,16 +471,14 @@
<object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tab_pos">left</property>
<property name="tab_hborder">10</property>
<property name="homogeneous">True</property>
<signal name="switch-page" handler="on_notebook_switch_page" swapped="no"/>
<child>
<object class="GtkVBox" id="vbox_query">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkHBox" id="hbox_query">
<property name="visible">True</property>
Expand Down Expand Up @@ -537,19 +535,27 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkHBox" id="hbox_category">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<child>
<placeholder/>
<object class="GtkLabel" id="label_category_filter">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;Filter by&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">5</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_category">
Expand Down Expand Up @@ -599,7 +605,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
<property name="position">1</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -640,7 +646,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">4</property>
<property name="position">2</property>
</packing>
</child>
</object>
Expand Down Expand Up @@ -1114,11 +1120,14 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="label_magnet_uri">
<object class="GtkTextView" id="textview_magnet_uri">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="selectable">True</property>
<property name="can_focus">True</property>
<property name="border_width">5</property>
<property name="editable">False</property>
<property name="wrap_mode">char</property>
<property name="left_margin">5</property>
<property name="right_margin">5</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -1264,7 +1273,7 @@
<property name="skip_pager_hint">True</property>
<property name="transient_for">window</property>
<property name="program_name">Alluvion</property>
<property name="version">0.2pre</property>
<property name="version">0.2</property>
<property name="copyright" translatable="yes">Copyright (C) Ricky K. Thomson 2015</property>
<property name="website">https://jigoku.github.io/alluvion/</property>
<property name="license" translatable="yes">Copyright (C) 2015 Ricky K. Thomson
Expand Down Expand Up @@ -1311,8 +1320,9 @@ http://pixabay.com/en/plasma-globe-lightning-plasma-150074/
<object class="GtkLabel" id="label_info">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Consider donating to the Strike API providers</property>
<property name="label" translatable="yes">Like this software? Consider donating to the Strike API providers</property>
<property name="justify">center</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down
Binary file modified data/alluvion_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/alluvion_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cba8c01

Please sign in to comment.