Dana Jansens
c24ae6c8eb
be consistent with logout vs log out use
2008-03-02 18:28:33 -05:00
Dana Jansens
5b4e483366
add the new translatable strings
2008-03-02 18:10:21 -05:00
Mikael Magnusson
d24c710db3
Update swedish translation.
2008-03-03 00:07:41 +01:00
Dana Jansens
bf9e118278
show the kill dialog if something doesn't respond for 6 seconds instead of 3
2008-03-02 17:29:44 -05:00
Dana Jansens
f542c5143a
add a title to the session logout confirm prompt
2008-03-02 17:19:39 -05:00
Dana Jansens
9d9ca8d1cf
allow prompts to have titles specified. show a prompt when there are syntax errors in the xml config files.
2008-03-02 17:12:11 -05:00
Dana Jansens
14f4a0ba56
show an error message when parsing syntax errors are encountered in the openbox config files
2008-03-02 16:40:40 -05:00
Dana Jansens
bb557f06a6
add a cleanup callback to the prompt interface. when the prompt's callback returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it
2008-03-02 16:13:23 -05:00
Dana Jansens
527ecafab9
the #ifdef was backwards for using SM or not
2008-03-02 16:04:28 -05:00
Dana Jansens
7ea56abf05
add a RECONFIGURING state, and enter that when doing reconfiguring
2008-03-02 15:40:11 -05:00
Dana Jansens
8562034e30
glib already prints a verbose error message when execute fails. don't add a second level of useless verbosity to that
2008-03-02 15:28:22 -05:00
Dana Jansens
b8960827b7
make code to show a prompt when you just want to display and message and not do anything when the user presses the button
2008-03-02 15:02:34 -05:00
Dana Jansens
ffaac4a650
make the SessionLogout action always available but it shows an error if you use it and Openbox wasn't built with SM support
2008-03-02 15:02:07 -05:00
Dana Jansens
6005365133
don't steal focus from windows you are typing in, even if the new window is a relative
2008-03-02 13:31:47 -05:00
Mikael Magnusson
e4691468cd
Update portuguese translation.
2008-03-02 19:33:20 +01:00
Ryoichiro Suzuki
f1c7a1c343
Update japanese translation with the last couple of strings.
2008-03-02 19:33:20 +01:00
Dana Jansens
1a3ffb6e5b
display the NotShowIn stuff correctly
2008-03-02 11:41:08 -05:00
Ryoichiro Suzuki
0e3ad63445
Update japanese translation. Chu
2008-03-02 17:22:58 +01:00
Dana Jansens
f1cf7fa339
an else disappeared somehow
2008-03-02 11:08:57 -05:00
Dana Jansens
a291ba6019
some modifications to xdg-autostart based on suggestions from the PyXDG maintainer
2008-03-02 11:08:57 -05:00
Mikael Magnusson
664b0b4e94
Don't run actions in If in reverse order.
2008-03-02 13:49:40 +01:00
Mikael Magnusson
610e80e052
Super miniscule optimization.
2008-03-02 13:49:40 +01:00
Dana Jansens
e8ce4dbb8f
don't let you use left to go "up to parent" on menus which don't have any parent
2008-03-02 04:16:17 -05:00
Dana Jansens
6ca53a625d
add cups manager to the default menu
2008-03-02 04:10:47 -05:00
Dana Jansens
9089156780
add SessionLogout to the default menu, add a system submenu with common configuration tools in it (obconf, g-control-center, kcontrol)
2008-03-02 03:46:28 -05:00
Dana Jansens
d9739288b7
add a gdm-control tool that lets you..control..gdm..
2008-03-02 03:46:28 -05:00
Dana Jansens
fc085fd66c
make the prompt option default to 'true' for Exit and SessionLogout
2008-03-02 03:46:28 -05:00
Dana Jansens
4d09821730
add a SessionLogout action
2008-03-02 03:46:22 -05:00
Dana Jansens
b20ef1556a
remove some debug prints
2008-03-01 11:45:33 -05:00
Dana Jansens
fd34bcf71a
fix the menu's command for urxvt
2008-03-01 01:16:34 -05:00
Mikael Magnusson
835b2de913
Remove an unused variable.
2008-02-29 03:18:12 +01:00
Og Maciel
55cfb7496c
Update brasilian portuguese translation.
2008-02-28 23:42:03 +01:00
Mikael Magnusson
ab089515ef
Update po/ with new strings, and update swedish translation.
...
Also add an overly long comment about translating FILE in the help output.
2008-02-28 23:20:49 +01:00
Mikael Magnusson
323df7cbc2
Very inconsequential changes.
2008-02-28 20:57:33 +01:00
Mikael Magnusson
017d956444
Free copied glists when removing desktops.
2008-02-28 20:57:05 +01:00
Dana Jansens
3700861805
make a nicer default menu with a lot of common apps in it
2008-02-28 12:37:25 -05:00
Dana Jansens
a4a1a667fc
If a window is maximized and has FUNC_MAXIMIZE disabled, still let it unmaximize. When normal hints change and we reconfigure, the w/h of the window may not have changed - rather the minw/maxh etc may have changed. So in client_try_configure always run through the code that checks them to see if the client should be resized or whatever.
2008-02-28 12:31:36 -05:00
Mikael Magnusson
7a6485e4bb
Update send-to-desktop menu in the client menu when ctrl-clicking and the client is still visible, ie toggling omnipresent.
...
Also indicates which is the current desktop by moving the omnipresent
icon to it when the window is omnipresent. Do some refactoring and
cleanup so the net change is removal of lines, go me.
2008-02-28 17:54:49 +01:00
Mikael Magnusson
2f1dc6da00
Try to fix the off-by-one errors even more.
2008-02-28 12:42:40 +01:00
Dana Jansens
ff0f8dc6a9
fix some off-by-one errors in edge finding for moving and resizing windows (bug 3506)
2008-02-28 01:20:20 -05:00
Dana Jansens
dbbbbb7d48
When showing a window's title in the kill prompt, if it doesn't have a title use its parent's (same way the focus cycle popup does)
2008-02-27 23:11:08 -05:00
Dana Jansens
573bbb08a6
add the autostart.sh.in to the dist targz instead of the autostart.sh
2008-02-27 22:46:44 -05:00
Dana Jansens
40c014faf1
include the xdg-autostart script in the dist targz
2008-02-27 22:44:22 -05:00
Dana Jansens
1018b836c4
clean up the execute action code, and free the prompt option string
2008-02-27 22:19:59 -05:00
Dana Jansens
92f23264c7
change the yes/no buttons to Exit/Cancel for the exit prompt
2008-02-27 22:14:11 -05:00
Dana Jansens
fbacc56d9d
some new translated strings
2008-02-27 21:04:04 -05:00
Dana Jansens
2c8bc0c904
add a boolean <prompt> option to the Exit action, which will ask before exiting openbox
2008-02-27 20:59:17 -05:00
Dana Jansens
94e339496c
Give the Execute action the <prompt> option
2008-02-27 20:59:15 -05:00
Dana Jansens
b1dc814128
make the xdg-autostart script get installed to PREFIX/lib/openbox, and make the autostart.sh script look for it there.
2008-02-27 19:36:48 -05:00
Mikael Magnusson
e35a4697a7
Update po files with new strings, update swedish translation.
2008-02-27 04:58:12 +01:00