From 43dc2695d62fd2e4fc01aff608bb2af3e8335040 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 8 Apr 2010 02:53:38 +0200 Subject: This is a really big commit, implementing the new urlbar - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272 --- src/data/CMakeLists.txt | 5 ++++- src/data/bot.gif | Bin 644 -> 0 bytes src/data/closed.png | Bin 118 -> 0 bytes src/data/kget-icon.png | Bin 0 -> 743 bytes src/data/open.png | Bin 120 -> 0 bytes src/data/rss-icon.png | Bin 0 -> 794 bytes src/data/ssl-icon.png | Bin 0 -> 780 bytes src/data/top.png | Bin 786 -> 0 bytes src/data/webkit-icon.png | Bin 25694 -> 8121 bytes 9 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 src/data/bot.gif delete mode 100644 src/data/closed.png create mode 100644 src/data/kget-icon.png delete mode 100644 src/data/open.png create mode 100644 src/data/rss-icon.png create mode 100644 src/data/ssl-icon.png delete mode 100644 src/data/top.png (limited to 'src/data') diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt index 0af92f5e..481f8cda 100644 --- a/src/data/CMakeLists.txt +++ b/src/data/CMakeLists.txt @@ -1,5 +1,8 @@ INSTALL( - FILES bg2.png bg.png bot.gif busywidget.gif closed.png loading.mng open.png tile.gif top.png webkit-icon.png category.png button.png + FILES + bg2.png bg.png tile.gif category.png button.png + busywidget.gif loading.mng + webkit-icon.png rss-icon.png kget-icon.png ssl-icon.png DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics ) diff --git a/src/data/bot.gif b/src/data/bot.gif deleted file mode 100644 index 2f9abde4..00000000 Binary files a/src/data/bot.gif and /dev/null differ diff --git a/src/data/closed.png b/src/data/closed.png deleted file mode 100644 index 2b1bf01e..00000000 Binary files a/src/data/closed.png and /dev/null differ diff --git a/src/data/kget-icon.png b/src/data/kget-icon.png new file mode 100644 index 00000000..367d2bca Binary files /dev/null and b/src/data/kget-icon.png differ diff --git a/src/data/open.png b/src/data/open.png deleted file mode 100644 index fee6f3fb..00000000 Binary files a/src/data/open.png and /dev/null differ diff --git a/src/data/rss-icon.png b/src/data/rss-icon.png new file mode 100644 index 00000000..46fe641b Binary files /dev/null and b/src/data/rss-icon.png differ diff --git a/src/data/ssl-icon.png b/src/data/ssl-icon.png new file mode 100644 index 00000000..2c71397b Binary files /dev/null and b/src/data/ssl-icon.png differ diff --git a/src/data/top.png b/src/data/top.png deleted file mode 100644 index 9ebf0234..00000000 Binary files a/src/data/top.png and /dev/null differ diff --git a/src/data/webkit-icon.png b/src/data/webkit-icon.png index b3ec677a..780b0b16 100644 Binary files a/src/data/webkit-icon.png and b/src/data/webkit-icon.png differ -- cgit v1.2.1