Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » FileSel&FileList, Path » FEATURE: Desktop / home folder shortcuts in FileSel
FEATURE: Desktop / home folder shortcuts in FileSel [message #25588] Tue, 02 March 2010 15:46 Go to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
Hi there,

what about having Desktop and home (MyFiles) folder shortcuts in the FileSel dialog? recently, Network support was added, but this one is also almost a must Smile (to the Windows slaves at least)

is that possible?
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25589 is a reply to message #25588] Tue, 02 March 2010 17:53 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
kohait00 wrote on Tue, 02 March 2010 09:46

Hi there,

what about having Desktop and home (MyFiles) folder shortcuts in the FileSel dialog? recently, Network support was added, but this one is also almost a must Smile (to the Windows slaves at least)

is that possible?


Defintely. It's on my list, it is not even so much hard to implement, just cannot get to it...

Remind me on Friday Smile

Mirek

[Updated on: Tue, 02 March 2010 17:53]

Report message to a moderator

Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25644 is a reply to message #25589] Fri, 05 March 2010 19:02 Go to previous messageGo to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
its friday and i should remind you of something...
enjoy the weekend. Surprised
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25687 is a reply to message #25644] Mon, 08 March 2010 01:22 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, it is not really a weekend anymore, but the very first version is now commited.. Smile

Mirek
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25693 is a reply to message #25687] Mon, 08 March 2010 09:45 Go to previous messageGo to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
thnak you very much mirek, its really good
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25701 is a reply to message #25588] Mon, 08 March 2010 18:07 Go to previous messageGo to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi Mirek,

Thank you! It's beautiful, but I noticed on Linux that the 'Network' leads to nothing. At least on my Kubuntu. Maybe 'Network' could be hidden in non-windows environments?

// Tom

[Updated on: Mon, 08 March 2010 18:08]

Report message to a moderator

Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25702 is a reply to message #25701] Mon, 08 March 2010 20:23 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes, thanks.

Mirek
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25732 is a reply to message #25588] Tue, 09 March 2010 16:04 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Mirek

In FileSel.cpp, function bool FileSel::Execute(int _mode), perhaps:

dir.Add(GetHomeDirFile("Desktop"));


would have to be substituted with:

dir.Add(GetDesktopFolder("Desktop"));


as not always Desktop folder is called "Desktop" as it is translated.


Best regards
Iñaki
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25745 is a reply to message #25732] Wed, 10 March 2010 09:06 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, true.

Mirek
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25753 is a reply to message #25588] Wed, 10 March 2010 16:33 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Mirek

Some layout fixes. Translated into Spanish some texts with red arrow are truncated.

index.php?t=getfile&id=2389&private=0
  • Attachment: Window.PNG
    (Size: 36.29KB, Downloaded 678 times)


Best regards
Iñaki
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25788 is a reply to message #25753] Thu, 11 March 2010 18:03 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Solved. Thank you Smile

Best regards
Iñaki
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25879 is a reply to message #25788] Wed, 17 March 2010 11:54 Go to previous messageGo to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi,

This is not a critical issue, but in my opinion the FileSel dialog would look better if the places panel would:

1. use title 'Videos' instead of 'Video'
2. have the elevator hide automatically when not needed.

// Tom
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25940 is a reply to message #25879] Sun, 21 March 2010 07:38 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Tom1 wrote on Wed, 17 March 2010 06:54

Hi,

This is not a critical issue, but in my opinion the FileSel dialog would look better if the places panel would:

1. use title 'Videos' instead of 'Video'
2. have the elevator hide automatically when not needed.

// Tom


What is 'elevator' ?
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #25945 is a reply to message #25940] Sun, 21 March 2010 09:55 Go to previous messageGo to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Sorry,

By 'elevator' I actually mean VScrollBar. (You see the resemblance of the two...)

// Tom
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #26032 is a reply to message #25945] Fri, 26 March 2010 17:20 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, done.

Mirek
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #26066 is a reply to message #26032] Sun, 28 March 2010 19:48 Go to previous messageGo to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi Mirek,

Thanks, it's much better now. How about adding:

places.AutoHideSb();	


near the end of the FileSel::FileSel()? (You know, to automatically hide the 'elevator' thing Wink)

// Tom
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #26070 is a reply to message #26066] Mon, 29 March 2010 21:48 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Tom1 wrote on Sun, 28 March 2010 13:48

Hi Mirek,

Thanks, it's much better now. How about adding:

places.AutoHideSb();	


near the end of the FileSel::FileSel()? (You know, to automatically hide the 'elevator' thing Wink)

// Tom


Ok.
Re: FEATURE: Desktop / home folder shortcuts in FileSel [message #26075 is a reply to message #26070] Tue, 30 March 2010 15:55 Go to previous message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Thanks!

// Tom
Previous Topic: bug: FileSel Show folders as programs
Next Topic: FileSel file seting
Goto Forum:
  


Current Time: Fri Mar 29 14:30:00 CET 2024

Total time taken to generate the page: 0.01738 seconds