GIMP Forums » For GIMP developers
Toolbox UI/Docking
Jump to message:
-
Toolbox UI/Docking —
Jerry Baker,
22 Feb 2010 02:17 PM
- Toolbox UI/Docking — Martin Nordholts, 22 Feb 2010 06:40 PM
- Toolbox UI/Docking — peter sikking, 23 Feb 2010 07:19 PM
As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.
| Permalink: | 4B8283E1.9060205@gimpthoughts.com |
|---|---|
| Date: | 22 Feb 2010 02:17 PM |
| From: | Jerry Baker |
| Subject: | Toolbox UI/Docking |
For discussion...
https://bugzilla.gnome.org/show_bug.cgi?id=610344
Add docking capabilities to the toolbox so it would be possible to dock
another
dialog to the top, bottom, left or right of the toolbox or dock the
toolbox on
the top, bottom, left, or right of another dialog window. (In
multi-window mode
and single-window mode)
From an irc discussion:
(08:44:36 AM) jbaker: speaking of ui, is it possible to move the toolbox
to the
right of the image in sw mode ?
(08:48:33 AM) guiguru: jbaker: should be
(08:48:55 AM) guiguru: it is free tear off and docking in swm
(08:50:14 AM) jbaker: guiguru: i think the toolbox is a different widget
than
the other dialogs, as far as I can tell there is really no place to grab
it...
(08:50:43 AM) guiguru: it is different, but that needs to be fixed then
(08:51:23 AM) Death: Grabbing wilber would make sense for me...
https://bugzilla.gnome.org/show_bug.cgi?id=610344
Add docking capabilities to the toolbox so it would be possible to dock
another
dialog to the top, bottom, left or right of the toolbox or dock the
toolbox on
the top, bottom, left, or right of another dialog window. (In
multi-window mode
and single-window mode)
From an irc discussion:
(08:44:36 AM) jbaker: speaking of ui, is it possible to move the toolbox
to the
right of the image in sw mode ?
(08:48:33 AM) guiguru: jbaker: should be
(08:48:55 AM) guiguru: it is free tear off and docking in swm
(08:50:14 AM) jbaker: guiguru: i think the toolbox is a different widget
than
the other dialogs, as far as I can tell there is really no place to grab
it...
(08:50:43 AM) guiguru: it is different, but that needs to be fixed then
(08:51:23 AM) Death: Grabbing wilber would make sense for me...
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
| Permalink: | 4B82C205.6030300@gmail.com |
|---|---|
| Date: | 22 Feb 2010 06:40 PM |
| From: | Martin Nordholts |
| Subject: | Toolbox UI/Docking |
On 02/22/2010 02:17 PM, Jerry Baker wrote:
> For discussion...
>
> https://bugzilla.gnome.org/show_bug.cgi?id=610344
>
> Add docking capabilities to the toolbox so it would be possible to dock
> another
> dialog to the top, bottom, left or right of the toolbox or dock the
> toolbox on
> the top, bottom, left, or right of another dialog window. (In
> multi-window mode
> and single-window mode)
The toolbox is not a dockable right now and it would be a lot of work to
turn it into one because there is a lot of code that assumes it isn't a
dockable. Doing this would add several weeks (in actual time) to 2.8
development time and it would not be worth it.
Note that you can have it to the right of dockables by attaching
dockables to the left of it. Also note that the plan is to allow
rearranging entire columns of docks, and the toolbox is part of a column
and will be movable that way. So the only limitation will be that
dockables can't be put on top of the toolbox, so it's not that serious.
/ Martin
> For discussion...
>
> https://bugzilla.gnome.org/show_bug.cgi?id=610344
>
> Add docking capabilities to the toolbox so it would be possible to dock
> another
> dialog to the top, bottom, left or right of the toolbox or dock the
> toolbox on
> the top, bottom, left, or right of another dialog window. (In
> multi-window mode
> and single-window mode)
The toolbox is not a dockable right now and it would be a lot of work to
turn it into one because there is a lot of code that assumes it isn't a
dockable. Doing this would add several weeks (in actual time) to 2.8
development time and it would not be worth it.
Note that you can have it to the right of dockables by attaching
dockables to the left of it. Also note that the plan is to allow
rearranging entire columns of docks, and the toolbox is part of a column
and will be movable that way. So the only limitation will be that
dockables can't be put on top of the toolbox, so it's not that serious.
/ Martin
--
My GIMP Blog:
http://www.chromecode.com/
"Multi-column dock windows and 2.8 schedule"
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
My GIMP Blog:
http://www.chromecode.com/
"Multi-column dock windows and 2.8 schedule"
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
| Permalink: | D98B3C6A-1E54-43B2-B625-338F99856959@... |
|---|---|
| Date: | 23 Feb 2010 07:19 PM |
| From: | peter sikking |
| Subject: | Toolbox UI/Docking |
Jerry Baker wrote:
> For discussion...
>
> https://bugzilla.gnome.org/show_bug.cgi?id=610344
>
> Add docking capabilities to the toolbox so it would be possible to
> dock
> another
> dialog to the top, bottom, left or right of the toolbox or dock the
> toolbox on
> the top, bottom, left, or right of another dialog window. (In
> multi-window mode
> and single-window mode)
>
> From an irc discussion:
> (08:44:36 AM) jbaker: speaking of ui, is it possible to move the
> toolbox
> to the
> right of the image in sw mode ?
> (08:48:33 AM) guiguru: jbaker: should be
> (08:48:55 AM) guiguru: it is free tear off and docking in swm
> (08:50:14 AM) jbaker: guiguru: i think the toolbox is a different
> widget
> than
> the other dialogs, as far as I can tell there is really no place to
> grab
> it...
> (08:50:43 AM) guiguru: it is different, but that needs to be fixed
> then
> (08:51:23 AM) Death: Grabbing wilber would make sense for me...
there is a bit of confusion going on here about the toolbox.
you can talk about the toolbox itself, and it is not a dockable
right now (and as Martin said, quite a bit of work to make it).
then there is the toolbox as a column with the toolbox always at
the top and maybe some other dockables (like tool options) also
docked in that column.
right now that column sits in multi-window mode in its own floating
palette type window. in single-window mode, that column should be able
be docked to the left/right of the image or any other dockable column
(the latter docked or in floating window).
that is what I meant to say,
--ps
founder + principal interaction architect
man + machine interface works
http://mmiworks.net/blog : on interaction architecture
> For discussion...
>
> https://bugzilla.gnome.org/show_bug.cgi?id=610344
>
> Add docking capabilities to the toolbox so it would be possible to
> dock
> another
> dialog to the top, bottom, left or right of the toolbox or dock the
> toolbox on
> the top, bottom, left, or right of another dialog window. (In
> multi-window mode
> and single-window mode)
>
> From an irc discussion:
> (08:44:36 AM) jbaker: speaking of ui, is it possible to move the
> toolbox
> to the
> right of the image in sw mode ?
> (08:48:33 AM) guiguru: jbaker: should be
> (08:48:55 AM) guiguru: it is free tear off and docking in swm
> (08:50:14 AM) jbaker: guiguru: i think the toolbox is a different
> widget
> than
> the other dialogs, as far as I can tell there is really no place to
> grab
> it...
> (08:50:43 AM) guiguru: it is different, but that needs to be fixed
> then
> (08:51:23 AM) Death: Grabbing wilber would make sense for me...
there is a bit of confusion going on here about the toolbox.
you can talk about the toolbox itself, and it is not a dockable
right now (and as Martin said, quite a bit of work to make it).
then there is the toolbox as a column with the toolbox always at
the top and maybe some other dockables (like tool options) also
docked in that column.
right now that column sits in multi-window mode in its own floating
palette type window. in single-window mode, that column should be able
be docked to the left/right of the image or any other dockable column
(the latter docked or in floating window).
that is what I meant to say,
--ps
founder + principal interaction architect
man + machine interface works
http://mmiworks.net/blog : on interaction architecture
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


