Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
148 user(s) are online (95 user(s) are browsing Forums)

Members: 0
Guests: 148

more...

Headlines

 
  Register To Post  

« 1 ... 6 7 8 (9) 10 11 12 ... 17 »
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@ChrisH

I added these to the task list:

- Add a way to do Copy As, Move As

- Add a way to do Duplication

- Add a selection of color themes to Filer prefs

"P.S. I don't think there are ANY keyboard shortcut for the functions I mentioned, so I don't see how I can "learn other ways to do" them (mouse is sooooo slow)."

I was referring to the keyboard navigation that I will implement later on, not any current functionality. That is, when it's added, check if it fulfills your needs.

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@broadblues

"DH1: is 11G partition 92% in use, but the fuelguage shows -78%! "

Hmm, that is very odd considering that the datatype used for the calculation is an uint32, which can't result in a negative value.

Could you somehow check how many blocks are used on the partition and how many blocks the partition has in total? That way I can replicate the calculation.

Edit: Btw, why not use a userbutton for cloning in the mean time?

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin

info gives the following

Unit Size Used Free Full Errors Status Name
DH1: 11G 23,170,307 1,951,741 92% 0 Read/Write Work


is that what you need?


And yes a yes button for clone is a possibilty.

Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@broadblues

Okey download this and see if it works now:

http://orgin.biz/~orgin/filer/

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin

that version works fine.

Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
copyas,moveas and clone added btw.

They ended up as menu entries.

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin
Thanks for the suggestion of the user buttons. In fact, I dislike using the menus for stuff that I use frequently (which CopyAs/etc would be - probably more often than I use Copy/etc itself!). This suggest to me that all menu options should have button equivalents (think I already requested that).

Here is what I used, in case anyone else wants to set-up the same:

Name: Copy As
Help text: Copy As
Command: Copy "{f}" "{d}{Rs}" CLONE
Image Path: images/copyfile
Do all files: TICK
Async: no tick
Source as home: TICK
Quote: no tick

Name: Move As
Help text: Move As
Command: Move "{f}" "{d}{Rs}"
Image Path: images/movefile
Do all files: TICK
Async: no tick
Source as home: TICK
Quote: no tick

Name: Duplicate
Help text: Duplicate
Command: Copy "{f}" "{s}{Rs}" CLONE
Image Path: images/fileadd
Do all files: TICK
Async: no tick
Source as home: TICK
Quote: no tick

Not heavily tested yet, but they seem to work...

Author of the PortablE programming language.
Go to top
Re: Filer, from OpenAmiga.org
Just can't stay away
Just can't stay away


See User information
@ChrisH

Quote:

all menu options should have button equivalents

And configurable key shortcuts if you ask me (which you don't, but anyway... )

Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin

I'm getting an incorrect error mesage.

When attempt to copy the directory

Ram:some-lib/SDK/Local into SDK:

it gives me a "Can't Copy directory into itself" error rather thana directory exists error or similar...

selecting "Replace" carries on as you expect, so it's just the message that's wrong

Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@broadblues

Fixed

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Just popping in
Just popping in


See User information
@orgin

Noticed another one... when using Samba shares, Filer states "No disk in drive SMBFS0" for all accesses. If I click "Cancel", it proceeds nonetheless and the file copy is okay. No real bug, but annoying

Regards

Go to top
Re: Filer, from OpenAmiga.org
Just popping in
Just popping in


See User information
@orgin

Thank you for implenting the reverse source/destination-option!

I have got a couple of questions :

In Dopus magellan 5 there was an option to see all drawers one had accessed lately.. i believe it was done by clicking with the right button on the "root view"-icon. Will something similar be added in Filer ? It is a very nice feature.


Also, would it be possible to let the right scrollbar always start in the top positition whenever you access a new drawer ?

At the moment it sometimes start in the middle. Here is an example.

1) you have lots of drawers and files and have to scroll downwards in order to access the wanted drawer.

2) double-click on the drawer you want to access

3) if the new drawer contains lots of files the scrollbar will start in the middle - so i have to scroll upwards again in order to see the top drwawers/files.

(4) if the new drawer contains only a few files the scrollbare is in its correct position).


you could easily to the test by open your os4.1 partition.. scroll downwards and doubleclick on the prefs-drawer.. then you will see that the scrollbar in not at its top position.

