Skip to content

Commit 63225c6

Browse files
author
Eitan Isaacson
committedMay 9, 2007
Added copyright notice for role icons.
* NOTICE: Added copyright notice for role icons. * pixmaps/Makefile.am: * pixmaps/acceleratorlabel.png: * pixmaps/arrow.png: * pixmaps/calendar.png: * pixmaps/canvas.png: * pixmaps/chart.png: * pixmaps/checkbox.png: * pixmaps/checkmenuitem.png: * pixmaps/colorchooser.png: * pixmaps/combobox.png: * pixmaps/dateeditor.png: * pixmaps/desktopicon.png: * pixmaps/dialog.png: * pixmaps/drawingarea.png: * pixmaps/entry.png: * pixmaps/filechooser.png: * pixmaps/filler.png: * pixmaps/focustraversable.png: * pixmaps/fontchooser.png: * pixmaps/frame.png: * pixmaps/glasspane.png: * pixmaps/icon.png: * pixmaps/image.png: * pixmaps/list.png: * pixmaps/listitem.png: * pixmaps/menu.png: * pixmaps/menubar.png: * pixmaps/menuitem.png: * pixmaps/pagetablist.png: * pixmaps/popupmenu.png: * pixmaps/progressbar.png: * pixmaps/pushbutton.png: * pixmaps/radiobutton.png: * pixmaps/radiomenuitem.png: * pixmaps/ruler.png: * pixmaps/scrollbar.png: * pixmaps/scrollpane.png: * pixmaps/separator.png: * pixmaps/seperator.png: * pixmaps/slider.png: * pixmaps/spinbutton.png: * pixmaps/splitpane.png: * pixmaps/statusbar.png: * pixmaps/table.png: * pixmaps/tearoffmenuitem.png: * pixmaps/text.png: * pixmaps/togglebutton.png: * pixmaps/toolbar.png: * pixmaps/tree.png: * pixmaps/treetable.png: * pixmaps/window.png: Added/modified icons from glade3 icons (bug 431816). Thank you Vincent Geddes! * plugins/api_view.py: Removed custom list interfaces method, use pyatspi one. * plugins/interface_view.py: Removed custom list interfaces method,use pyatspi one. * src/accerciser.glade: Added Vincent Geddes to 'about' dialog. * src/lib/accerciser/accerciser.py: Fixed application quitting. * src/lib/accerciser/icons.py: Removed role->filename mapping. * src/lib/accerciser/pyatspi.zip: Updated to snapshot of revision 922. svn path=/trunk/; revision=134
1 parent 37c6993 commit 63225c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+97
-124
lines changed
 

‎ChangeLog

+64
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
2007-05-09 Eitan Isaacson <eitan@ascender.com>
2+
3+
* NOTICE: Added copyright notice for role icons.
4+
* pixmaps/Makefile.am:
5+
* pixmaps/acceleratorlabel.png:
6+
* pixmaps/arrow.png:
7+
* pixmaps/calendar.png:
8+
* pixmaps/canvas.png:
9+
* pixmaps/chart.png:
10+
* pixmaps/checkbox.png:
11+
* pixmaps/checkmenuitem.png:
12+
* pixmaps/colorchooser.png:
13+
* pixmaps/combobox.png:
14+
* pixmaps/dateeditor.png:
15+
* pixmaps/desktopicon.png:
16+
* pixmaps/dialog.png:
17+
* pixmaps/drawingarea.png:
18+
* pixmaps/entry.png:
19+
* pixmaps/filechooser.png:
20+
* pixmaps/filler.png:
21+
* pixmaps/focustraversable.png:
22+
* pixmaps/fontchooser.png:
23+
* pixmaps/frame.png:
24+
* pixmaps/glasspane.png:
25+
* pixmaps/icon.png:
26+
* pixmaps/image.png:
27+
* pixmaps/list.png:
28+
* pixmaps/listitem.png:
29+
* pixmaps/menu.png:
30+
* pixmaps/menubar.png:
31+
* pixmaps/menuitem.png:
32+
* pixmaps/pagetablist.png:
33+
* pixmaps/popupmenu.png:
34+
* pixmaps/progressbar.png:
35+
* pixmaps/pushbutton.png:
36+
* pixmaps/radiobutton.png:
37+
* pixmaps/radiomenuitem.png:
38+
* pixmaps/ruler.png:
39+
* pixmaps/scrollbar.png:
40+
* pixmaps/scrollpane.png:
41+
* pixmaps/separator.png:
42+
* pixmaps/seperator.png:
43+
* pixmaps/slider.png:
44+
* pixmaps/spinbutton.png:
45+
* pixmaps/splitpane.png:
46+
* pixmaps/statusbar.png:
47+
* pixmaps/table.png:
48+
* pixmaps/tearoffmenuitem.png:
49+
* pixmaps/text.png:
50+
* pixmaps/togglebutton.png:
51+
* pixmaps/toolbar.png:
52+
* pixmaps/tree.png:
53+
* pixmaps/treetable.png:
54+
* pixmaps/window.png: Added/modified icons from glade3 icons (bug
55+
431816). Thank you Vincent Geddes!
56+
* plugins/api_view.py: Removed custom list interfaces method, use
57+
pyatspi one.
58+
* plugins/interface_view.py: Removed custom list interfaces
59+
method,use pyatspi one.
60+
* src/accerciser.glade: Added Vincent Geddes to 'about' dialog.
61+
* src/lib/accerciser/accerciser.py: Fixed application quitting.
62+
* src/lib/accerciser/icons.py: Removed role->filename mapping.
63+
* src/lib/accerciser/pyatspi.zip: Updated to snapshot of revision 922.
64+
165
2007-05-08 Eitan Isaacson <eitan@ascender.com>
266

367
* plugins/event_monitor.py: Made load time extremely faster.

‎NOTICE

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ Copyright Holders and Attribution
3333
BSD License
3434
* pyatspi is Copyright (c) 2006 IBM Corporation under the terms of the
3535
LGPL License
36+
* Role icons are Copyright (c) 2007 Vincent Geddes under the terms of the
37+
BSD License
38+

0 commit comments

Comments
 (0)
Please sign in to comment.