summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gntworkspace docfinch.workspacesRichard Nelson2007-05-131-0/+36
|
* propagate from branch 'im.pidgin.pidgin' (head ↵Richard Nelson2007-05-1314-160/+755
|\ | | | | | | | | | | 41a52fb8d3b6772f937ad085d9bae4b361898362) to branch 'im.pidgin.finch.workspaces' (head 006f50afb7a67c80903f93ababa037ba23a77ac7)
| * Let windows know when the workspace they are in is being hidden/shownRichard Nelson2007-05-126-5/+52
| |
| * propagate from branch 'im.pidgin.pidgin' (head ↵Richard Nelson2007-04-30131-191/+1228
| |\ | | | | | | | | | | | | | | | 3a3ab2ded46f50db8b552a947a367b8c82361dfe) to branch 'im.pidgin.finch.workspaces' (head 86c56639ce47ff1c971cecb94875f15c8bcc23ae)
| * \ propagate from branch 'im.pidgin.pidgin' (head ↵Richard Nelson2007-04-299-157/+704
| |\ \ | | | | | | | | | | | | | | | | | | | | fd1ed13fb8f64c35282cf195a91d5440c3b4c750) to branch 'im.pidgin.finch.workspaces' (head 6e207d99ffd937a5cbf5681dd506a8ecf5d5d5de)
| | * | New windows can be placed on specific workspaces. They can be specified by ↵Richard Nelson2007-04-293-19/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the window name (e.g. conversation-window), or a substring in the window title. Title takes precedence. This changes the ~/.gntrc config for workspaces to the following format: [Workspace-1] name = blist window-names = buddylist;debug-window [Workspace-2] name = im window-names = conversation-window window-titles = Preferences [Workspace-3] name = chats window-titles = IRC;conference
| | * | Show an activity message when a window in the non-current workspace is ↵Richard Nelson2007-04-282-9/+46
| | | | | | | | | | | | | | | | flagged urgent
| | * | Alt+s to see the list of workspaces and windows.Sadrul Habib Chowdhury2007-04-275-32/+107
| | | |
| | * | merge of '18efc8fca905b62f558bad6211c58981e13a2348'Richard Nelson2007-04-27164-3567/+2784
| | |\ \ | | | | | | | | | | | | | | | and '04be979f52b1206c96ee7c500a1144d1d879b9aa'
| | | * \ propagate from branch 'im.pidgin.pidgin' (head ↵Richard Nelson2007-04-27164-3567/+2784
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83073649749488bc9319125e17180ea4da17e713) to branch 'im.pidgin.finch.workspaces' (head 9458657f5b99413b7690a37af16d2ebe17765f98)
| | * | | | Forgot these...Richard Nelson2007-04-272-0/+210
| | |/ / /
| | * | | Initial workspace support. refs #51Richard Nelson2007-04-277-130/+301
| | | | |
* | | | | merge of 'd3231850edf096c5afacfab40b53717b34098355'Evan Schoenberg2007-05-122-5/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | and 'fbdf9f73f9f80061cac081c957b4c35513c732a7'
| * | | | | Revert g_thread_init as it didn't help LukeSean Egan2007-05-121-3/+0
| | | | | |
| * | | | | In MSN we fake sending messages to yourself. This had a small bug in thatStu Tomlinson2007-05-121-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the received message would show up *before* the sent message. This fixes that so that when talking to yourself messages appear in the correct order. I was discussing this with Stu and he said it was a rather silly thing to worry about, but I disagree with him.
* | | | | | Emit the buddy-typing-stopped signal even if we don't have a conversation, ↵Evan Schoenberg2007-05-121-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | and use swtich rather than if
* | | | | | Use switch() rather than a series of if() statements which hit all the ↵Evan Schoenberg2007-05-121-13/+13
|/ / / / / | | | | | | | | | | | | | | | values of the enum
* | | | | Fix for detecting gnome proxy settings from ticket #935Stu Tomlinson2007-05-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents trying to use a proxy when gnome is configured for automatic proxy configuration. If someone feels like writing a javascript parser for libpurple to parse proxy autoconfiguration files we could in the future support automatic proxy settings too.
* | | | | ChangeLog a couple of thingsStu Tomlinson2007-05-121-0/+3
| | | | |
* | | | | merge of '2f5d48e40e4b136ed0022ecbef8e589e4b99a80c'Stu Tomlinson2007-05-125-36/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | and '7eb7e94588ddecdffc257363edfd6d023a63e645'
| * | | | | - Add scriptlet Requires for GConf2 to fix schema installationStu Tomlinson2007-05-121-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Silence harmless errors when gconfd-2 is not running at install time
| * | | | | Patch from sourceforge tracker 1652005 from wabz to fix displaying fileStu Tomlinson2007-05-124-33/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transfer progress for MSN transfers. Fixes #595.
* | | | | | Fix the commit from earlier today about null-widgets.Sadrul Habib Chowdhury2007-05-121-5/+3
| | | | | |
* | | | | | Only include Google Talk if we have XMPP.Richard Laager2007-05-121-1/+4
| | | | | |
* | | | | | merge of '11d23a81eabd603d828252e655c8891d6e0b20e4'Richard Laager2007-05-121-20/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | and 'b38e5c5c934eca25b419f2389795d6e1e2528e6c'
| * | | | | | Sort Google Talk appropriately.Richard Laager2007-05-121-20/+30
| | | | | | |
* | | | | | | Fix incorrect widget names in pidginrc plugin. Also, fix spacing - I'm not ↵Daniel Atallah2007-05-111-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sure if this actually matters. Fixes #874.
* | | | | | | Remove the fatal-asserts thingies.Sadrul Habib Chowdhury2007-05-111-5/+0
| | | | | | |
* | | | | | | A workaround for an ncurses bug about multi-cell characters and panels.Sadrul Habib Chowdhury2007-05-111-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (article.gmane.org/gmane.comp.lib.ncurses.bugs/2751)
* | | | | | | Do not process clicks on no widget.Sadrul Habib Chowdhury2007-05-111-2/+10
|/ / / / / /
* | | | | | Hack to prevent a completely collapsed user list from coming ack with a ↵Daniel Atallah2007-05-111-2/+8
|/ / / / / | | | | | | | | | | | | | | | 1-pixel width. Fixes #624.
* | | | | Ignore bold, underline and other formatting type things in SPAN tags ifStu Tomlinson2007-05-111-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Show formatting on incoming messages" is turned off. This makes handling of these things consistent with other formatting tags. Fixes #520.
* | | | | merge of '4b6d59cdfacab260eafa1d5b6f7d1f6c0fbbef9e'Richard Laager2007-05-1115-8014/+10981
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | and '6873cf4892059da53d545548af7710615a20e67e'
| * | | | | This is what I actually intended to commit in ↵Daniel Atallah2007-05-112-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | aee2b2d67b643d59beb0b75b460c553c804e8220. The rest of the mess being pushed is me trying to clean up my mess.
| * | | | | merge of '4fc7ab86ed7a3f319eb949e4ada271705f0f40cd'Daniel Atallah2007-05-115-109/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | and '3316a891ffa9a412fdb7c71ec50ff433507ba3f4'
| | * | | | | disapproval of revision 'aee2b2d67b643d59beb0b75b460c553c804e8220'Daniel Atallah2007-05-115-109/+18
| | | | | | |
| * | | | | | merge of '8f10f127b8ee5bf9b23e83fad0a136610bcba2ef'Daniel Atallah2007-05-111-4/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | and 'f49b49e1ed440e5802b4bbc4dc6346fe4225b88e'
| | * | | | | | disapproval of revision 'd39689bc0e71f164db58cade8a3551801137d2f6'Daniel Atallah2007-05-111-4/+0
| | | | | | | |
| * | | | | | | merge of 'aee2b2d67b643d59beb0b75b460c553c804e8220'Daniel Atallah2007-05-115-18/+109
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / / and 'd39689bc0e71f164db58cade8a3551801137d2f6'
| | * | | | | Fix a crash when something requests the blist status icon before the UI node ↵Daniel Atallah2007-05-115-18/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | has been rendered. The ticker plugin was doing this. Fixes #642.
| * | | | | | disapproval of revision '9d97fc7a5ff3cb10521c86f8d438e0f755db79ca'Daniel Atallah2007-05-111-0/+4
| |/ / / / /
| * | | | | Remove the stuff I added accidentally earlier.Sadrul Habib Chowdhury2007-05-111-4/+0
| | | | | |
| * | | | | Don't allow IRC username to contain spaces. Fixes #443.Daniel Atallah2007-05-111-9/+23
| | | | | |
| * | | | | Notify when you leave a chat, after /part or /kick.Sadrul Habib Chowdhury2007-05-111-4/+18
| | | | | |
| * | | | | merge of 'e081c1d7ceb4cdd27057df86e7ae3620f995ec50'Sadrul Habib Chowdhury2007-05-118-7976/+10918
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | and '55546a408134523b3c4a5c4aa94e29ea0e917f80'
| | * \ \ \ \ merge of '51cf6aa2ca5bc78263e706f856a2b5c353b956be'Stu Tomlinson2007-05-11401-55508/+68717
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | and 'f135ca1f398d2e14862be86553ede615d5a1d942'
| | | * \ \ \ \ merge of 'bc1afb8032d045cc066e44cfeb50cb3e18c19093'Nathan Walp2007-05-115-11/+21
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | and '3d500bca56224a1c1ce4d41fdb88ba8c2fc18d32'
| | | | * | | | | ChangeLogify my last few commitsNathan Walp2007-05-111-0/+4
| | | | | | | | |
| | | | * | | | | I changed my mind, this should display the whole account nameNathan Walp2007-05-111-2/+2
| | | | | | | | |
| | | | * | | | | merge of '5a4243df7e231b8b0b8fc53fd5923e9e6b90eac9'Nathan Walp2007-05-118-7969/+11125
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and 'b064b8e0244b2a90306c3a4f7aa67c148f2787ba'