Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-03ok ok bye bye icons in preferences tab fixes #2734Yann Leboulanger
2006-11-30show groupchat icon in groupchat window banner. see #2702. TODO find ↵Yann Leboulanger
muc_active.svg to create 32x32 icons
2006-11-26alt+t as shortcut to authorize a contact to add you to his roster. fixes #2709Yann Leboulanger
2006-11-26missing file for [7537]Yann Leboulanger
2006-11-21Further changes to commands' dialog.Tomasz Melcer
2006-11-21Cancel and close buttons merged into one.Tomasz Melcer
2006-11-20Scrolling when there's more commands.Tomasz Melcer
2006-11-19Merge back [7466], [7467] and [7472] that were overwritten by ad_hoc merge. ↵Jean-Marie Traissard
Fixes #2200.
2006-11-19Commit changes missing in last merge.Tomasz Melcer
2006-09-15Initial support for multiple-records dataforms - displaying data.Tomasz Melcer
2006-09-13Merging changes from trunk (6561:6774)Tomasz Melcer
2006-09-13Dataforms widget moved to another file, some ui tweaks.Tomasz Melcer
2006-08-21Yet another forgotten file.Tomasz Melcer
2006-08-07add ability to execute ad hoc commands on serverYann Leboulanger
2006-07-21Simple support for pubsub.com notifications.Tomasz Melcer
2006-07-19add a self contact row when another resource is connected. we can now use ↵Yann Leboulanger
ad_hoc commands in gajim
2006-07-17Merging changes from trunk (6496:6561)Tomasz Melcer
2006-07-12Jid-multi almost works.Tomasz Melcer
2006-07-09Some fixes in common/dataforms, new field types...Tomasz Melcer
Now only jid-multi isn't handled.
2006-07-07Ad-Hoc commands window now uses new dataform wrapper. /me dancesTomasz Melcer
2006-06-25Invoking commands works. It will be a long way to finish it, though...Tomasz Melcer
As long as the responder uses only text-single, list-single and boolean fields, it is possible to invoke and complete a command. Other field types are not implemented now in dataforms.py.
2006-06-23Reporting errors and no-commands-exposed.Tomasz Melcer
2006-06-23Fetching command list from entity now works.Tomasz Melcer
If the entity has at least one command exposed, it will be displayed as a radio button. Other changes: run python interpreter without optimalizations, otherwise asserts doesn't work. Names of widgets in the glade file were changed a bit.
2006-06-23First version of commands window.Tomasz Melcer
Added: glade file for commands window, src/adhoc_commands.py with a class to create/manage the window. For now, progressbar bounces :-).
2006-06-20dataforms.py and glade part for that - a Data Form widgetTomasz Melcer
Introduced a widget that will present full data form as in JEP-0004, to make things easier. Code will just have to create this widget with just-got xmpp.DataForm form, show it to user, wait a bit and send the modified form back.
2006-06-20"Execute command..." entry in roster in contact's popup menu, plus two fixes.Tomasz Melcer
The fixes: * when received a single message from a contact that has one resource online, 'start chat' entry in popup menu open only that message, not the chat * when contact has more resources online, 'rename item' entry in popup menu doesn't work
2006-06-19Also use good info menuitem in gc_occupants menuJean-Marie Traissard
2006-06-15fix wrong var name. Fixes #2073Yann Leboulanger
2006-06-11Use gtk-info instead of gtk-dialog-info, it has a shortcut and icon is more ↵Jean-Marie Traissard
clear IMO. Fixes #2043.
2006-06-09comboboxentry is less high than button in disco. Fixes #2017Yann Leboulanger
2006-05-26we can now save avatars on HD where we want (right click on image). Fixes #1817Yann Leboulanger
2006-05-25[nk]removed useless word in tooltipJean-Marie Traissard
2006-05-22Rename gtkgui.glade to manage_accounts_window.glade. (contain only ↵Jean-Marie Traissard
manage_accounts_window)
2006-05-20better string (10x Hawke)Dimitur Kirov
2006-05-20shrink account and protocol comboboxesDimitur Kirov
2006-05-20new arguments for gajim-remote add_contactDimitur Kirov
(<jid> [account]). If account is not specified, show a combobox with active accounts
2006-05-18Proxy password should be show as *****Jean-Marie Traissard
2006-05-14Sort groups in edit group dialog, even when adding one. Note that it doesn't ↵Jean-Marie Traissard
lower groupname before sort. Make edit group window longer but with no vscroolbar if necessary.
2006-05-12fixed accelDimitur Kirov
2006-05-11add checkbutton for default chat fontDimitur Kirov
2006-05-10missing glade diff ...Yann Leboulanger
2006-05-10better stringYann Leboulanger
2006-05-09#1005 :Jean-Marie Traissard
-Added events about FT, event status change -Merge events first/next message reveived and add a condition about chat actually open with that contact for all events -Added action about roster notification (animated icon for contact) -Added glade file to translatable ones
2006-05-09#1005 : Advanced Notifications Control : First part : Preferences GUI.Jean-Marie Traissard
2006-05-09remove test vcard windowDimitur Kirov
2006-05-09temp: wrap for os_label (Bart Kreska)Dimitur Kirov
2006-05-08glade for bookmark manager (goes with [6291])Yann Leboulanger
2006-05-04added some underlines to contact context menuDimitur Kirov
2006-05-04When we have more than two accounts, do not show only two firsts and show ↵Jean-Marie Traissard
scrollbar, make windows bigger.
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
files, which are now located in data/glade/