diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/Popup/res | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/res')
33 files changed, 182 insertions, 0 deletions
diff --git a/plugins/Popup/res/Check_off.ico b/plugins/Popup/res/Check_off.ico Binary files differnew file mode 100644 index 0000000000..7cb0afddd9 --- /dev/null +++ b/plugins/Popup/res/Check_off.ico diff --git a/plugins/Popup/res/Check_on.ico b/plugins/Popup/res/Check_on.ico Binary files differnew file mode 100644 index 0000000000..5a2b81aeed --- /dev/null +++ b/plugins/Popup/res/Check_on.ico diff --git a/plugins/Popup/res/Radio_off.ico b/plugins/Popup/res/Radio_off.ico Binary files differnew file mode 100644 index 0000000000..ee1dc67c3d --- /dev/null +++ b/plugins/Popup/res/Radio_off.ico diff --git a/plugins/Popup/res/Radio_on.ico b/plugins/Popup/res/Radio_on.ico Binary files differnew file mode 100644 index 0000000000..63e6a06167 --- /dev/null +++ b/plugins/Popup/res/Radio_on.ico diff --git a/plugins/Popup/res/add.ico b/plugins/Popup/res/add.ico Binary files differnew file mode 100644 index 0000000000..f4a6b2b837 --- /dev/null +++ b/plugins/Popup/res/add.ico diff --git a/plugins/Popup/res/avatar.bmp b/plugins/Popup/res/avatar.bmp Binary files differnew file mode 100644 index 0000000000..96bdb0fd83 --- /dev/null +++ b/plugins/Popup/res/avatar.bmp diff --git a/plugins/Popup/res/block.ico b/plugins/Popup/res/block.ico Binary files differnew file mode 100644 index 0000000000..2c0a508e79 --- /dev/null +++ b/plugins/Popup/res/block.ico diff --git a/plugins/Popup/res/classic.popupskin b/plugins/Popup/res/classic.popupskin new file mode 100644 index 0000000000..2fb9d3b65f --- /dev/null +++ b/plugins/Popup/res/classic.popupskin @@ -0,0 +1,167 @@ +options
+ #option id val title
+ option 1 1 Draw gradient background
+ option 2 1 Flat borders
+ option 3 1 Enable avatars
+end
+
+padding-right 4
+padding-bottom 4
+w (text.width+(25>(avatar.width+4+4))+4)>(25+title.width+4+clock.width+4)
+
+# background
+object
+ type bitmap
+ ifnotset 1
+ source pixel:808080
+ mono
+ x 0
+ y 0
+ w -1
+ h -1
+end
+
+object
+ type bitmap
+ ifset 1
+ source gradient:v/707070/909090
+ mono
+ x 0
+ y 0
+ w -1
+ h -1
+end
+
+# 3d border
+object
+ type bitmap
+ ifnotset 2
+ source pixel:d0d0d0
+ mono
+ x 0
+ y 0
+ w -1
+end
+
+object
+ type bitmap
+ ifnotset 2
+ source pixel:d0d0d0
+ mono
+ x 0
+ y 0
+ h -1
+end
+
+object
+ type bitmap
+ ifnotset 2
+ source pixel:303030
+ mono
+ x 0
+ y -1
+ w -1
+end
+
+object
+ type bitmap
+ ifnotset 2
+ source pixel:303030
+ mono
+ x -1
+ y 0
+ h -1
+end
+
+object
+ type bitmap
+ ifnotset 2
+ source pixel:303030
+ mono
+ x -1
+ y -1
+end
+
+# flat border
+object
+ type bitmap
+ ifset 2
+ source pixel:000000
+ x 0
+ y 0
+ w -1
+end
+
+object
+ type bitmap
+ ifset 2
+ source pixel:000000
+ x 0
+ y 0
+ h -1
+end
+
+object
+ type bitmap
+ ifset 2
+ source pixel:000000
+ y -1
+ w -1
+end
+
+object
+ type bitmap
+ ifset 2
+ source pixel:000000
+ x -1
+ y 0
+ h -1
+end
+
+object
+ type bitmap
+ ifset 2
+ source pixel:000000
+ x -1
+ y -1
+end
+
+# popup icon
+object
+ type icon
+ x 5
+ y 3
+end
+
+# popup title
+object
+ type title
+ x 25
+ y 4
+ w window.width-25-4-clock.width-4
+end
+
+# avatar
+object
+ type avatar
+ ifset 3
+ x 4
+ y title.height+4+4
+ w options.avatarsize<(options.avatarsize*avatarbitmap.width/avatarbitmap.height)
+ proportional 1
+end
+
+# popup text
+object
+ type text
+ x 25>(avatar.width+4+4)
+ y title.height+4+4
+ w window.width-(25>(avatar.width+4+4))-4
+end
+
+#clock
+object
+ type clock
+ x window.width-4-clock.width
+ y 4
+end
diff --git a/plugins/Popup/res/close.ico b/plugins/Popup/res/close.ico Binary files differnew file mode 100644 index 0000000000..753e3c356f --- /dev/null +++ b/plugins/Popup/res/close.ico diff --git a/plugins/Popup/res/copy.ico b/plugins/Popup/res/copy.ico Binary files differnew file mode 100644 index 0000000000..9dab230ffc --- /dev/null +++ b/plugins/Popup/res/copy.ico diff --git a/plugins/Popup/res/error.ico b/plugins/Popup/res/error.ico Binary files differnew file mode 100644 index 0000000000..583fd3b661 --- /dev/null +++ b/plugins/Popup/res/error.ico diff --git a/plugins/Popup/res/favorite.ico b/plugins/Popup/res/favorite.ico Binary files differnew file mode 100644 index 0000000000..6d282f9a10 --- /dev/null +++ b/plugins/Popup/res/favorite.ico diff --git a/plugins/Popup/res/fullscreen.ico b/plugins/Popup/res/fullscreen.ico Binary files differnew file mode 100644 index 0000000000..59a331fe16 --- /dev/null +++ b/plugins/Popup/res/fullscreen.ico diff --git a/plugins/Popup/res/img.ico b/plugins/Popup/res/img.ico Binary files differnew file mode 100644 index 0000000000..fef70bdd1e --- /dev/null +++ b/plugins/Popup/res/img.ico diff --git a/plugins/Popup/res/info.ico b/plugins/Popup/res/info.ico Binary files differnew file mode 100644 index 0000000000..e66f079830 --- /dev/null +++ b/plugins/Popup/res/info.ico diff --git a/plugins/Popup/res/menu.ico b/plugins/Popup/res/menu.ico Binary files differnew file mode 100644 index 0000000000..260972a67e --- /dev/null +++ b/plugins/Popup/res/menu.ico diff --git a/plugins/Popup/res/message.ico b/plugins/Popup/res/message.ico Binary files differnew file mode 100644 index 0000000000..6ec8d7301d --- /dev/null +++ b/plugins/Popup/res/message.ico diff --git a/plugins/Popup/res/notify.ico b/plugins/Popup/res/notify.ico Binary files differnew file mode 100644 index 0000000000..814706ee0b --- /dev/null +++ b/plugins/Popup/res/notify.ico diff --git a/plugins/Popup/res/ok.ico b/plugins/Popup/res/ok.ico Binary files differnew file mode 100644 index 0000000000..2ddfe5dcb0 --- /dev/null +++ b/plugins/Popup/res/ok.ico diff --git a/plugins/Popup/res/pin.ico b/plugins/Popup/res/pin.ico Binary files differnew file mode 100644 index 0000000000..9b49259e01 --- /dev/null +++ b/plugins/Popup/res/pin.ico diff --git a/plugins/Popup/res/pinned.ico b/plugins/Popup/res/pinned.ico Binary files differnew file mode 100644 index 0000000000..543ad4069c --- /dev/null +++ b/plugins/Popup/res/pinned.ico diff --git a/plugins/Popup/res/popup.ico b/plugins/Popup/res/popup.ico Binary files differnew file mode 100644 index 0000000000..da4e6af1c0 --- /dev/null +++ b/plugins/Popup/res/popup.ico diff --git a/plugins/Popup/res/popup_fav.ico b/plugins/Popup/res/popup_fav.ico Binary files differnew file mode 100644 index 0000000000..b64df3b318 --- /dev/null +++ b/plugins/Popup/res/popup_fav.ico diff --git a/plugins/Popup/res/popup_fs.ico b/plugins/Popup/res/popup_fs.ico Binary files differnew file mode 100644 index 0000000000..cb43fbdd40 --- /dev/null +++ b/plugins/Popup/res/popup_fs.ico diff --git a/plugins/Popup/res/popup_group.ico b/plugins/Popup/res/popup_group.ico Binary files differnew file mode 100644 index 0000000000..6a3cedcbda --- /dev/null +++ b/plugins/Popup/res/popup_group.ico diff --git a/plugins/Popup/res/popup_history.ico b/plugins/Popup/res/popup_history.ico Binary files differnew file mode 100644 index 0000000000..caeb840715 --- /dev/null +++ b/plugins/Popup/res/popup_history.ico diff --git a/plugins/Popup/res/popup_no.ico b/plugins/Popup/res/popup_no.ico Binary files differnew file mode 100644 index 0000000000..5df846b34e --- /dev/null +++ b/plugins/Popup/res/popup_no.ico diff --git a/plugins/Popup/res/popup_plus.ico b/plugins/Popup/res/popup_plus.ico Binary files differnew file mode 100644 index 0000000000..37ddc85035 --- /dev/null +++ b/plugins/Popup/res/popup_plus.ico diff --git a/plugins/Popup/res/reload.ico b/plugins/Popup/res/reload.ico Binary files differnew file mode 100644 index 0000000000..3eba98d2b3 --- /dev/null +++ b/plugins/Popup/res/reload.ico diff --git a/plugins/Popup/res/reply.ico b/plugins/Popup/res/reply.ico Binary files differnew file mode 100644 index 0000000000..ae7e9a3c06 --- /dev/null +++ b/plugins/Popup/res/reply.ico diff --git a/plugins/Popup/res/resize.ico b/plugins/Popup/res/resize.ico Binary files differnew file mode 100644 index 0000000000..1016097904 --- /dev/null +++ b/plugins/Popup/res/resize.ico diff --git a/plugins/Popup/res/warning.ico b/plugins/Popup/res/warning.ico Binary files differnew file mode 100644 index 0000000000..fab156ac34 --- /dev/null +++ b/plugins/Popup/res/warning.ico diff --git a/plugins/Popup/res/whatsnew.txt b/plugins/Popup/res/whatsnew.txt new file mode 100644 index 0000000000..63b0bd2abf --- /dev/null +++ b/plugins/Popup/res/whatsnew.txt @@ -0,0 +1,15 @@ +The new Popup Team welcomes you.
+Due to the huge amount of changes we advice you to use the "Reset" button below.
+
+Your advantages from new version:
+- seperate unicode release
+- seperate x64 unicode release
+- skins moved to official folder (%miranda%/skins/popup)
+- reworked/fixed option pages
+- fixes in quickreply (unicode and empty messages)
+- user color for avatar border
+- support to customize/overwrite the 3 main mouse buttons
+- Hotkey and ModernToolbar support
+- be ready for updates in other plugins
+
+Many more changes have been done on programmer side. Checkout the changelog for details.
\ No newline at end of file |