Giggle 0.2 released!
So here’s the second release of giggle, with heaps of fixes and new features! Here are the relevant links:
- Release notes
- Tarball (MD5: ef23f4c4d3d30a9338b95437828a7e03)
- Roadmap
Visit the project page for more information!
Call for artists and tango lovers: Giggle is still in need of an icon! it’d be sooo great if someone provided a suitable icon for the desktop entry and the about box.
March 30th, 2007 at 12:40 am
Hi Carlos, I noticed you included my window-size saving patch in this release. You feel it’s reliable enough now?
March 30th, 2007 at 12:56 am
Hi
I’m just starting to use git so I’m holding high hopes for giggle!One question:
In the roadmap you mention plans to put in build support for make etc. What about us poor souls that use other build systems (ant,bjam,etc.). Can we expect some love?
March 30th, 2007 at 1:00 am
Hi Jonner!, your patch has always worked fine here, I really think that the window resizing issues are a bug somewhere else, perhaps some more testing could help determine the concrete problem (gtk version or whatever) and avoid saving window size in those cases, but I don’t think it’s a showstopper if it doesn’t work properly, as sane window managers won’t allow a window bigger than the available space
March 30th, 2007 at 1:08 am
Hi Magnús! didn’t think about that, maybe we should support generic actions, and let developers define the command or something, but take into account that the main purpose of giggle will be to manage the repository, so the support for make (or whatever) won’t probably have all the bells and whistles it could
March 30th, 2007 at 1:23 am
Hi Carlos!
So some sort of general way to specify build system would be greatly appreciatedFortunately most build systems seam to follow a very similar pattern:
make (looks up Makefile in cur dir and executes)
make test (looks up target test in Makefile and executes)
ant (looks up build.xml in cur dir and executes)
ant test (looks up target test in build.xml and executes)
March 30th, 2007 at 1:57 am
Just to mention that the build support idea is a bit of a blue sky idea and not entirely sure that it will happen. It would be a nice thing to have when reviewing and integrating patches together with some simple editing support though.
March 30th, 2007 at 2:31 am
Another bug that you apparently fixed is that giggle 0.2 doesn’t write
[user]name = (null) to my ~/.gitconfig anymore, when I leave the username field empty in the “personal details” window \o/ giggle looks promising, thanks