root/trunk/src/filetransfers_window.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @10770 [10770] 5 weeks asterix [thorstenp] remove whitespace at eol
(edit) @10757 [10757] 5 weeks asterix [thorstenp] fix redefined builtins
(edit) @10752 [10752] 5 weeks asterix [thorstenp] fix unused variables
(edit) @10611 [10611] 2 months asterix get var where it is (missing self.). Fixes #4459
(edit) @10599 [10599] 2 months asterix [thorstenp] render filetransfer window icons on demand. See #4457
(edit) @10549 [10549] 3 months asterix revert thorstenp patches for now. They introduce bugs.
(edit) @10548 [10548] 3 months asterix [thorstenp] fix unused variables
(edit) @10518 [10518] 3 months asterix [thorstenp] rename some var to not hide builts-in functions (list -> …
(edit) @10508 [10508] 3 months asterix [thorstenp] di not use emtpy except clauses
(edit) @10497 [10497] 3 months asterix [thorstenp] replace has_key by key in dict. Fixes #4392
(edit) @10472 [10472] 3 months asterix fix var name. Fixes #4359
(edit) @10460 [10460] 3 months asterix prevent division by zero when computing filetransfer ETA. Fixes #4359
(edit) @10250 [10250] 5 months roidelapluie See #4200. * remove js from some headers * set coding:utf-8 to allow …
(edit) @10247 [10247] 5 months roidelapluie * Big headers review * Remove some licencing problems * To do: same for …
(edit) @10142 [10142] 5 months asterix less and less blocking dialogs
(edit) @10081 [10081] 5 months js For historical reasons, we have a tab width of 3. This is strange, but we …
(edit) @9889 [9889] 6 months asterix fix arguments order in contacts.py, some coding standards. should fix …
(edit) @9091 [9091] 13 months asterix os.access() on a folder under windows doesn't mean anything. fixes #3587
(edit) @9024 [9024] 14 months asterix default description is instead of None
(edit) @9023 [9023] 14 months asterix [tibg] ability to add a description when we send a file. Fixes #3491
(edit) @8927 [8927] 15 months asterix My name has changed
(edit) @8926 [8926] 15 months asterix next release will be GPL v3. fixes #3290
(edit) @8901 [8901] 15 months asterix stoped -> stopped
(edit) @8888 [8888] 15 months asterix NonModalConfirmationDialog? and ConfirmationDialognow? automaticaly close …
(edit) @8571 [8571] 17 months asterix [CrashMan?] maximum one digit for percentages in filetransfer windows
(edit) @8474 [8474] 17 months asterix use set_no_show_all from glade when possible instead of code. fixes #2248
(edit) @8431 [8431] 18 months asterix compute file transfer speed on the last 3 seonds only. fixes #2631
(edit) @8005 [8005] 22 months asterix don't re-open file transfert dialog when a transfert is finished. fixes …
(edit) @7848 [7848] 2 years nk clean code and update to using GTK/PyGTK 2.8; see #2248
(edit) @7754 [7754] 2 years asterix [Jeff Bailes] improved english strings
(edit) @7750 [7750] 2 years asterix [Yavor Doganov] some typoe in strings and comments
(edit) @7659 [7659] 2 years asterix updated buttons in FT window when selected row status changes. fixes #2785
(edit) @7268 [7268] 2 years asterix escape filename before adding them to filetransfert window. fixes #2582
(edit) @6800 [6800] 2 years dkirov check file permissions before saving avatar catch FileChooser? 'response' …
(edit) @6798 [6798] 2 years asterix fix TB when error in FT. Fixes #2418
(edit) @6779 [6779] 2 years asterix send correct error message when we decline a FT, and print error message …
(edit) @6749 [6749] 2 years asterix [bronger] translate correclt strings during runtime. Fixes #2394
(edit) @6701 [6701] 2 years asterix events are now saved in an Event class. show in roster/systray options in …
(edit) @6589 [6589] 2 years asterix in FTError dialog we show recipient instead of sender
(edit) @6479 [6479] 3 years asterix use gettext.install. Fixes #497
(edit) @6448 [6448] 3 years dkirov don't keep dialog references in self. (problem when we open several FT …
(edit) @6365 [6365] 3 years dkirov check if we have perms to store the file
(edit) @6362 [6362] 3 years asterix menu are now shown before popup so that they are correctly placed.
(edit) @6265 [6265] 3 years dkirov split gtkgui.glade in several small glade files, which are now located in …
(edit) @6250 [6250] 3 years dkirov fixes 1909 what a silly typo!
(edit) @6234 [6234] 3 years dkirov we don't need escape for strings, that are displayed as text
(edit) @6233 [6233] 3 years asterix no need to escape filname here
(edit) @6231 [6231] 3 years asterix escape filename (in case they contain _). Fixes #1897
(edit) @6157 [6157] 3 years dkirov destroy dialogs on delete event don't send streamhosts if they have been …
(edit) @6155 [6155] 3 years asterix don't use confirm-overwrite signal in fileChooserDialog as we don't use …
(edit) @6089 [6089] 3 years asterix typo
(edit) @6080 [6080] 3 years asterix remove debug print
(edit) @6079 [6079] 3 years asterix filechooser when we receive file doesn't block anymore (no run() call). …
(edit) @6078 [6078] 3 years asterix filechooserdialog is no more blocking (no call to run() func). see #777
(edit) @6024 [6024] 3 years dkirov nonmodla FT request dialog
(edit) @5995 [5995] 3 years nk introduce new class for non modal filechooser. atm still blocks
(edit) @5942 [5942] 3 years asterix remove many call to dialog.run() function. Some are still here, but they …
(edit) @5881 [5881] 3 years nk make it gtkgui helpers and use it
(edit) @5780 [5780] 3 years nk pychecker on our files. everyone please have a look so we do not do the …
(edit) @5742 [5742] 3 years dkirov send fake activate stanza to assert that proxy works correctly
(edit) @5676 [5676] 3 years nk rm some prints
(edit) @5669 [5669] 3 years nk fix typo; also saner defaults [only first time] for last_save_dir and …
(edit) @5668 [5668] 3 years nk set avatar filechooser defaults to My Pictures in the OS that understand …
(edit) @5561 [5561] 3 years asterix remove awaiting events associated to a FT when we remove it from FT …
(edit) @5541 [5541] 3 years dkirov show_tooltip uses less argumens, added some docs, explaining what this …
(edit) @5428 [5428] 3 years dkirov paused and stalled states now work
(edit) @5420 [5420] 3 years nk set home folder as default folder for fchooser and set nice title on …
(edit) @5226 [5226] 3 years asterix [knuckles] fix remaining time / size when resuming filetransfert. Fixes …
(edit) @5171 [5171] 3 years nk make decode filenames work allover
(edit) @5168 [5168] 3 years asterix decode correctly string under linux AND windows. Fixes #1375
(edit) @5081 [5081] 3 years nicfit Merged message_window branch.
(edit) @5024 [5024] 3 years asterix better string
(edit) @5022 [5022] 3 years asterix we can now resume filetransfert
(edit) @4962 [4962] 3 years asterix merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, …
(edit) @4700 [4700] 3 years asterix change copyright from "Gajim Team" to real people
(edit) @4692 [4692] 3 years asterix "Gajim Team" in all hearders become "Contributors for this file"
(edit) @4673 [4673] 3 years asterix Vincent left us a long time ago
(edit) @4637 [4637] 3 years nk fix typo
(edit) @4602 [4602] 3 years nk fix strings in places; add comments; updatea bit greek trnaslation [now …