It is currently Wed Jun 19, 2013 1:06 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 245 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20 ... 25  Next
Author Message
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Thu Jul 21, 2011 10:48 am 
Regular Tonidoid
Regular Tonidoid
Joined: Sun Apr 17, 2011 1:15 am
Posts: 23

facelessuser wrote:
I will post it probably tonight...if I remember.


Please don't' forget! Can you tell us some of the new features?
I just can't Imagine what you have planed! Tonido is so feature packed as it stands now!

Looking forward to the new release!!


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Thu Jul 21, 2011 11:14 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

joerich wrote:
facelessuser wrote:
I will post it probably tonight...if I remember.


Please don't' forget! Can you tell us some of the new features?
I just can't Imagine what you have planed! Tonido is so feature packed as it stands now!

Looking forward to the new release!!


1.2.5 Mainly has the breadcrumb bar and animation fade in/out on certain things, but here is the change log.
Code:
2011-7-13 (1.2.5 release) Isaac Muse <isaacmuse@gmail.com>
    -Added breadcrumb bar to navigate to folders in current path
    -Added fade in and fade out animation effects to dialogs
    -Added silent dialog launch for busy dialog
    -Remove full path in title bar
    -Added shortcut library
    -Added global shortcut for focusing on the input line, hiding breadcrumbs
    -Remap shortcuts
    -Remove unneeded edit file name check
    -Fixed manual
    -Removed mobile safari shadow on command input.
    -Removed padding on command input.
    -Close button now has a single image rollover
    -BugFix: Fixed opera key handling issues


1.3.0 will have some more interesting features...like tabbed sessions anyone? Shortcut manager. I might get around to adding thumbnails on images on the background selection dialog (not a high priority). Rewritten Javascript guts...cause right now my baby has kind of ugly guts. :D And maybe some other small things.

More distant is maybe tapping into some other tonido things like sharing a file or folder from the command line. Maybe a workable mobile interface (current interface is not really good for mobile). A handful of other things that are rattling around in my head. Probably after 1.3.0 I am going to take a break and work on maybe some other Tonido project ideas; I also need to sync up the Tonido PmWiki project to the latest and fix some install bugs.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Fri Jul 22, 2011 1:00 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Looks like a got around to it today.

1.2.5.58307 is available on the opening page. I will be sending it off to market tomorrow, but it will probably take a couple of weeks at least before it shows up.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Sun Jul 24, 2011 10:52 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

When I first implemented terminal transparency, I didn't do it the way I wanted to...I did it the lazy way with transparent png files. You have to do it a very specific way to not have your text transparent as well; the png files were easy; I knew how to do it proper, but I figured I would do it later. Well later is here.

In 1.30 you can select any color you want. No need to create little png files anymore.

Attachment:
File comment: Transparent color picker
transparent.png
transparent.png [ 54.27 KiB | Viewed 716 times ]


Not to shabby. I have decided recently I am also going to remove all of the preset colors in 1.3.0 unless people want them there. Now that the color selector is complete, my plan is to only have the color selector dialog to choose colors.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Tue Aug 02, 2011 9:40 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Rewrite/refactoring is going pretty well. I have been condensing a lot of redundant code in a framework to make things easier...it has been easier, and more difficult than I thought.

A couple of things have come to light since I am taking such a close look at the code.
  • 1. There was a small bug in the color dialog if you copy and pasted in an invalid value; it would accept it (this is now fixed in 1.3.0)
  • 2. IE < 9 : the edit dialog will not update the scrolling text if you scroll with arrow keys...until you move the mouse in a vertical direction...weird. This is a directly related to using IE's stupid filters. I am glad IE9 is more standards compliant. (I almost pulled the fade animations again for IE8, but I have a work around in 1.3.0 )
  • 3. Busy dialogs associated with download, editing, and file selection did not get cleaned up and remained hidden in the background...dialog leak?(fixed in 1.3.0)

Now here are the annoying IE things that I am aware of that will probably remain.
  • 1. The main busy dialog's overlay appears opaque only when Tonidoshell is embedded in the Tonido UI. Not really sure about this one. I believe it is again related to IE's stupid filters and the fact that tonidoshell is in an iframe under Tonido's UI. I think since the dialog comes in as soon as the page is ready (and in 1.3.0's cases, as soon as the DOM is ready) that the filter messes up, but specifically when it is in an iframe. All of other dialogs appear fine, and if you open tonidoshell in its own window, this issue is no longer visible.
  • 2. The new alpha channel in the color dialog will cause the preview box to show clear through to the web page background instead of showing the checkboard pattern when previewing an opacity less than 100. This is because IE filters are poorly implemented. I think I know a complicated way to fix this, but I am not going to waste my time since it is not a real functional issue. I would suggest upgrading to IE9 or use a different browser. You can tell IE is not my favorite browser.

_________________
My Tonido Plugins:


Last edited by facelessuser on Tue Aug 02, 2011 11:11 am, edited 1 time in total.

Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Tue Aug 02, 2011 10:29 am 
Regular Tonidoid
Regular Tonidoid
Joined: Sun Apr 17, 2011 1:15 am
Posts: 23

So is the Linux version available? Is so can you post a link to download it? I would SO like to test it out!! :)


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Tue Aug 02, 2011 11:15 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

joerich wrote:
So is the Linux version available? Is so can you post a link to download it? I would SO like to test it out!! :)


Not yet, the new Tonido for Linux with PHP hasn't been released, so I haven't packaged a Linux Tonidoshell version yet.

The first Linux release will probably be 1.3.0. If you are interested, as soon as Tonido releases the new Linux update, I can package some alpha/betas if you would like to be a tester. Just let me know. I will need some good testers with so much rewriting going on.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Tue Aug 02, 2011 11:25 am 
Regular Tonidoid
Regular Tonidoid
Joined: Sun Apr 17, 2011 1:15 am
Posts: 23

YES!!! I would love to test for you!
Just send me the links and I'd be happy to!
Do you know how soon it will be before there's an new release?



Quote:
If you are interested, as soon as Tonido releases the new Linux update, I can package some alpha/betas if you would like to be a tester. Just let me know. I will need some good testers with so much rewriting going on.


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Tue Aug 02, 2011 11:46 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Don't know. You would have to ask the Tonido Team. They have been teasing with a new version, but that could be weeks to a month away. I don't think they are usually firm on their release dates.

As for Tonidoshell, I can start making test packages for you as soon as the the new Tonido version drops, but an actual official Tonidoshell release may be at least a month+ away. I am in the middle of rewriting/refactoring the last and most messy code in tonidoshell...the dialogs. After that, I need to get multiple sessions going and a shortcut manager (I have them both worked out in my head, but I may run into issues along the way).

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.5.58307 (Plug/Windows)
PostPosted: Thu Aug 04, 2011 12:19 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Seriously IE9? How do you not get this right?

Code:
if(xmlObject == window) {
  alert('IE9 fail');
}   

:?

Sigh...it just goes to show, no matter how standards compliant IE gets, it is still Internet Explorer.

edit: possibly just a failure on my part, the more I think about it the more it is probably comparing some numerical output of the entire object, so while, the possibility of X object equaling window is low, it is not impossible, and since the window object differs between browsers, one browser could win the lottery and allow X object to equal window while the others don't...which means I am going to have to calculate a more exact way of targeting if an object is a window.

_________________
My Tonido Plugins:


Offline
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 245 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20 ... 25  Next

All times are UTC - 6 hours [ DST ]


 Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: