Commit Graph

99 Commits

Author SHA1 Message Date
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger 34f04c69b7 stoped -> stopped 2007-10-10 16:19:22 +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 ac3332be39 [CrashMan] maximum one digit for percentages in filetransfer windows 2007-08-26 14:44:03 +00:00
Yann Leboulanger 701bdb6b85 use set_no_show_all from glade when possible instead of code. fixes #2248 2007-08-09 08:57:59 +00:00
Yann Leboulanger fddc2e6aa9 compute file transfer speed on the last 3 seonds only. fixes #2631 2007-07-25 00:33:18 +00:00
Yann Leboulanger 607f13747e don't re-open file transfert dialog when a transfert is finished. fixes #3002 2007-03-08 09:13:41 +00:00
Nikos Kouremenos e9afe36ff3 clean code and update to using GTK/PyGTK 2.8; see #2248 2007-01-16 23:26:38 +00:00
Yann Leboulanger 47f9461584 [Jeff Bailes] improved english strings 2007-01-02 13:36:54 +00:00
Yann Leboulanger 53b901cf4e [Yavor Doganov] some typoe in strings and comments 2007-01-02 12:17:51 +00:00
Yann Leboulanger 867abb8677 updated buttons in FT window when selected row status changes. fixes #2785 2006-12-15 18:59:24 +00:00
Yann Leboulanger 2ee4333b0b escape filename before adding them to filetransfert window. fixes #2582 2006-10-16 21:48:20 +00:00
Dimitur Kirov 70d1977c00 check file permissions before saving avatar
catch FileChooser 'response' signal, instead
of dialog buttons 'clicked' signals (gtk+-2.10)
2006-09-16 01:44:04 +00:00
Yann Leboulanger dfc3436757 fix TB when error in FT. Fixes #2418 2006-09-15 23:07:14 +00:00
Yann Leboulanger e18e1079a9 send correct error message when we decline a FT, and print error message when we get it. Fixes #2330 2006-09-14 12:19:40 +00:00
Yann Leboulanger 152093e42e [bronger] translate correclt strings during runtime. Fixes #2394 2006-09-08 22:27:04 +00:00
Yann Leboulanger a67eaba727 events are now saved in an Event class. show in roster/systray options in Advanced Notification Control (for incomming messages) now work. 2006-09-02 21:01:11 +00:00
Yann Leboulanger ef0604e29e in FTError dialog we show recipient instead of sender 2006-07-21 07:50:36 +00:00
Yann Leboulanger bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Dimitur Kirov 99de39fcaf don't keep dialog references in self.
(problem when we open several FT choosers, or
info dialogs)
2006-06-09 08:29:42 +00:00
Dimitur Kirov 01ba1a5c24 check if we have perms to store the file 2006-05-26 14:21:00 +00:00
Yann Leboulanger d848e71d3b menu are now shown before popup so that they are correctly placed. 2006-05-26 13:25:31 +00:00
Dimitur Kirov 5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Dimitur Kirov 0eac300378 fixes 1909
what a silly typo!
2006-04-30 20:05:12 +00:00
Dimitur Kirov 0cb3d7cbd7 we don't need escape for strings, that are
displayed as text
2006-04-26 08:40:40 +00:00
Yann Leboulanger 7719f41ecc no need to escape filname here 2006-04-26 08:33:22 +00:00
Yann Leboulanger f3457a8f0c escape filename (in case they contain _). Fixes #1897 2006-04-26 07:25:59 +00:00
Dimitur Kirov 927b6d09bc destroy dialogs on delete event
don't send streamhosts if they have been
already sent
2006-04-13 18:00:04 +00:00
Yann Leboulanger 66c198a67f don't use confirm-overwrite signal in fileChooserDialog as we don't use run() anymore 2006-04-13 10:30:21 +00:00
Yann Leboulanger e20824e6e6 typo 2006-04-10 21:15:49 +00:00
Yann Leboulanger 37252b0c21 remove debug print 2006-04-10 15:41:28 +00:00
Yann Leboulanger c9bc8fd6a7 filechooser when we receive file doesn't block anymore (no run() call). Fixes #777 2006-04-10 15:38:59 +00:00
Yann Leboulanger cf819d3835 filechooserdialog is no more blocking (no call to run() func). see #777 2006-04-10 14:45:35 +00:00
Dimitur Kirov 0c9ceace11 nonmodla FT request dialog 2006-04-08 17:02:55 +00:00
Nikos Kouremenos d47db39011 introduce new class for non modal filechooser. atm still blocks 2006-04-07 14:23:21 +00:00
Yann Leboulanger 31e54bc2ed remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message. 2006-04-02 16:11:21 +00:00
Nikos Kouremenos f5b37e61b2 make it gtkgui helpers and use it 2006-03-29 16:39:14 +00:00
Nikos Kouremenos 1524521c7f pychecker on our files. everyone please have a look so we do not do the same mistakes and in case you catch a mistake I did when cleaning 2006-03-24 18:48:26 +00:00
Dimitur Kirov ae33330ac6 send fake activate stanza to assert that proxy
works correctly
2006-03-20 21:24:10 +00:00
Nikos Kouremenos e9325a6c5f rm some prints 2006-03-15 12:27:59 +00:00
Nikos Kouremenos 036265081b fix typo; also saner defaults [only first time] for last_save_dir and last_send_dir 2006-03-15 02:09:57 +00:00
Nikos Kouremenos 396c66f8f8 set avatar filechooser defaults to My Pictures in the OS that understand user needs [aka Windows] 2006-03-15 01:40:10 +00:00
Yann Leboulanger 559307912e remove awaiting events associated to a FT when we remove it from FT window. Fixes #1553 2006-03-02 11:14:45 +00:00
Dimitur Kirov 1f467c0fc3 show_tooltip uses less argumens, added some
docs, explaining what this arguments are for
2006-02-28 10:13:42 +00:00
Dimitur Kirov 8448be52f5 paused and stalled states now work 2006-02-12 02:25:21 +00:00
Nikos Kouremenos 3d21947e2a set home folder as default folder for fchooser and set nice title on fchooser 2006-02-10 16:12:16 +00:00
Yann Leboulanger 647e033c2d [knuckles] fix remaining time / size when resuming filetransfert. Fixes #1437 2006-01-21 21:26:29 +00:00
Nikos Kouremenos 8c33fab699 make decode filenames work allover 2006-01-18 19:50:16 +00:00
Yann Leboulanger 3dfba9098d decode correctly string under linux AND windows. Fixes #1375 2006-01-18 18:13:24 +00:00
Yann Leboulanger d2ab3031f1 contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name 2006-01-10 18:30:57 +00:00