Qtoolbox - "Swiss Army Knife" for the busy Qt developer
-
wrote on 28 Jul 2010, 16:20 last edited by
If you code every day with Qt, you might be interested in a "toolbox" "@lucabox":http://twitter.com/lucabox and "me":http://twitter.com/detronizator are building.
qtoolbox is a set of tools for everyday Qt development. A "swiss army knife". Designed to be minimalistic, does "just what promised, nothing more".
Every "tool" comes with test code, that works also as example code.
Check it out at: "http://github.com/detro/qtoolbox":http://github.com/detro/qtoolbox
-
wrote on 28 Jul 2010, 20:58 last edited by
Looks promising, waiting for other tools.
-
wrote on 28 Jul 2010, 20:59 last edited by
[quote author="Denis Kormalev" date="1280350720"]Looks promising, waiting for other tools.[/quote]
We are trying to find the time to take some of the code we wrote for our projects and pack it in a "generic and reusable" way.
Most of the stuff is there, but it needs good internal Doc and Unit Test.
Stay tuned ;)
-
wrote on 26 Dec 2010, 08:54 last edited by
Hi guys, what about your qtoolbox?
-
wrote on 26 Dec 2010, 09:18 last edited by
yes, it seemed very promising and no update after July.
-
wrote on 26 Dec 2010, 11:41 last edited by
It's good but what about more tools? For example KDE's qDebug() is better than Qt's, what about incorporating such tools or merging them? It's an open source project so we should look forward on contributing :)
-
wrote on 26 Dec 2010, 17:02 last edited by
if there is something good then in my opinion we should have that in gitorius rather github thats the way it will bring in notice for thousands of Qt developers.
-
wrote on 26 Dec 2010, 17:22 last edited by
[quote author="Immii" date="1293382946"]if there is something good then in my opinion we should have that in gitorius rather github thats the way it will bring in notice for thousands of Qt developers.[/quote]
Well it's a repository, one can use whatever is suitable for them. I really don't know what is the difference between github and gitorious because both are using git.
-
wrote on 26 Dec 2010, 20:11 last edited by
Hello guys.
Yes, we haven't been working actively on this.
But it's not dead.
After all we have already built those instruments: they are part of live, released software.
But the idea here was to clean up some of this bits, make them abstract, and release them as free to use.I'm trying to coordinate with Luca Colantonio @lucabox a return to releasing.
GitHub? It's just what we already had in place, and I don't think makes any difference for us to move away from it or not.
It's still a "git clone" away ;) -
wrote on 26 Dec 2010, 20:12 last edited by
BTW, it's an open project.
Patches and contribution are MORE than welcome. -
wrote on 26 Dec 2010, 21:20 last edited by
[quote author="detronizator" date="1293394267"]
GitHub? It's just what we already had in place, and I don't think makes any difference for us to move away from it or not.
It's still a "git clone" away ;)[/quote]exactly :)
-
wrote on 26 Dec 2010, 22:31 last edited by
Maybe we could start a wiki page with Qt "open source tools/libraries" (if there isn't one).
Just from the top of my head I would think of some: irc, telnet, and facebook client implementations.
-
wrote on 26 Dec 2010, 22:33 last edited by
In fact, just found "one":http://developer.qt.nokia.com/wiki/Category:Add-ons.
Maybe we can all add some of our favorites there... we may need to reorganize them later...
-
wrote on 26 Dec 2010, 23:02 last edited by
[quote author="fcrochik" date="1293402821"]In fact, just found "one":http://developer.qt.nokia.com/wiki/Category:Add-ons.
Maybe we can all add some of our favorites there... we may need to reorganize them later... [/quote]
I edited the wiki and added qtoolbox in it.