Commit Graph

31 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
770589ef58 Make it possible to use the help dialog button in Thunderbird b=256915 p=paul@wavebreaks.com (Paul Tomlin) r+sr=me,mscott,mconnor as appropriate 2006-10-24 15:36:27 +00:00
hwaara%gmail.com
cc558e3fbb bug 335089, shouldn't auto-focus things in dialogs/sheets on OS X (esp. not with full keyboard access off). r=mano, a181=neil, mano. xpfe patch by Neil 2006-05-17 08:54:27 +00:00
ajschult%verizon.net
2dd79f399d Bug 247849: <xul:dialog> should be able to initially disable the accept button. Patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor 2006-04-06 01:47:25 +00:00
gavin%gavinsharp.com
5cc9afaeb4 Bug 322155: if the only focusable elements in a dialog are the buttons, focus the default button on load, r=Neil 2006-03-29 21:33:41 +00:00
neil%parkwaycc.co.uk
e19f6a698e Make widgets events bubble again as per expectations b=330190 r=bryner 2006-03-12 21:04:39 +00:00
neil%parkwaycc.co.uk
6dab407a52 Bug 120527 Dialog fix to make default button not appear default while another button has focus r=aaronlev,mano,mconnor sr=jag 2005-09-20 16:22:39 +00:00
dougt%meer.net
3bf919b409 currently doButtonCommand uses a timeout to avoid closing the window during the
oncommand event.  this self described hack probably can be removed.

r=mconner
sr=benjamin
a=benjamin
b=302424

VS: ----------------------------------------------------------------------
2005-07-28 20:26:27 +00:00
mozilla.mano%sent.com
e237b71662 Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-29 14:20:57 +00:00
mozilla.mano%sent.com
40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com
845185e364 Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-28 14:59:43 +00:00
mozilla.mano%sent.com
7bc2e3a929 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa. 2005-06-18 10:21:49 +00:00
mozilla.mano%sent.com
9383b9a69e Bug 294290 - Port patch from bug 225563 to toolkit (keyboard activation of <html:a> in an XUL page needs to prevent activation of the default OK button). patch from Gavin Sharp <gavin.sharp.gmail.com> r=neil, a=asa 2005-05-17 18:02:04 +00:00
marco%gnome.org
982b1ea88d 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
bugzilla%arlen.demon.co.uk
2ea1bb6c18 Bug 175893 Make XUL <tab>'s focusable
Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
2004-12-02 21:14:49 +00:00
bugzilla%arlen.demon.co.uk
2ce6a4e00c Bug 261790 port various changes betwen xpfe/toolkit
Relanding patch after aviary branch landing - already reviewed
2004-12-01 16:21:02 +00:00
ben%bengoodger.com
b603528092 Aviary branch landing 2004-12-01 04:48:44 +00:00
scott%scott-macgregor.org
09a91afa21 Bug #256915 --> hide the help button in all of the thunderbird dialogs since we have not built in help viewer. 2004-11-11 22:45:20 +00:00
cbiesinger%web.de
c9a0f13bf5 Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
aaronleventhal%moonset.net
4de0622ec6 Bug 175893. Make tab labels focusable (when clicking on label of foreground tab). Make unmodified arrow key navigation work with tabs. r=neil, sr=? 2004-07-14 21:44:01 +00:00
ben%bengoodger.com
eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
chanial%noos.fr
ca92b27ac7 Bug 228660: on Windows, OK button on alert boxes should not be right-aligned 2003-12-17 14:52:48 +00:00
chanial%noos.fr
85f7deb372 fixing brain bustage. button labels and accesskeys should override the defaults ones in dialog.properties. 2003-12-15 01:17:29 +00:00
chanial%noos.fr
673b957689 Enhancements to the dialog widget:
- on linux, adopt the gnome convention (same as MacOSX): the accept button is rightwards the cancel button, and the help button is on the left side.
- ability to give specific labels and accesskeys to the implicit buttons, by adding buttonlabelxxx and buttonaccesskeyxxx, xxx being accept, cancel, disclosure, extra1, extra2 and help
- extra2 button moved on the left bottom part of the dialog.
2003-12-14 08:43:04 +00:00
chanial%noos.fr
5dade47a7d convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr
1f627bcb07 some simplifications on how we hide the unrequested buttons 2003-11-15 07:31:01 +00:00
chanial%noos.fr
50ba0ae29c Bug 224222: OK and Cancel buttons are unlabeled.
missed one occurence of GetApplicationLocale (bug 195093)
2003-10-30 22:14:15 +00:00
chanial%noos.fr
2a18785064 Bug 222585: dialogheader should crop p=neil, r=varga sr=bienvenu 2003-10-17 21:27:28 +00:00
chanial%noos.fr
db342ec999 bug 213228: new toolkit independence bug, part 7: use the new toolkit widgetry. 2003-08-17 11:22:13 +00:00
chanial%noos.fr
574479afa4 bug 213228: new toolkit independence bug, part 2.
bind our dialog.xml and wizard.xml widgets.
remove the need for platformXUL.css and platformDialog.xml
sync dialog.xml (bug 197568, patch by ajvincent@juno.com) with seamonkey
2003-08-12 01:19:58 +00:00
blakeross%telocity.com
3247f4ea44 - Make arrow keys toggle focus between controls.
- Make quicksearch in history case insensitive.
- Port over some trunk fixes.
2002-11-11 01:51:50 +00:00
blakeross%telocity.com
92128276b1 Finish forking toolkit. 2002-10-13 22:44:10 +00:00