Difference between inkview and inkscape -s?
Hi All,
In the past I have found inkview to be a very handy tool for quickly looking at svg, but lately it seems horribly broken (see bug 1592467). Then I discovered that "inkscape -s" seems to be more or less the same thing... but it doesn't crash. What's the difference between inkview and "inkscape -s"? Do we really need the maintenance and bloat of two separate binaries?
Sorry if I've missed any on-going discussion on this.
Thanks heaps
Tim
On Tue, 2006-11-14 at 11:11 +1100, Tim Dwyer wrote:
Hi All,
In the past I have found inkview to be a very handy tool for quickly looking at svg, but lately it seems horribly broken (see bug 1592467). Then I discovered that "inkscape -s" seems to be more or less the same thing... but it doesn't crash. What's the difference between inkview and "inkscape -s"? Do we really need the maintenance and bloat of two separate binaries?
Yes, I have looking into inkview on my list of todos...I want to C++'ify it.
And, yes, we should keep it, but need to fix it up before our next release...which seems to keep moving back...where are we at with that anyway?
Anyhow, inkview is a great test of concept and light-weight viewer with more than just inkscape -s
Jon
Sorry if I've missed any on-going discussion on this.
Thanks heaps
Tim
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Jon, any chance you've had a chance to C++-ify inkview yet? I wanted to try hacking on it a bit to let it be dbus-controlled -- partly to learn dbus, and partly for a presentation application I wanted to work on. ...Eric
On Mon, 2006-11-13 at 23:14 -0800, Jon Phillips wrote:
On Tue, 2006-11-14 at 11:11 +1100, Tim Dwyer wrote:
Hi All,
In the past I have found inkview to be a very handy tool for quickly looking at svg, but lately it seems horribly broken (see bug 1592467). Then I discovered that "inkscape -s" seems to be more or less the same thing... but it doesn't crash. What's the difference between inkview and "inkscape -s"? Do we really need the maintenance and bloat of two separate binaries?
Yes, I have looking into inkview on my list of todos...I want to C++'ify it.
And, yes, we should keep it, but need to fix it up before our next release...which seems to keep moving back...where are we at with that anyway?
Anyhow, inkview is a great test of concept and light-weight viewer with more than just inkscape -s
Jon
Sorry if I've missed any on-going discussion on this.
Thanks heaps
Tim
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Tue, 2006-12-12 at 09:04 -0500, Eric Jonas wrote:
Jon, any chance you've had a chance to C++-ify inkview yet? I wanted to try hacking on it a bit to let it be dbus-controlled -- partly to learn dbus, and partly for a presentation application I wanted to work on. ...Eric
I haven't...man, so many project, so little time...go ahead and hack on...I need to commit what I have and fix the warnings I was getting...woudl you like for me to do this first so that you could have my tweaks?
Jon
On Mon, 2006-11-13 at 23:14 -0800, Jon Phillips wrote:
On Tue, 2006-11-14 at 11:11 +1100, Tim Dwyer wrote:
Hi All,
In the past I have found inkview to be a very handy tool for quickly looking at svg, but lately it seems horribly broken (see bug 1592467). Then I discovered that "inkscape -s" seems to be more or less the same thing... but it doesn't crash. What's the difference between inkview and "inkscape -s"? Do we really need the maintenance and bloat of two separate binaries?
Yes, I have looking into inkview on my list of todos...I want to C++'ify it.
And, yes, we should keep it, but need to fix it up before our next release...which seems to keep moving back...where are we at with that anyway?
Anyhow, inkview is a great test of concept and light-weight viewer with more than just inkscape -s
Jon
Sorry if I've missed any on-going discussion on this.
Thanks heaps
Tim
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Tue, 2006-12-12 at 23:15 -0800, Jon Phillips wrote:
On Tue, 2006-12-12 at 09:04 -0500, Eric Jonas wrote:
Jon, any chance you've had a chance to C++-ify inkview yet? I wanted to try hacking on it a bit to let it be dbus-controlled -- partly to learn dbus, and partly for a presentation application I wanted to work on. ...Eric
I haven't...man, so many project, so little time...go ahead and hack on...I need to commit what I have and fix the warnings I was getting...woudl you like for me to do this first so that you could have my tweaks?
I know exactly how you feel -- yea, your tweaks would be awesome. What exactly were you planning on doing to "C++-ify" it? What big parts need to be rewritten? ...Eric
On Fri, 2006-12-15 at 16:07 -0500, Eric Jonas wrote:
On Tue, 2006-12-12 at 23:15 -0800, Jon Phillips wrote:
On Tue, 2006-12-12 at 09:04 -0500, Eric Jonas wrote:
Jon, any chance you've had a chance to C++-ify inkview yet? I wanted to try hacking on it a bit to let it be dbus-controlled -- partly to learn dbus, and partly for a presentation application I wanted to work on. ...Eric
I haven't...man, so many project, so little time...go ahead and hack on...I need to commit what I have and fix the warnings I was getting...woudl you like for me to do this first so that you could have my tweaks?
I know exactly how you feel -- yea, your tweaks would be awesome. What exactly were you planning on doing to "C++-ify" it? What big parts need to be rewritten? ...Eric
Ya know, just go ahead and start hacking on this...I'll catch up :)
Jon
participants (3)
-
Eric Jonas
-
Jon Phillips
-
Tim Dwyer