Hi, Can somebody please make the dialog for closing a window with tabs open? -- Cheers Jorge.-
Hi, On Mon, Sep 29, 2008 at 09:48:58AM -0400, Jorge Arellano Cid wrote:
Hi,
Can somebody please make the dialog for closing a window with tabs open?
"Close Window" only closes the current tab anyway. "Exit Dillo" closes all windows including tabs. So, do you think about a dialog in the "Exit Dillo" case when there is more than one tab or more than one window or both? Do we have the number of open windows somewhere? Cheers, Johannes
On Mon, Sep 29, 2008 at 04:03:55PM +0200, Johannes Hofmann wrote:
Hi,
On Mon, Sep 29, 2008 at 09:48:58AM -0400, Jorge Arellano Cid wrote:
Hi,
Can somebody please make the dialog for closing a window with tabs open?
"Close Window" only closes the current tab anyway.
Yes.
"Exit Dillo" closes all windows including tabs. So, do you think about a dialog in the "Exit Dillo" case when there is more than one tab or more than one window or both?
Both, plus the window manager's "close window" if there're open Tabs.
Do we have the number of open windows somewhere?
In bw.cc's num_bws. -- Cheers Jorge.-
On Mon, Sep 29, 2008 at 11:12:39AM -0400, Jorge Arellano Cid wrote:
On Mon, Sep 29, 2008 at 04:03:55PM +0200, Johannes Hofmann wrote:
Hi,
On Mon, Sep 29, 2008 at 09:48:58AM -0400, Jorge Arellano Cid wrote:
Hi,
Can somebody please make the dialog for closing a window with tabs open?
"Close Window" only closes the current tab anyway.
Yes.
"Exit Dillo" closes all windows including tabs. So, do you think about a dialog in the "Exit Dillo" case when there is more than one tab or more than one window or both?
Both, plus the window manager's "close window" if there're open Tabs.
Do we have the number of open windows somewhere?
In bw.cc's num_bws.
Ok, please check attached patch. It relies on the current browser window to be stored in a window's user_data. We may want to reconsider this, but certainly not before the release. Cheers, Johannes
On Mon, Sep 29, 2008 at 08:46:10PM +0200, Johannes Hofmann wrote:
On Mon, Sep 29, 2008 at 11:12:39AM -0400, Jorge Arellano Cid wrote:
On Mon, Sep 29, 2008 at 04:03:55PM +0200, Johannes Hofmann wrote:
Hi,
On Mon, Sep 29, 2008 at 09:48:58AM -0400, Jorge Arellano Cid wrote:
Hi,
Can somebody please make the dialog for closing a window with tabs open?
"Close Window" only closes the current tab anyway.
Yes.
"Exit Dillo" closes all windows including tabs. So, do you think about a dialog in the "Exit Dillo" case when there is more than one tab or more than one window or both?
Both, plus the window manager's "close window" if there're open Tabs.
Do we have the number of open windows somewhere?
In bw.cc's num_bws.
Ok, please check attached patch. It relies on the current browser window to be stored in a window's user_data. We may want to reconsider this, but certainly not before the release.
Committed. -- Cheers Jorge.-
participants (2)
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de