Difference between revisions of "GTK+ 3 issues"

From Inkscape Wiki
Jump to navigation Jump to search
(→‎Issues: added a couple of issues)
m (→‎Issues: better formatting)
Line 5: Line 5:
Document your issues with porting Inkscape to Gtk3 below.
Document your issues with porting Inkscape to Gtk3 below.


* Jumping palette. The color bar/palette does not seem to be able to decide how high it should be, at least for some combinations of palette width, height, etc.
* Jumping palette. The color bar/palette does not seem to be able to decide how high it should be, at least for some combinations of palette width, height, etc. See launchpad bug [https://bugs.launchpad.net/inkscape/+bug/1201545 #1201545].
  See launchpad bug [https://bugs.launchpad.net/inkscape/+bug/1201545 #1201545].


* Icons are too small / cut. (if someone can find the launchpad bug for this one, please add link here)
* Icons are too small / cut. (if someone can find the launchpad bug for this one, please add link here)


== Standard Practice ==
== Standard Practice ==

Revision as of 07:18, 2 May 2016

This page is for Gtk documentation, any issues, questions or notes about the porting of inkscape to Gtk3. This document will be sent to the gtk/gnome developers and may be useful for Gimp developers who undergo the same process.

Issues

Document your issues with porting Inkscape to Gtk3 below.

  • Jumping palette. The color bar/palette does not seem to be able to decide how high it should be, at least for some combinations of palette width, height, etc. See launchpad bug #1201545.
  • Icons are too small / cut. (if someone can find the launchpad bug for this one, please add link here)

Standard Practice

List any repetative actions during the upgrade and note anything that needed doing when moving from gtk2 to gtk3 widgets (for examine hbox and vbox) be clear if the action is using gtk3 or gtkmm (which often papers over some of the move to gtk3)

* No patterns documented yet

Widgets

List any and all custom widgets currently being used in Inkscape.

* Rulers - src/widgets/rulers.cpp

Ideas

Any ideas which are interesting

* No ideas yet