Mercurial > pidgin
view pixmaps/Makefile.am @ 11914:2219f4bf4a57
[gaim-migrate @ 14205]
SF Patch #1342017 from sadrul
"This patch allows a user to change brush color during
the doodle-session.
This patch is mostly a rough one to get an idea whether
the approach is correct. To make things simple, I have
kept brush_size and brush_color in GaimGtkWhiteboard,
although it's there in doodle_session. It could be in
either place, although I would think it's best to be in
GaimGtkWhiteboard because any/most implementations of
doodle-ing would have these attributes. So keeping them
within the prpl may not be the best option?
Anyway, considering the brush-size and color stay at
the prpl for now, I have introduced two functions in
GaimWhiteboardPrplOps to get/set the size and color of
the brush from the prpl.
rekkanoryo (using Y! 7) and I (using gaim) have tested
this, and it seemed to work OK."
Plus, I cleaned up a whole bunch of code.
My apologies for this all being committed together, but it was a case of "Oh, this will be quick." that lead into hours of making intertwined changes.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 31 Oct 2005 02:19:51 +0000 |
parents | c9188d3eb9d3 |
children | e67993da8a22 |
line wrap: on
line source
SUBDIRS = smileys status EXTRA_DIST = \ about_menu.png \ accounts.png \ away.png \ change-bgcolor-small.png \ change-fgcolor-small.png \ connect.png \ edit.png \ gaim.png \ gaim_auth.png \ gaim_cool.png \ gaim_error.png \ gaim_info.png \ gaim_question.png \ gaim_warning.png \ info.png \ insert-image-small.png \ insert-link-small.png \ insert-smiley-small.png \ logo.png \ msgpend.png \ msgunread.png \ offline.png \ online.png \ pause.png \ send-im.png \ status-online.png \ status-offline.png \ status-away.png \ status-invisible.png \ status-typing0.png \ status-typing1.png \ status-typing2.png \ status-typing3.png \ status-connect0.png \ status-connect1.png \ status-connect2.png \ status-connect3.png \ tb_drag_arrow_down.xpm \ tb_drag_arrow_left.xpm \ tb_drag_arrow_right.xpm \ tb_drag_arrow_up.xpm \ text_bigger.png \ text_normal.png \ text_smaller.png \ typed.png \ typing.png \ Makefile.mingw \ smileys/Makefile.mingw \ smileys/default/Makefile.mingw \ smileys/none/Makefile.mingw \ status/default/Makefile.mingw \ status/Makefile.mingw \ gaim-install.ico \ gaim.ico \ gaim_4bit_16.ico \ gaim_away_16.ico \ gaim_away_4bit_16.ico \ gaim_blank_4bit_16.ico \ gaim_msgpend_16.ico \ gaim_msgpend_4bit_16.ico \ gaim_msgunread_16.ico \ gaim_msgunread_4bit_16.ico \ gaim_offline_16.ico \ gaim_offline_4bit_16.ico gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png gaimiconpixdir = $(datadir)/pixmaps/gaim/icons gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png info.png gaimdistpixdir = $(datadir)/pixmaps/gaim gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png status-online.png status-offline.png status-away.png status-invisible.png status-typing0.png status-typing1.png status-typing2.png status-typing3.png status-connect0.png status-connect1.png status-connect2.png status-connect3.png distpixmapdir = $(datadir)/pixmaps distpixmap_DATA = gaim.png