archl
|
2011-08-04
, 05:01
|
Posts: 98 |
Thanked: 32 times |
Joined on Jul 2011
|
#31
|
The Following User Says Thank You to archl For This Useful Post: | ||
|
2011-08-04
, 09:44
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#32
|
You're probably right about the speed - even opening html pages in MyDocs is quite slow. I just thought of it because it would be very quick and easy to get something going. Seems like progress is being made anyway.
Offtopic:
About the icons, I think there might be a need for an on device icon maker. I can probably make the bulk of it myself. Nothing fancy! To be useful it would need to be reasonably automatic so I was wondering - is an application's programme-menu icon stored anywhere standard? Either absolute or relative to the programme's binary?
The Following 3 Users Say Thank You to electroaudio For This Useful Post: | ||
|
2011-08-04
, 10:08
|
Posts: 212 |
Thanked: 189 times |
Joined on Oct 2010
|
#33
|
The Following User Says Thank You to sethkha For This Useful Post: | ||
|
2011-08-04
, 11:26
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#34
|
The icons are in /usr/share/icons. Some icon themes don't have MIME icons and if they have, they are 48x48 or 64x64 (small and ugly).
I had some code, which compiled without error, but didn't work. So I came up with another solution. I doubt that a true MIME icon solution would be much faster. I would replace it if it would be needed, but would it be better?
More interesting would be to add more MIME types (open sh, py with eg TXPad). I think this should be done somewhere in the system.
@demolition
I don't know much about icons, I wouldn't edit icons on device, but I don't like messing with icons anyway
The Following User Says Thank You to electroaudio For This Useful Post: | ||
|
2011-08-04
, 11:45
|
Posts: 212 |
Thanked: 189 times |
Joined on Oct 2010
|
#35
|
There is a tool called DBus-switchboard that takes care of the open of mimetypes, so it is in the system already
I remeber a program for win3.11 where you got a grid of large pixels where you could paint your own icons ...
The Following 2 Users Say Thank You to sethkha For This Useful Post: | ||
|
2011-08-04
, 16:05
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#36
|
There is a tool called DBus-switchboard that takes care of the open of mimetypes, so it is in the system already
I remeber a program for win3.11 where you got a grid of large pixels where you could paint your own icons ,with a small preview in the real size on the side. That layout would make it quite easy to do icons on the device for those who are interested in painting
The Following User Says Thank You to demolition For This Useful Post: | ||
|
2011-08-05
, 09:39
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#37
|
Updated first page. Yellownotes is no longer needed/can be used again.
Should be faster now as I removed some runtime information prints
The Following User Says Thank You to electroaudio For This Useful Post: | ||
|
2011-08-05
, 10:03
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#38
|
Yeah in visual studio there's something very similar. Pain to use without a predefined image as well. I was thinking of something much simpler: Go through list of programme icons and for each (example suggestion only)
- get programme icon
- reduce to 60%
- place on white rectangle
-> -> initial file icon
Then when associating with each file-type
- perhaps modify colour / hue / brightness etc.
- on white space of rectangle write extension name.
This is only a very rough suggestion but think it gives an idea of what I was thinking of. Obviously, the programme icon's not always ideal as a file icon and some software can open lots of different types. Anyway...
The Following User Says Thank You to electroaudio For This Useful Post: | ||
|
2011-08-05
, 13:45
|
Posts: 212 |
Thanked: 189 times |
Joined on Oct 2010
|
#39
|
Then i also have an idea to hide the config-mode problem from joe user when it hits the repos, maybe the scrollbar should be very thin and then a page up and page down button could be used instead, probably occupying the space used by the scrollbar now. That would most likely also give room for some more buttons between them
The Following User Says Thank You to sethkha For This Useful Post: | ||
|
2011-08-05
, 22:20
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#40
|
I mean which file is open with which application is written somewhere in the system, I can't add it in deskypplet. I could, if the devs of eg TXPad,PyGTKEditor... added the possibility for that (not sure about this though)
Does that mean, you want a button? I can add it, it's not much work and easy to remove. Will take a while for favorites list anyway.
This would mean a lot of work (if there is no built in sollution for scrolled windows). It's easier for the user to get over it.