Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a wizard to configure a PDC or a standalone Samba server | Antoine Ginies | 2007-10-26 | 1 | -4/+206 |
| | |||||
* | net_applet/drakroam/draknetcenter: list current network on top of network list | Olivier Blin | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | fix typo /o\ | Olivier Blin | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | check for draknetcenter/drakroam instances of root, not user | Olivier Blin | 2007-09-28 | 1 | -4/+5 |
| | |||||
* | do not allow to run multiple draknetcenter (#34276) | Olivier Blin | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Olivier Blin | 2007-09-25 | 1 | -1/+0 |
| | |||||
* | fix prototype | Olivier Blin | 2007-09-25 | 1 | -2/+1 |
| | |||||
* | run net center instead of simple menu on left click | Olivier Blin | 2007-09-25 | 1 | -2/+7 |
| | |||||
* | (draw_monitor) fix crash (#33023) | Thierry Vignaud | 2007-09-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | However, there's a race window on "gtkflush() while $isconnected == -2 || $isconnected == -1" where net_monitor can continue executing (with an empty window): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed at /usr/lib/libDrakX/mygtk2.pm line 915. kid exited -1 at /usr/lib/libDrakX/run_program.pm line 167. Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed at ./bin/net_monitor line 468. Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed at ./bin/net_monitor line 469. | ||||
* | remove my mess | Olivier Blin | 2007-09-19 | 3 | -3/+3 |
| | |||||
* | update status icon on connection change | Olivier Blin | 2007-09-19 | 3 | -3/+3 |
| | |||||
* | update connection status on dbus event | Olivier Blin | 2007-09-19 | 1 | -1/+3 |
| | |||||
* | use new connected/disconnected/unconfigured icons | Olivier Blin | 2007-09-19 | 1 | -10/+5 |
| | |||||
* | rename notconfigured as unconfigured | Olivier Blin | 2007-09-13 | 1 | -5/+5 |
| | |||||
* | use translations in draknfs/draksambashare (#33221) | Olivier Blin | 2007-09-10 | 2 | -0/+6 |
| | |||||
* | do not hardcode icon extension and path | Olivier Blin | 2007-09-10 | 5 | -12/+12 |
| | |||||
* | really use window icon | Olivier Blin | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | always show interfaces in left-click menu | Olivier Blin | 2007-08-21 | 1 | -3/+4 |
| | |||||
* | do not show empty menus | Olivier Blin | 2007-08-21 | 1 | -1/+3 |
| | |||||
* | require to be root | Olivier Blin | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | revert unwanted commit | Olivier Blin | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | move connection management code of drakroam in new network::connection_manager | Olivier Blin | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | reorganize to share pixbufs in draknetcenter | Olivier Blin | 2007-08-09 | 1 | -1/+7 |
| | |||||
* | - add subtree_check option | Nicolas Vigier | 2007-08-08 | 1 | -10/+19 |
| | | | | | | | - fix bug with sync/async option - fix more calls to nfs service renamed to nfs-server | ||||
* | use exit instead of return as we're not in a subroutine (fix bug #32374) | Nicolas Vigier | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | use exit instead of return as we're not in a subroutine | Nicolas Vigier | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | - fix path for do_pkgs->ensure_is_installed : /sbin/rpc.statd | Nicolas Vigier | 2007-08-08 | 1 | -2/+2 |
| | | | | | | | is from nfs-utils-client package, not nfs-utils - nfs service was renamed to nfs-server for 2008.0 | ||||
* | add "\n" to exception in order not to fire up drakbug (#32292) | Thierry Vignaud | 2007-08-06 | 1 | -4/+2 |
| | |||||
* | prevent firing up drakbug when automatic startup is disabled (#32292) | Thierry Vignaud | 2007-08-06 | 1 | -1/+4 |
| | |||||
* | move drakroam code in network::drakroam | Olivier Blin | 2007-08-03 | 1 | -343/+4 |
| | |||||
* | move most initialization code in a main sub | Olivier Blin | 2007-08-03 | 1 | -19/+24 |
| | |||||
* | simplify | Olivier Blin | 2007-08-03 | 1 | -3/+1 |
| | |||||
* | move gui stuff in build_drakroam_gui | Olivier Blin | 2007-08-03 | 1 | -81/+84 |
| | |||||
* | move net in droam hash | Olivier Blin | 2007-08-03 | 1 | -8/+8 |
| | |||||
* | move interactive object in droam | Olivier Blin | 2007-08-03 | 1 | -15/+14 |
| | |||||
* | pass droam variable to subs | Olivier Blin | 2007-08-03 | 1 | -36/+60 |
| | |||||
* | group gui initialization | Olivier Blin | 2007-08-03 | 1 | -7/+8 |
| | |||||
* | move $w in $droam->{gui} | Olivier Blin | 2007-08-03 | 1 | -10/+10 |
| | |||||
* | further groupir | Olivier Blin | 2007-08-03 | 1 | -3/+3 |
| | |||||
* | group gui/args/dbus initialization stuff | Olivier Blin | 2007-08-03 | 1 | -57/+57 |
| | |||||
* | move gui items in $droam->{gui} | Olivier Blin | 2007-08-03 | 1 | -39/+36 |
| | |||||
* | remove duplicate initialization | Olivier Blin | 2007-08-03 | 1 | -1/+0 |
| | |||||
* | put $connection and @connections in a droam hash | Olivier Blin | 2007-08-03 | 1 | -75/+75 |
| | |||||
* | do not use local "lib" directory | Olivier Blin | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | move draknetcenter code in network::netcenter | Olivier Blin | 2007-08-03 | 1 | -124/+2 |
| | |||||
* | move code in a main() sub | Olivier Blin | 2007-08-03 | 1 | -14/+18 |
| | |||||
* | use "Help" instead of "Get Online Help" since the doc is local (thanks damsweb) | Olivier Blin | 2007-07-08 | 1 | -1/+1 |
| | |||||
* | fix #30099 (draksambashare bad testing for existing shares) | Antoine Ginies | 2007-05-31 | 1 | -1/+2 |
| | |||||
* | sync with 2007.1 (because of SVN loss)2007.1 | Olivier Blin | 2007-05-25 | 17 | -1935/+2368 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+588 |
| |