Commit graph

1204 commits

Author SHA1 Message Date
Yann Leboulanger
a03009d1e2 coding standards, empty line don't need tabs, no space at the end of lines 2007-12-28 10:23:41 +00:00
Jean-Marie Traissard
14bf5ed62c pyflakes checks, remove unused imports, mainly 2007-12-27 21:52:45 +00:00
Stephan Erb
a707eaa050 Honor coding standards 2007-12-27 17:21:04 +00:00
Stephan Erb
a67683919a Variable referenced before assignment 2007-12-27 10:59:29 +00:00
Travis Shirk
1a7b1672a7 Use show_all on the notebook and not the window when a new tab is added.
For example, if the roster is hidden in single UI mode and a new chat arrived the roster would unhide.
2007-12-20 03:11:44 +00:00
Travis Shirk
0afc7b2328 Merge one_window branch
Merged revisions 9143,9145-9155,9157-9162,9164-9169,9171-9177 via svnmerge from
svn://88.191.11.156/gajim/branches/one_window

........
  r9145 | nicfit | 2007-12-13 21:49:09 -0700 (Thu, 13 Dec 2007) | 2 lines

  Implemented the original Nikos patch with an HPaned instead of a HBox and only do this mode when one_message_window == 'always'
........
  r9152 | nicfit | 2007-12-15 13:33:56 -0700 (Sat, 15 Dec 2007) | 2 lines

  Added config and GUI for one_message_window_with_roster
........
  r9153 | nicfit | 2007-12-15 13:41:46 -0700 (Sat, 15 Dec 2007) | 2 lines

  Use one_message_window_with_roster and some whitespace cleanup
........
  r9154 | nicfit | 2007-12-15 14:04:49 -0700 (Sat, 15 Dec 2007) | 2 lines

  Scratch the chckbox for with roster mode, use one_message_window opt and combo
........
  r9155 | nicfit | 2007-12-15 17:01:13 -0700 (Sat, 15 Dec 2007) | 2 lines

  MessageWindowMgr knows about ONE_MESSAGE_WINDOW_ALWAYS_WITH_ROSTER and MessageWindow can reparent itself rather then the roster having to do so.
........
  r9157 | nicfit | 2007-12-15 17:47:20 -0700 (Sat, 15 Dec 2007) | 2 lines

  Resizing fixes and make the roster window shrink when last tab is removed
........
  r9158 | nicfit | 2007-12-15 19:15:11 -0700 (Sat, 15 Dec 2007) | 2 lines

  Added "Show roster" (CTRL+R) to view menu when using always_with_roster to quickly hide/show the roster.
........
  r9159 | nicfit | 2007-12-15 19:49:30 -0700 (Sat, 15 Dec 2007) | 2 lines

  Handle window title setting in always_with_roster mode.
........
  r9160 | nicfit | 2007-12-15 20:13:57 -0700 (Sat, 15 Dec 2007) | 2 lines

  Removed FIXME
........
  r9167 | nicfit | 2007-12-17 18:40:59 -0700 (Mon, 17 Dec 2007) | 2 lines

  When roster is hidden, show it when the number of MessageWindow controls == 0
........
  r9168 | nicfit | 2007-12-17 19:07:49 -0700 (Mon, 17 Dec 2007) | 2 lines

  Disable hiding roster when there are no message controls open
........
  r9169 | nicfit | 2007-12-17 20:41:11 -0700 (Mon, 17 Dec 2007) | 2 lines

  Bunch of saved size bugs fixed