Best regards

Torgeir Vee

Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@fuskoSCN

"In Dopus magellan 5 there was an option to see all drawers one had accessed lately.. i believe it was done by clicking with the right button on the "root view"-icon. Will something similar be added in Filer ? It is a very nice feature."

I'll add it to the task list. It's closely related to browse history though.

"Also, would it be possible to let the right scrollbar always start in the top positition whenever you access a new drawer ?"

I left it like that on purpose. sort of a cheap way to get back to the same position when swapping between folders without remembering the position for all folders that you visit.

It's easy to change though if that's what people want.

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Not too shy to talk
Not too shy to talk


See User information
@orgin

I would prefer that a newly entered drawer always start at the top.
However, if there are enough people who want it otherwise, maybe an option in the preferences could be added.

Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin Quote:
I'll add it to the task list. It's closely related to browse history though.

That's something I have been really missing too, although I didn't mention it for fear of spamming your to-do list!

Author of the PortablE programming language.
Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@whose

Fixed ;)

It wasn't the Filer that opened the requester. AmigaDOS did.

Turns out it was when retrieving device information:

I changed:

IDOS->GetDiskInfoTags(GDI_StringNameInput, device, GDI_InfoData, &id, TAG_DONE)

to:

IDOS->GetDiskInfoTags(GDI_StringNameInput, device, GDI_InfoData, &id, GDI_VolumeRequired, FALSE, TAG_DONE)

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Supreme Council
Supreme Council


See User information
@orgin

53.24 out

- Add option for showing sizes in bytes only

- Add option for showing seconds in file dates.

- Add a way to do Copy As, Move As

- Add a way to do duplication

- Fix copy directory onto itself error thingie

- Add rename to menu

- Add toggle to menu

- Add root view to menu

- Add parent to menu

- Make Left shift + Copy To/Move To ask for new name

- Prefs: Add option for showing sizes in bytes only

- Prefs: Add option for showing seconds in file dates.

- Add toolbar button for Clone

- Prefs: Add toolbar button for Clone

- Add keyboard navigation
- Space to enter/leave mode
- Single selection
- Enter opens current item
- Left means parent
- Pageup/down/up/down/home/end has special meaning
- shift + left/right scrolls
- / is parent (both modes)
- * is root view (both modes)
- insert is new file (both modes)

- Add keyboard selection. Press a key and it'll jump to the first (or next)
file that starts with it.

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: Filer, from OpenAmiga.org
Just can't stay away
Just can't stay away


See User information
@orgin

Nice one, thanks for the update! Too bad I won't be able to try it out for at least a fortnight (moving house this week, next week in London). Aaaarrrrgh, can anybody say "Amiga-addicted"?

Take care,
Trixie

Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@orgin

Great update, thanks for the 'copy as' family of functions.

Toggle menu option is great too, but I noticed that the Clear selection option only works if you have "persistant selection" disabled in prefs.

Thanks for bytes file size too. A thousands seperator (comma or locale equivalent) would be nice to aide readability.


Quote:

- Add option for showing seconds in file dates.


The option is there but it doesn't seem to do anything....

Great stuff overall though.

Go to top
Re: Filer, from OpenAmiga.org
Home away from home
Home away from home


See User information
@origin
Keyboard navigation rokz ! Really nice implemention, i use it a lot already :) I also like "instert" for creating new file (btw, can be this configurable ? I.e. for example i use always (on all oses and all file managers shift+f4 for file creating) insert are good, but if it can be configurable will be better i think ?)

Also a suggestion: maybe will be nice also add to config somethink like "enable keyabord navigation by default". It's all of course not so neccessary, but expanded configuration always cool with any app.

And as idea (but i think you will dislike it, but still..) maybe add some kind of options, which will be looks like "dopus4 mode enable/disable", which will be mean the same Filler, only 2 window which are closed and you will can for example navigation files like in dopus4 (i mean press "f5" for copy, and it will be copied to place in which second lister at moment). It can be cool, becouse if user want, he will use it as 'classic' manager style, if not, he can use it as 'modern' manager style. What you think ?

But must to say, your app indeed one of the better os4 apps at the moment. Native, light, fast, stable (i not have crashes with it never (maybe just lucky?:) ).

Go to top

  Register To Post
« 1 ... 6 7 8 (9) 10 11 12 ... 17 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project