Changeset 2978 for vidalia/trunk
- Timestamp:
- 08/16/08 21:52:19 (3 months ago)
- Location:
- vidalia/trunk
- Files:
-
- 2 added
- 4 modified
-
CHANGELOG (modified) (1 diff)
-
src/vidalia/network/circuitlistwidget.cpp (modified) (1 diff)
-
src/vidalia/network/routerlistwidget.cpp (modified) (1 diff)
-
src/vidalia/res/22x22/edit-delete.png (added)
-
src/vidalia/res/22x22/page-zoom.png (added)
-
src/vidalia/res/vidalia.qrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CHANGELOG
r2930 r2978 3 3 messages. Most people never look at the window and the extra 200 messages 4 4 just needlessly eat memory. 5 o Restore the "zoom" and "close" icons in the router and circuit list 6 context menus. They were lost in the move to the Oxygen icon theme in 7 0.1.4. 5 8 6 9 -
vidalia/trunk/src/vidalia/network/circuitlistwidget.cpp
r2977 r2978 21 21 #include "circuitlistwidget.h" 22 22 23 #define IMG_CLOSE ":/images/ 16x16/network-offline.png"24 #define IMG_ZOOM ":/images/ 16x16/zoom.png"23 #define IMG_CLOSE ":/images/22x22/edit-delete.png" 24 #define IMG_ZOOM ":/images/22x22/page-zoom.png" 25 25 26 26 #define CLOSED_CIRCUIT_REMOVE_DELAY 3000 -
vidalia/trunk/src/vidalia/network/routerlistwidget.cpp
r2525 r2978 20 20 #include "routerlistwidget.h" 21 21 22 #define IMG_ZOOM ":/images/ 16x16/zoom.png"22 #define IMG_ZOOM ":/images/22x22/page-zoom.png" 23 23 24 24 -
vidalia/trunk/src/vidalia/res/vidalia.qrc
r2664 r2978 32 32 <file>22x22/application-exit.png</file> 33 33 <file>22x22/edit-copy.png</file> 34 <file>22x22/edit-delete.png</file> 34 35 <file>22x22/folder.png</file> 35 36 <file>22x22/format-justify-fill.png</file> … … 39 40 <file>22x22/list-add.png</file> 40 41 <file>22x22/list-remove.png</file> 42 <file>22x22/page-zoom.png</file> 41 43 <file>22x22/preferences-system.png</file> 42 44 <file>22x22/system-help.png</file>
