redhobor / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Please apply my fix (version 5.0.1) in the next release #866

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- Fixed 'deprecated ShortMonthNames' in synapse\source\lib\synautil.pas
- Fixed separators in the main toolbar (in accordance with changes in the 
latest version of Lazarus)
- Added correction lines(dir) in 'New location for torrent data' for the 
correct add new dirs
   - Removal of double separators: '//'
   - Remove trailing separator if there is: '/tmp/mnt/..download/'
- Fixed function reading 'DownloadDirs' in order to avoid adding multiple 
identical directory
- Added an entry in INI-file parameter 'MaxFoldersHistory' (hidden setting of 
parameter could hardly guess)
- Changed the maximum number of stored history MaxFoldersHistory = 50
- Increased the number of elements in the ComboBox from 20 to 60 (parameter 
DropDownCount), windows: 'Add torrent...', 'Set data location...'

My changes in the project can be found in the attached file. In version 5.0.1 I 
did not have 10 dirs for torrents. Additionally, there were situations when the 
list remains the same directories (the only difference is in the number of 
separators)

Thank you for a good program!

Alexander

Original issue reported on code.google.com by leonsoft.kras on 14 Jan 2015 at 3:24

Attachments:

GoogleCodeExporter commented 9 years ago
- Added sorting saved directories for torrent files (in windows: 'Add 
torrent...', 'Set data location...')

Thanks

Original comment by leonsoft.kras on 30 Jan 2015 at 4:00

Attachments:

GoogleCodeExporter commented 9 years ago
- added solution "Issue 752: export settings"

P.S. archive contains all my revision (see above)

Original comment by leonsoft.kras on 30 Jan 2015 at 7:10

Attachments:

GoogleCodeExporter commented 9 years ago
- added solution "Issue 734: Everything is left-to-right in v5.0.1 if Local 
Setting's Format is set to Hebrew.". See the modified program files and 
executable.

Comments:

option has been added to the ini-file of the program:
[Interface]
IgnoreRightLeft = 0
where
0 - by default, the previous behavior of the program 5.0.1
1 - Set the direction from left to right
2 - Set the direction from right to left (option 1)
3 - Set the direction from right to left (option 2)
4 - Set the direction from right to left (option 3)

Look 'transgui.ini' file on your hard drive and then specify a value  (for 
example, 1 to force the display of text from left to right).
You can export the settings (just my new feature of the program), correct the 
file and then execute the import.

P.S. archive contains all my revision (see above) + binary (for testing)

Original comment by leonsoft.kras on 30 Jan 2015 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the ini exporting. makes it easier to share on other machines.

i hope you keep working on it, its been a year since the last update and some 
really annoying bugs are still here. please update more often, as time permits 
of course.

Original comment by h0rnytoad1 on 30 Jan 2015 at 6:55

GoogleCodeExporter commented 9 years ago
Alexander, it would be great if you could be the official project handler. 

thanks for the bug squashing!

Original comment by h0rnytoad1 on 30 Jan 2015 at 7:03

GoogleCodeExporter commented 9 years ago
Thanks for the tip :)

I have some more plans to upgrade the program.
But I do not know the author of works on the program or not. Personally, I find 
it hard to go back to Pascal after 16 years of working with C++ (Visual Studio).

If there are simple sentences (such as Issue 734), and there will be time - 
will correct the program.

Original comment by leonsoft.kras on 1 Feb 2015 at 1:30

GoogleCodeExporter commented 9 years ago
Please see "Issue 872".

Original comment by leonsoft.kras on 8 Feb 2015 at 10:38