........
2007-12-18 23:42:22 +00:00
Yann Leboulanger
19761f081f [js & I] show pep info in account tooltip, fix a bug in create_contact() 2007-12-13 20:26:13 +00:00
Yann Leboulanger
192669b64e publish tune for every connected accounts if we use pep 2007-12-13 19:14:41 +00:00
Yann Leboulanger
228f7597c0 fix rhythmbox track change. no need to liste to playingUriChanged event 2007-12-12 22:18:01 +00:00
Yann Leboulanger
d65cba8493 don't send user tune if account is disconnected 2007-12-12 19:54:48 +00:00
Yann Leboulanger
e5b2db0099 hide pep menuitems when use_pep is not activated 2007-12-12 18:54:08 +00:00
Yann Leboulanger
a645006bf8 merge diff from trunk 2007-12-12 08:44:46 +00:00
Yann Leboulanger
f3f622769c [Florob] add album to tune pep message. see #3053 2007-12-04 10:20:52 +00:00
Stephan Erb
16e8369e23 Fix some random indentation errors and missing imports. 2007-11-27 21:14:04 +00:00
Yann Leboulanger
a332543d68 make assign GPP key unsensitive when GPG is not enabled 2007-11-26 19:17:14 +00:00
Yann Leboulanger
04e92485fc [shtrom] fix var names when sending song in status message. fixes #3558 2007-11-22 12:58:39 +00:00
Yann Leboulanger
0ceb41f650 request GPG password only when connected to server, before sending presence. fixes #3483, #3375, #3115 2007-11-22 10:41:57 +00:00
James Newton
f995b3268e native gtk on osx seems to like to send file uri's like
'file://localhost/usr/bin/foo'. rip out the host and check the uri's for valid
before asking the user to send the files.
2007-11-19 15:53:16 +00:00
Yann Leboulanger
2bdcc33005 fix track information in status message when there is no status message. fixes #3563 2007-11-19 09:41:13 +00:00
Yann Leboulanger
39a03aa369 [shtrom] ability to get last played music from lastfm. fixes #3559 2007-11-19 09:22:26 +00:00
James Newton
cf40534ac8 removed print 2007-11-17 02:06:57 +00:00
James Newton
b1c5bc3984 those darn double quotes... 2007-11-16 23:33:05 +00:00
James Newton
c2b901dfe9 Adjusted the menu code in an attempt to make it work better on leopard. Removed
the idle_add wrapper for on_quit and moved the idle_add wrapping into the
sync-menu code instead.
2007-11-16 23:11:35 +00:00
Yann Leboulanger
11e581fb8b don't autojoin all bookmarks when comming back from invisible 2007-11-16 10:32:36 +00:00
Yann Leboulanger
6c5f65ddf0 [shtrom] don't overwrite status message when we display current song. Fixes #3558 2007-11-15 18:14:28 +00:00
Yann Leboulanger
1f7a462788 [James Newton] osx port for Gajim. a GREAT thanks!!! 2007-11-14 19:47:52 +00:00
Yann Leboulanger
338eed59ef ability to send a file to the resource we want from roster context menu. see #3446 2007-11-14 16:11:56 +00:00
Yann Leboulanger
b9a1365d50 don't add self contact row when we our a presance from our own resource 2007-11-08 20:51:50 +00:00
Yann Leboulanger
21f4378e96 don't show twice the same resource in account row tooltip. 2007-11-07 21:30:35 +00:00
Yann Leboulanger
c15b616ddd remove the ability to save GPG password, show in GUI use_gpg_agent optin. fixes #2791 2007-10-25 12:36:57 +00:00
Yann Leboulanger
7ab8aa4710 don't open chat window when single click is enabled and we click on a metacontact icon, but expand it. fixes #2072 2007-10-22 12:36:50 +00:00
Yann Leboulanger
605caae2b8 My name has changed 2007-10-22 11:33:50 +00:00
Yann Leboulanger
22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger
d66c506b59 remove useless print 2007-10-22 09:06:47 +00:00
Yann Leboulanger
3650021d9b fix removal of several contacts 2007-10-21 13:20:01 +00:00
Yann Leboulanger
401e5d2811 [shivan] show in status combobox that accounts status are not synchronized. fixes #3489 2007-10-18 16:42:48 +00:00
Yann Leboulanger
19888fcd7b missing assignement 2007-10-17 15:12:28 +00:00
Yann Leboulanger
7ef62a99f2 improve speed when quitting Gajim, and prevent to send twice STATUS event when we quit 2007-10-17 14:58:54 +00:00
Yann Leboulanger
025ef4f3eb [shivan] show nothing in status combobox when status is not unified for all globaly sync'ed accounts. see #3489 2007-10-14 19:08:29 +00:00
Yann Leboulanger
10f8279e57 NonModalConfirmationDialog and ConfirmationDialognow automaticaly close window on ok or cancel. fixes #3486 2007-10-07 17:22:47 +00:00
Yann Leboulanger
0585a8475f fix ConfirmationDialogCheck callback behaviour 2007-10-01 17:11:47 +00:00
Yann Leboulanger
530cc9e62f [asac] support jabberdata in message elements. fixes #2225 2007-09-27 20:39:42 +00:00
Yann Leboulanger
2ff89ea2bc revert [8868]. see #3463 2007-09-27 06:50:34 +00:00
Yann Leboulanger
2623c75ca0 [Vlad Glagolev] use sys.executable ti get python path. fixes #3463 2007-09-26 17:52:40 +00:00
Yann Leboulanger
c7dbb136ac allow to execute commands even if there is no resource. XEP don't forbid that. fixes #3453 2007-09-20 14:31:27 +00:00
Yann Leboulanger
bf6c87b888 don't TB when dbus is not present. fixes #3328 2007-09-14 20:50:19 +00:00
Yann Leboulanger
81c65ccac8 [steve-e] Ability to select a jid in history window. fixes #3410, #3308, #1925 2007-09-14 20:18:06 +00:00
Yann Leboulanger
b9712ab917 fix typo in a string 2007-09-14 19:17:09 +00:00
Yann Leboulanger
1c7e5483fc fix DND problem when we use single click to open chat window. see #2072 2007-09-14 19:16:54 +00:00
Yann Leboulanger
e4a2ee3cca don't send music changement if we're not correctly connected 2007-09-05 15:45:20 +00:00