From: Siddhesh P. <sid...@us...> - 2010-10-03 10:40:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Ayttm source repository". The branch, master has been updated via 7c7199713c16f616db92180bcc36e5a20822fba1 (commit) from e572f8993df1d65b57651a72137bfb60ac6f89c2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7c7199713c16f616db92180bcc36e5a20822fba1 Author: Siddhesh Poyarekar <sid...@us...> Date: Sun Oct 3 16:08:46 2010 +0530 New Preferences window Major changes: - Accounts and plugin lists are now lists - Smileys come under Chat - Got rid of the "Misc" option. Everyting is now in "Advanced" - Got rid of the OK/Cancel buttons. Save preferences on the fly - Use font button, file chooser buttons wherever appropriate - Trimmed prefs.c accordingly ----------------------------------------------------------------------- Summary of changes: po/POTFILES.in | 2 +- src/ayttm_tray.c | 4 +- src/gtk/Makefile.am | 4 +- src/gtk/prefs_window.C | 3184 ------------------------------------------------ src/gtk/prefs_window.c | 1796 +++++++++++++++++++++++++++ src/gtk/prefs_window.h | 27 + src/prefs.c | 655 +---------- src/prefs.h | 123 +-- src/status.c | 5 +- 9 files changed, 1873 insertions(+), 3927 deletions(-) delete mode 100644 src/gtk/prefs_window.C create mode 100644 src/gtk/prefs_window.c create mode 100644 src/gtk/prefs_window.h hooks/post-receive -- Ayttm source repository |