Mostrando entradas con la etiqueta svn. Mostrar todas las entradas
Mostrando entradas con la etiqueta svn. Mostrar todas las entradas

miércoles, 6 de octubre de 2010

Fast update

I've been off lately, in fact I haven't posted nothing new since almost a month. I'm sorry for that, but I'm having some health problems.
I hope that I'll be fine soon so I can continue working on Jake-PyQt4.

Anyways, this update is to let you guys know that WingIDE just gave me an Open Source License for their IDE so I can keep working on this project. (Note that this IDE is paid!)
Go and check their website and the product, you'll like it!

About the project, I have a few news to give you, but I'd like to do that when I'm better. Anyways, you can find out that I'm doing something cool if you check SVN.

Keep checking this blog from time to time and have a nice time!

Bye

jueves, 9 de septiembre de 2010

Finally!

It has been a really long long long time since my last post and I'm really sorry for that, but I have good news! I finally managed to build Jake-PyQT4 on both Windows and Linux platforms, and create a single executable file that can be run without having to install Python, PyQt4, Xlib, pyHook, PyWin32 nor any other dependency! Isn't that great?
I'm sorry for Mac users, but right now I'm trying to release for Windows and Linux. But don't worry, code runs just fine, so the only show-stopping "bug" is an app that will let me create a single standalone file that could be ran on Mac OS. I don't know how exactly does Mac manages executable files, but I'm looking at py2app. You'll soon have a release too ;)
Here goes some info. The executable file for Linux was made with cx_Freeze and MakeSelf and it's final size is 4,8mb. On Windows the executable file was created with cx_Freeze, 7z and SFX 7z module, I'm still having some small problems with UPX, but that isn't that important as this only causes a little bigger size (we're talking about ~1mb)

And here goes the full list of changes that I made since my last post:

* Some fixes in the TAB autocompleter. Several crashes were fixed.

* A lot of fixes in the locale system. Missing imports, some strings weren't unicode, etc.

* Now skins and folders can be stored in users folder. This way users can create their own plugins/skins and test them.

* Some more changes in the config system. Most of them related to the combo control.

* I worked for a week on an updated, but it seems that I won't be able to make Jake-PyQT4 autoupdate itself. The best that I can do for now is to show a message telling the user that there is an update, a short description of the update and a button to download the update. Maybe the download will be made by my own QDownloader.

* I moved pyXhook and pyHook outside of Jake-PyQT4. Now if you want to run from source you'll have to read the INSTALL file and install all dependencies.

* Nanotube finally upgraded pyHook and made it compatible with Python 2.7 Thanks!

* Some problems with the focus on Windows were fixed, but there might be left one. Please test when you get binaries, and report.

* Red, Green and Blue skins were removed because they don't look good (for now). As soon as they look good they will be merged again.

* I wrote my own svn2log script. You can have a look at the output of that script here. This way you can track all the changes that I make.

I hope you're wishing to test my app! It will be here in a few days :)
I'll write again when I'll be releasing it. Until then, have fun.

Bye!

domingo, 15 de agosto de 2010

Tons of new features

A lot of new thing were implemented during the whole week! Both Andrew and me made ~30commits/day and result is impressive. This is what we did:

* Translation system major fixes. Now each plugin has it's own translation method, and also, if no locales were detected, a global fake-locale system will be used. Fixes in how strings were managed (now everything is done using unicode).

* Spanish locales. Yes! Andrew spent a day translating all plugins and main app, and now we have Jake-PyQT4 in Spanish! Test it, and report bad translated words, please.

* TAB fancy sorting. Using TAB to auto-complete commands is handy, but seeing available commands is a must-have feature too. Sadly, available commands were shown as a list of commands, separated by one white space. That was really hard to read. Now, using QFontMetrics, Jake-PyQT4 is able to print those commands in a really nice html table (just like Unix shell).

* Pastebin lib and Pastebin plugin were made. I use pastebin a lot, and I hate having to open my browser, go to www.pastebin.com, paste the text, and copy the link. So, I made use of pastebin APIs.

* More skins were added. Now we have black (as default), green, red, blue and white. Those skins were made in less than 15 minutes, so don't except any breath-taking design. QSS (skin system) is really powerful, but I'm not a designer. That's why I need a designer. If you're interested, please mail me.

* Multi-line commands were implemented. This was a blocking bug for Pastebin plugin.

* Major speed improvements. Stop using .toPlainText() all the time. More improvements are comming!

* In SVN: everything was moved to trunk folder. And two new folders were created (tags and branches). Forum guides on how to get Jake-PyQT4 were updated according to those changes, so, please go to forums and check them.




Currently, I'm working on the config system. There are some bugs that I saw, and I'd like to fix them asap. Once done, I'll be doing more libs & plugins.
A stable 1.0 version will be available really soon. Still no release date, but "soon" means soon, for real.

I'll write when config system is done, until then have a good time!

Bye!

martes, 13 de julio de 2010

Hello World! (What's all that about?)

Hello world!
So, now that you're already here, you'd like to know what's all that about, right? Well, Jake-PyQT4 is a console based app written in Python and Qt4 bindings that aims to make your life easy searching those things that you want, for example search in google, show the weather, find a download link for an mp3, and a lot more stuff.
Actually, Jake-PyQT4 doesn't do anything of that. What Jake-PyQT4 does is:

* manage plugins, configs, skins
* behave like yakuake (linux console app that looks like quake's console)
* manage global keys / focus

Everything else is done by plugins. And plugins are able to print almost anything to the console (Jake-PyQT4), like photos, rich text, basic html, etc.

The project is hosted here, on sourceforge. You can wait for official releases or use SVN. I don't like breaking things, so SVN will be really stable too.

I'll post some screenshots soon.
Bye