More work on Market functionality and UI

* Now loads all market items.
* Can filter market items.
* Will load market offers on items.
* Edited some UI images.
This commit is contained in:
BeniS
2012-07-21 06:20:06 +12:00
parent 49f4c1c94b
commit 483487ab09
23 changed files with 396 additions and 66 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

View File

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -21,7 +21,7 @@ Button < UIButton
TabButton < UIButton
size: 20 20
image-source: /images/tabbutton.png
image-source: /images/tabbutton_rounded.png
image-color: white
image-clip: 0 0 20 20
image-border: 2

View File

@@ -45,7 +45,7 @@ ButtonBox < UICheckBox
size: 106 22
text-offset: 0 0
text-align: center
image-source: /images/tabbutton.png
image-source: /images/tabbutton_rounded.png
image-color: white
image-clip: 0 0 20 20
image-border: 2

View File

@@ -14,14 +14,14 @@ ComboBoxPopupMenuButton < UIButton
color: #555555
ComboBoxPopupMenuSeparator < UIWidget
image-source: /images/combobox.png
image-source: /images/combobox_square.png
image-repeated: true
image-clip: 1 59 89 1
height: 1
phantom: true
ComboBoxPopupMenu < UIPopupMenu
image-source: /images/combobox.png
image-source: /images/combobox_square.png
image-clip: 0 60 89 20
image-border: 1
image-border-top: 0
@@ -33,7 +33,7 @@ ComboBox < UIComboBox
size: 86 20
text-offset: 3 0
text-align: left
image-source: /images/combobox.png
image-source: /images/combobox_square.png
image-border: 1
image-border-right: 17
image-clip: 0 0 89 20

View File

@@ -3,7 +3,7 @@ TabBar < UITabBar
TabBarPanel < Panel
TabBarButton < UIButton
size: 20 20
image-source: /images/tabbutton.png
image-source: /images/tabbutton_rounded.png
image-color: white
image-clip: 0 0 20 20
image-border: 2