Changeset 4134 for lliurex-store/trunk/fuentes/lliurex-store-gui
- Timestamp:
- Apr 7, 2017, 10:10:04 AM (3 years ago)
- Location:
- lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/LoadingBox.py
r4131 r4134 27 27 28 28 builder=Gtk.Builder() 29 builder.set_translation_domain('lliurex-store') 29 30 builder.add_from_file(ui_path) 30 builder.set_translation_domain('lliurex-store')31 31 32 32 33 self.loading_box=builder.get_object("loading_box") -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/MainMenu.py
r4131 r4134 47 47 48 48 builder=Gtk.Builder() 49 builder.set_translation_domain('lliurex-store') 49 50 builder.add_from_file(ui_path) 50 builder.set_translation_domain('lliurex-store')51 51 52 52 53 -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/MainWindow.py
r4131 r4134 43 43 44 44 builder=Gtk.Builder() 45 builder.set_translation_domain('lliurex-store') 45 46 ui_path=self.core.ui_path 46 47 builder.add_from_file(ui_path) 47 builder.set_translation_domain('lliurex-store')48 48 49 49 self.window=builder.get_object("window1") … … 218 218 219 219 if category==None: 220 category= "Search"220 category=_("Search") 221 221 222 222 if self.path_followed[-1]=="details": -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/PopupMenu.py
r4131 r4134 30 30 31 31 builder=Gtk.Builder() 32 builder.set_translation_domain('lliurex-store') 32 33 builder.add_from_file(ui_path) 33 builder.set_translation_domain('lliurex-store')34 34 35 35 36 self.revealer=Gtk.Revealer() -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/SearchBox.py
r4131 r4134 22 22 ui_path=self.core.ui_path 23 23 builder=Gtk.Builder() 24 builder.set_translation_domain('lliurex-store') 24 25 builder.add_from_file(ui_path) 25 builder.set_translation_domain('lliurex-store') 26 26 27 27 self.label_max_width=1 28 28 -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/lliurex-store.py
r4115 r4134 1 #! /usr/bin/envpython31 #! /usr/bin/python3 2 2 import sys 3 3 sys.path.append('/srv/svn/xenial/lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store')
Note: See TracChangeset
for help on using the changeset viewer.