Reply
Thread Tools
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#81
@marxian: Meefolders' own icon does not appear on the grid for adding icons to folders. I think it should, though, as users might want to add it to a subfolder...
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#82
Originally Posted by noetus View Post
@marxian: one or two widgets are now starting to show up as icons/apps. For example there is the widget that shows the device's IP address, and there is a hack that makes the calendar app show the current day of the month instead of "21" all the time. Does/will Meefolders support these kinds of dynamically updated icons?
The current version won't because it uses a copy of the desktop file. The next version will revert back to using the original desktop file, so the changes will be reflected.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#83
Feature request: when clicking the back button or swiping a folder app away, there is no delay at all. In fact a very slight delay (or other transition effect) would be good and would add to the UI smoothness.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#84
Originally Posted by noetus View Post
Feature request: when clicking the back button or swiping a folder app away, there is no delay at all. In fact a very slight delay (or other transition effect) would be good and would add to the UI smoothness.
The swipe itself involves a transition. Once the application is swiped offscreen, it is no longer visible, so there is no purpose in adding anything at that point. There might be a case for adding a sliding transition when using the back button, but in my view the back button is redundant anyway. Also, QML is interpreted at runtime. Adding more just increases startup time.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#85
Originally Posted by marxian View Post
The swipe itself involves a transition. Once the application is swiped offscreen, it is no longer visible, so there is no purpose in adding anything at that point. There might be a case for adding a sliding transition when using the back button, but in my view the back button is redundant anyway. Also, QML is interpreted at runtime. Adding more just increases startup time.
Right; I see your point. In that case I'd vote for removing the back button (especially if doing so will increase the startup even by a tiny amount; anything greater than about 40 milliseconds is detectable, isn't it?)
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#86
Originally Posted by pycage View Post
I have found some bugs with the latest version:

Some icons are not shown. E.g. 5inarow from Nokia store has no icon, just the caption.

Umlauts don't work. E.g., if you create a folder "Büro", you'll get a weird question mark character instead of the ü.

Edit: that folder wouldn't open even.
I've almost fixed the umlauts problem. I just need to get the characters to display correctly on the desktop. I probably just need to get the locale and use it for the Name key.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-12-19 at 19:30.
 

The Following User Says Thank You to marxian For This Useful Post:
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#87
Although the issue is apparent when launching an app from inside a folder; the folder screen disappears "too quickly" and in a way it is not apparent that it is actually launching the app; the 'just disappearing immediately' behaviour connotes a lack of feedback.

You might consider it a minor issue, but it is one, I think.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#88
Originally Posted by noetus View Post
Although the issue is apparent when launching an app from inside a folder; the folder screen disappears "too quickly" and in a way it is not apparent that it is actually launching the app; the 'just disappearing immediately' behaviour connotes a lack of feedback.

You might consider it a minor issue, but it is one, I think.
I can add a delay and display a loading icon. That is easy enough.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post:
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#89
Originally Posted by marxian View Post
I can add a delay and display a loading icon. That is easy enough.
Would it be possible to slide it away instead?
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#90
Originally Posted by noetus View Post
Would it be possible to slide it away instead?
I don't think so. At least not using QML. It would require programatically adjusting the position of the main window, rather that the root QML object. Sliding the root QML object is easy, but it leaves a black background.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 
Reply

Tags
folders, organise


 
Forum Jump


All times are GMT. The time now is 00:48.