Version: (using KDE 4.3.0) OS: Linux Installed from: Unspecified hi here's my new version of the kile-quickpaint extension (code + patch) greez mike
Created attachment 36442 [details] quickpaint source + patch
I've to mention the menu-entry is still not working.. dont know why.. I reconfigured/compiled it but no change xX
The menu entry in the kile->wizard works here. Some things which attracted my attention: - Some i18n error in the help menu, also its layout is not 100% correct - Eps files can be saved, but loading them again does not work. We can also think of switching to png files as default. - Starting directory for saving the image file should be either the directory of the current document or if the document belongs to a project the projectDir. Bye, thomas
Created attachment 36662 [details] Quickpaint Patch + Source 3.9.2009
dont know how to fix the EPS-problem I removed the format-proposal for the present.. officially starting dir was allready fixed but variabes were mixed-up :)
> dont know how to fix the EPS-problem removed the format-proposal for the > present This means that users who still create dvi files and thus need EPS files can't use quickpaint?
why is EPS needed for dvi? LaTex->ViewDVI works fine with jpg and png. EPS-saving is still practicable, it's just not proposed in the file-dialogue that's all.
> LaTex->ViewDVI works fine with jpg and png. If this is (nowadays) the case I'm sorry for the confusion. So I would say that we can include this version of quickpaint as soon as we branched the 2.1 version of kile (which we normally do after the release).
Created attachment 36944 [details] Quickpaint Patch + Source New Quickpaint Version -cleaned up code -added Line-Patterns for drawing Arrows/Rhombs (very handy vor UML) -EPS-Reading is possible, writing is still faulty (try smiley.eps)
Created attachment 37112 [details] Quickpaint Patch + Source Improved Undo/Redo, fixed minor Bugs