Notices


Reply
Thread Tools
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#81
I have another feature request: overwrite existing objects (files and folders) on copy/move. It could even be configurable but I suggest the default be yes.

I was merging large folders with subfolders and it took me quite a while to figure out why "select folder - clip - navigate to destination - go to clipboard - click 'move'" did not work. It acted like done but the folder including some subfolders and files was still in the source location. The reason was that some subforders and files were already present in the destination and Hamster refused to overwrite them and remove the sources.

Last edited by pichlo; 2013-06-12 at 13:00.
 

The Following 4 Users Say Thank You to pichlo For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#82
Edit:-
Removed. I thought I found a bug but didn't, sorry
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.

Last edited by sixwheeledbeast; 2013-08-02 at 22:30.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#83
it'd have been better if it had function of unzip or unrar etc like filebox
 

The Following User Says Thank You to seanmcken For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#84
Originally Posted by seanmcken View Post
it'd have been better if it had function of unzip or unrar etc like filebox
filebox pulls dependencies in to do this.

Don't see why you couldn't add an "Application" in Hamster's settings to do this after adding the packages yourself.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#85
Well with no reports of instability since it's realise, is there a chance of pushing HamsterFiler to testing?

The only minor issue is the lack of bugtracker link in the control file, however, this is no longer a blocker.

It would be nice to see this in the extras repos.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 6 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#86
how great we are
for an extra feature you must pray for years
why this filehandler it is not done in pyqt4 ?
it would be much slower?
 
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#87
I am confused about a few bugs/requests from the wiki.

debian/control misses Dependency for maemo-optify
-- Is there a point in adding a dependency on maemo-optify if the package is optified manually?

to show the original directory of symlinked item
-- I am not sure what this one is about. Is it something different than Target in file details dialog?



Originally Posted by impeham View Post
using %s does not work when i click on a filename which has spaces - i tried tagging it with '%s' but then the application won't launch at all.

[Edit] solved (strangely) with:
\"%s \" (the space after %s was important)
Hmmm... using "leafpad %s" to open "/home/user/MyDocs/test file" works fine here.



Originally Posted by sixwheeledbeast View Post
Don't see why you couldn't add an "Application" in Hamster's settings to do this after adding the packages yourself.
One reason is probably that the existing archive managers do not blend nicely into Maemo (or at least I am not aware of one that does). However, I am not planning to include support for archives in Hamster -- I would rather have a separate, full-featured application for that.

Originally Posted by sixwheeledbeast View Post
Well with no reports of instability since it's realise, is there a chance of pushing HamsterFiler to testing?
Okay, but I've got some unreleased changes that accumulated since 0.6.3 (nothing that threatens reliability), so I will make 0.6.4 out of them this weekend and then try to promote that to testing.



Originally Posted by SHARP66 View Post
why this filehandler it is not done in pyqt4 ?
it would be much slower?
And why should I prefer Python? Regarding speed, Hamster Filer is not some high-performance computing application, so I would expect it to be perfectly usable even if it was rewritten in Python.
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.
 

The Following 8 Users Say Thank You to gidzzz For This Useful Post:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#88
Originally Posted by gidzzz View Post
And why should I prefer Python? Regarding speed, Hamster Filer is not some high-performance computing application, so I would expect it to be perfectly usable even if it was rewritten in Python.
So it can be written in python with same performance.
It would be much easier to add new features or change aspect, button.
and if I want a new feature I could add myself or with somebody help and not praying for the developer who maybe will dye soon.
I asked more than 1 year ago to add a search function...I will wait more 10 year in the shadow for it.
python is easy to learn
that kind of program I want on my phone.
I know it is the best file-handler but it was much better if it was in python.

Last edited by SHARP66; 2013-08-24 at 05:47.
 
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#89
Originally Posted by SHARP66 View Post
So it can be written in python with same performance.
Python could be about the same speed, of course depending on how it is programmed. The startup of python programs will be slower (even if compiled to pyc).

It would be much easier to add new features or change aspect, button.
python is easy to learn
that kind of program I want on my phone.
I know it is the best file-handler but it was much better if it was in python.
So people should rewrite their entire program in python, just because you think you are more skilled in that language?

and if I want a new feature I could add myself or with somebody help and not praying for the developer who maybe will dye soon.
I asked more than 1 year ago to add a search function...I will wait more 10 year in the shadow for it.
Let's hope we can benefit from Gidzzz's programming skills for some more time here

And all the sources of Hamster Filer are available. You can create your own fork, make patches or whatever you want. But you will need to install scatchbox for that. And Qt/C++ is not that hard once you really begin to understand Python (PySide/PyQt) better.
 

The Following 7 Users Say Thank You to ade For This Useful Post:
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#90
If you want python there is no reason you couldn't help produce a plugin architecture that allows you to make use of languages bindings to use whatever language you want
 

The Following User Says Thank You to Android_808 For This Useful Post:
Reply

Tags
hamster filer, nokia n900


 
Forum Jump


All times are GMT. The time now is 20:10.