2007-07-18 Calvin Gaisford * NEWS: Updated for new release 0.1.8 2007-07-17 Brady Anderson * Banter/Conversation.cs: added video stop message 2007-07-17 Calvin Gaisford * Banter/ChatWindow.cs: updated the window size 2007-07-17 Calvin Gaisford * Banter/MessagesView.cs: Fixed scrolling (actually Boyd did this) 2007-07-17 Calvin Gaisford * Banter.mdp: Removed unused references * Banter/Account.cs: removed long debug messages * Banter/ChatWindow.cs, Banter/GroupWindow.cs: fixed up icon * Banter/PersonManager.cs: removed too many debug messages * Banter/PersonView.cs: removed debug messages 2007-07-17 Calvin Gaisford * test, test/TelepathyTest, test/TelepathyTest/AssemblyInfo.cs, test/TelepathyTest/TelepathyTest.usertasks, test/TelepathyTest/Main.cs, test/TelepathyTest/TelepathyTest.userprefs, test/TelepathyTest/TelepathyTest.mdp, test/StreamObjectTest, test/StreamObjectTest/AssemblyInfo.cs, test/StreamObjectTest/MainWindow.cs, test/StreamObjectTest/StreamObjectTest.mdp, test/StreamObjectTest/VideoWindow.cs, test/StreamObjectTest/gtk-gui, test/StreamObjectTest/gtk-gui/MainWindow.cs, test/StreamObjectTest/gtk-gui/generated.cs, test/StreamObjectTest/gtk-gui/gui.stetic, test/StreamObjectTest/Main.cs, test/StreamObjectTest/ChatWindow.cs, tapioca-sharp, tapioca-sharp/configure.ac.old, tapioca-sharp/tapioca, tapioca-sharp/tapioca/ConnectionGroup.cs, tapioca-sharp/tapioca/TextChannel.cs, tapioca-sharp/tapioca/StreamAudio.cs, tapioca-sharp/tapioca/Avatar.cs, tapioca-sharp/tapioca/ChannelTarget.cs, tapioca-sharp/tapioca/TextChannelMessage.cs, tapioca-sharp/tapioca/StreamVideo.cs, tapioca-sharp/tapioca/StreamObject.cs, tapioca-sharp/tapioca/ConnectionManagerFactory.cs, tapioca-sharp/tapioca/StreamChannel.cs, tapioca-sharp/tapioca/ConfigureDefines.cs.in, tapioca-sharp/tapioca/DBusProxyObject.cs, tapioca-sharp/tapioca/ContactBase.cs, tapioca-sharp/tapioca/ContactList.cs, tapioca-sharp/tapioca/GroupManager.cs, tapioca-sharp/tapioca/ContactListControl.cs, tapioca-sharp/tapioca/ConfigFileReader.cs, tapioca-sharp/tapioca/PrivContactList.cs, tapioca-sharp/tapioca/ConnectionManager.cs, tapioca-sharp/tapioca/UserContact.cs, tapioca-sharp/tapioca/Contact.cs, tapioca-sharp/tapioca/ConnectionManagerParameter.cs, tapioca-sharp/tapioca/Handle.cs, tapioca-sharp/tapioca/Connection.cs, tapioca-sharp/tapioca/AssemblyInfo.cs.in, tapioca-sharp/tapioca/Enum.cs, tapioca-sharp/tapioca/Makefile.am, tapioca-sharp/tapioca/ContactGroup.cs, tapioca-sharp/tapioca/Channel.cs, tapioca-sharp/tapioca/Util, tapioca-sharp/tapioca/Util/ManagerFileReader.cs, tapioca-sharp/tapioca/Util/ConfigFileReader.cs, tapioca-sharp/LICENSE, tapioca-sharp/tapioca-sharp.snk, tapioca-sharp/AUTHORS, tapioca-sharp/ChangeLog, tapioca-sharp/README, tapioca-sharp/INdT.Tapioca.dll.config.in, tapioca-sharp/tapioca-sharp.pc.in, tapioca-sharp/tests, tapioca-sharp/tests/tests.mdp, tapioca-sharp/tests/ConnectionTest.cs, tapioca-sharp/tests/Main.cs, tapioca-sharp/tests/Makefile.am, tapioca-sharp/tests/ITest.cs, tapioca-sharp/tests/ConnectionManagerTest.cs, tapioca-sharp/INSTALL, tapioca-sharp/COPYING, tapioca-sharp/Makefile.am, tapioca-sharp/tapioca-sharp.mdp, tapioca-sharp/NEWS, Makefile.am: removed tapioca-sharp and old non-functioning test code * external, external/dbus-sharp-glib, external/dbus-sharp-glib/NDesk.DBus.GLib.dll, external/dbus-sharp-glib/NDesk.DBus.GLib.dll.config, external/db4o, external/db4o/6.1, external/db4o/6.1/Db4objects.Db4o.Tools.dll, external/db4o/6.1/Db4objects.Db4o.dll, external/telepathy-sharp, external/telepathy-sharp/INdT.Telepathy.dll, external/telepathy-sharp/INdT.Telepathy.dll.mdb: removed un-needed external files * Banter.mdp: Removed a bunch of old files that we don't use * configure.ac, data/Themes, data/Themes/ContactStyles, data/Themes/ContactStyles/basic-black.tar.gz, data/Themes/ContactStyles/basic.tar.gz, data/Themes/MessageStyles, data/Themes/MessageStyles/PurePlastics.AdiumMessageStyle.tar.gz, data/Themes/MessageStyles/Template.html, data/Themes/Makefile.am, data/Makefile.am, Banter/PreferencesDialog.cs, Banter/WrapBox.cs, Banter/ThemeManager.cs: removed themes * Banter/ContactStyleInfo.cs, Banter/ContactStyle.cs, Banter/AppStyleInfo.cs, Banter/MessageStyleInfo.cs, Banter/MessageStore.cs, Banter/AppStyle.cs, Banter/MessageStyle.cs: Removed all Themes because we are moving away from HTML * Banter/Application.cs: Removed all of the themes * Banter/ChatWindow.cs: Changed the Chatwindow to non HTML * Banter/Message.cs: Modified to pass a ProviderUser * Banter/MessagesView.cs: Updated view to use new GTK# view * Banter/Makefile.am: Removed the Themes * Banter/Conversation.cs: Updated conversation to place in new objects in the messages 2007-07-17 Calvin Gaisford * Banter/Account.cs: fixed status messages * Banter/StatusEntry.cs, Banter/Person.cs, Banter/GroupWindow.cs, Banter/PersonCard.cs: debug * Banter/ProviderUser.cs: fixed presence bug 2007-07-17 Calvin Gaisford * Banter/Person.cs, Banter/ProviderUser.cs: Debug for presence * Banter/PersonCard.cs: Fixed up presence updating * Banter/Conversation.cs: Fixed up multiple setting of output windows introduced in a new version of Telepathy 2007-07-16 Brady Anderson * Banter/AccountManagement.cs: Added code to grab an existing gabble connection if it exists 2007-07-16 Calvin Gaisford * Banter/PersonCard.cs: Removed un-needed spaces 2007-07-16 Calvin Gaisford * data/images/webcam.png, data/images/Makefile.am, data/images/video.png, Banter/PersonCard.cs, Banter/Makefile.am: Changed video.png to webcam.png 2007-07-16 Calvin Gaisford * Banter.mdp: Updated project * data/images/text.png, data/images/video.png: added text and video png * data/images/Makefile.am: Added text and video images * Banter/UriList.cs: new class to handle drag and drop * Banter/PersonCard.cs: Swapped out the Person Card HTML stuff * Banter/PersonView.cs: Updated PersonView to not update so often * Banter/Makefile.am: Added StatusEntry and UriList 2007-06-14 Calvin Gaisford * Banter/NotificationManager.cs: Hacked NotificationManager to deal with media streams coming and going on pending conversations 2007-06-14 Calvin Gaisford * configure.ac, data/Makefile.am, data/sounds, data/sounds/notify.wav, data/sounds/banter.wav, data/sounds/Makefile.am: Added sounds * Banter/NotificationManager.cs: Updated NotificationManager to handle additional messages coming in from a person who's chat has not been accepted * Banter/Defines.cs.in: Added a sound directory * Banter/GroupWindow.cs: Added ability to say Banter when window opens 2007-06-14 Calvin Gaisford * Banter.mdp, configure.ac, Banter/Makefile.am: Added Notify Sharp dependency * Banter/NotificationManager.cs: New Object to handle all notifications on Banter...well, this is the beginning of that * Banter/ChatWindowManager.cs: Removed handling of incoming conversations which is now done in the notification manager * Banter/Application.cs: Added notification call for application wide notifications * Banter/StatusEntry.cs: Cleaned up Notebook to hide the border * Banter/NotificationData.cs: New object to store Needed Notification Data 2007-06-08 Calvin Gaisford * configure.ac: bumped the version for the next iteration