Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => Topic started by: JonimusPrime on April 09, 2010, 11:40:34 am

Title: TiLP/CalcForgeLP UI improvements
Post by: JonimusPrime on April 09, 2010, 11:40:34 am
Now that TiLP 1.14 has been released I can official announce me recent Project, making the TiLP II GUI actually make sense. :P so far I have revived the menubar from TiLP I as well as set it to listen to the users Icon theme settings for the main UI elements. Here are a few screenshots of the changes so far.
(http://thestorm.taricorp.net/uploads/TiLP-Screenshot-4.png)(http://thestorm.taricorp.net/uploads/2010-04-06-132256_1174x480_scrot.png)

If you want to try it out I have patches and updated .glade files which should work with the latest TiLP release or the TiLP svn here http://thestorm.taricorp.net/tilp/ (http://"http://thestorm.taricorp.net/tilp/") I will try to make some windows isntallers in the future which will be uploaded to the same place.

I have been shareing my changes with both Kevin and Lionel so whether your Distro of choice chooses to package CalcForgeLP or TiLP you should be able to reap the rewards of my work in the future.

If there is anything you want to see added or improved with the UI post your suggestions and I will try to implement them to w/e exttent I can.
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: Geekboy1011 on April 09, 2010, 02:22:48 pm
wow looks very nice and i agree it does make more sense XD
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: JonimusPrime on April 09, 2010, 03:38:52 pm
Anything else you see that is missing or a way to make things more intuitive?
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 09, 2010, 04:14:06 pm
Mhmm seems pretty nice. I don't know much about improvements yet except maybe to make sure navigating through directories is faster than in TiLP2 (when trying to access a directory with about 100 files/folders, it sometimes took 6 seconds on my 2.93 GHz computer (which has 1 GB of RAM and running Windows XP SP2), about 4 with 50) and save the last directory path when exiting instead of always starting in C:\\ again.

Nice to see you are still into calculator-related development.
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: JonimusPrime on April 09, 2010, 04:29:11 pm
Mhmm seems pretty nice. I don't know much about improvements yet except maybe to make sure navigating through directories is faster than in TiLP2 (when trying to access a directory with about 100 files/folders, it sometimes took 6 seconds on my 2.93 GHz computer (which has 1 GB of RAM and running Windows XP SP2), about 4 with 50) and save the last directory path when exiting instead of always starting in C:\\ again.

Nice to see you are still into calculator-related development.

Hmm I'm not sure what would be causing that slowdown, maybe enableing show all files would be faster thanks to it not needing to hide all non calc files. I really want to redo that part entirely but I'm no where near good enough at C yet to do so. As you are an avid TiLP user I value your input on things that would make it more user friendly. Right now my main focus has been UI elements as that allows me to touch as little code as possible.
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 09, 2010, 04:37:06 pm
Maybe enabling show all files might fix it. I don't know.


Another thing: Will this require GTK libraries or the like? It would be nice if you did that you keep updates in sync with TiEmu, because I hated back when I had to install TiEmu GTK runtimes, then if I want to use TilEm, install a different version of them, or vice-versa, cuz each were dependent on different GTK versions :/

Title: Re: TiLP/CalcForgeLP UI improvements
Post by: JonimusPrime on April 09, 2010, 04:45:07 pm
Well the min GTK library version has increased but either way they should both work with the newest one.
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 09, 2010, 05:28:32 pm
Aaah ok good to hear :)

That's always an issue I had with applications using them. D:
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: Lionel Debroux on April 15, 2010, 03:12:41 pm
Those changes have been integrated in TILP SVN, and a new Windows installer (which also provides minor fixes in tilp and libticalcs) has been uploaded at http://lpg.ticalc.org/prj_tilp/beta/setup.exe .
Enjoy, and please provide us with some feedback (ideas for improvements, wrinkles on icons or parts of the UI that might not work, etc.).
Thanks in advance :)
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 15, 2010, 04:54:08 pm
Mhmm I should maybe install this on my old computer. I will probably give it a try when I get some time :)
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: Lionel Debroux on April 29, 2010, 01:33:21 am
Upping the topic because it's still relevant, but has fallen down due to the churn in this section (which is a good thing, it shows that there are projects and ideas in the community) :)
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 29, 2010, 01:45:20 am
yeah true lately it is hard for a topic to stay at top very long. :P So many new projects and now Omnimaga discussion went from 40% project talk to 45% in the course of a month.

I wonder if Jon has made some new progress on this?
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: JonimusPrime on April 30, 2010, 12:07:00 am
I've started work on converting the GUI from glade to gtkbuilder which is causing more issues than I would have liked. While this change will most likely not be noticable to the users it will make the job of maintaining and improving the UI and the rest of tilp easier in the future. So far my changes mainly break things so I will have to wait before a new release for users to try can be made.
Title: Re: TiLP/CalcForgeLP UI improvements
Post by: DJ Omnimaga on April 30, 2010, 12:12:07 am
x.x I hope you can find a solution to the issues x.x