summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* pass some missing variablesOlivier Blin2008-03-141-1/+1
|
* move --skip-wizard part in new network::drakconnect::editOlivier Blin2008-03-141-529/+4
|
* move --del part in new network::drakconnect::deleteOlivier Blin2008-03-141-59/+4
|
* - split --internet part in network::drakconnect::globalOlivier Blin2008-03-141-108/+6
| | | | | - move common function in network::drakconnect
* remove non-working --install optionOlivier Blin2008-03-141-4/+0
|
* split drakconnect-oldOlivier Blin2008-03-142-292/+318
|
* remove old commentOlivier Blin2008-03-141-1/+0
|
* use "Set up a new network interface (LAN, ISDN, ADSL, ...)" in drakconnect ↵Olivier Blin2008-03-141-1/+1
| | | | (probably unused)
* add bannerOlivier Blin2008-03-051-9/+15
|
* better phrasing (do not read Attack when it can be a simple notification)Olivier Blin2008-03-041-2/+2
|
* add support for "new connection" messagesOlivier Blin2008-03-041-7/+13
|
* add title in wait messagesOlivier Blin2008-02-261-2/+2
|
* make sure not to run timers after quitting the main loop (#37635)Thierry Vignaud2008-02-221-1/+4
|
* make sure widgets got realized before any event callback is called (#36537)Thierry Vignaud2008-02-221-0/+3
|
* make expose_event callback more robust (#36537)Thierry Vignaud2008-02-221-0/+1
|
* - start a wizard to configure server at first launchAntoine Ginies2008-02-201-24/+15
| | | | | - fix exiting printer/server wizard configuration issue in MCC
* translate "Advanced options"Olivier Blin2007-11-121-1/+1
|
* add host allow optionAntoine Ginies2007-10-301-3/+10
|
* fix typo, fix inherit permission problem, re-order some share optionsAntoine Ginies2007-10-291-7/+7
|
* add an Help menuAntoine Ginies2007-10-261-0/+6
|
* fix wizard bugAntoine Ginies2007-10-261-9/+11
|
* only display share name, directory and comment (try to improve GUI #27339)Antoine Ginies2007-10-261-24/+56
|
* add security options, fix list problem, fix default PDC configurationAntoine Ginies2007-10-261-15/+18
|
* add a wizard to configure a PDC or a standalone Samba serverAntoine Ginies2007-10-261-4/+206
|
* net_applet/drakroam/draknetcenter: list current network on top of network listOlivier Blin2007-10-051-1/+1
|
* fix typo /o\Olivier Blin2007-09-281-1/+1
|
* check for draknetcenter/drakroam instances of root, not userOlivier Blin2007-09-281-4/+5
|
* do not allow to run multiple draknetcenter (#34276)Olivier Blin2007-09-281-1/+1
|
* remove unused variableOlivier Blin2007-09-251-1/+0
|
* fix prototypeOlivier Blin2007-09-251-2/+1
|
* run net center instead of simple menu on left clickOlivier Blin2007-09-251-2/+7
|
* (draw_monitor) fix crash (#33023)Thierry Vignaud2007-09-241-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 messOlivier Blin2007-09-193-3/+3
|
* update status icon on connection changeOlivier Blin2007-09-193-3/+3
|
* update connection status on dbus eventOlivier Blin2007-09-191-1/+3
|
* use new connected/disconnected/unconfigured iconsOlivier Blin2007-09-191-10/+5
|
* rename notconfigured as unconfiguredOlivier Blin2007-09-131-5/+5
|
* use translations in draknfs/draksambashare (#33221)Olivier Blin2007-09-102-0/+6
|
* do not hardcode icon extension and pathOlivier Blin2007-09-105-12/+12
|
* really use window iconOlivier Blin2007-09-101-2/+2
|
* always show interfaces in left-click menuOlivier Blin2007-08-211-3/+4
|
* do not show empty menusOlivier Blin2007-08-211-1/+3
|
* require to be rootOlivier Blin2007-08-201-1/+1
|
* revert unwanted commitOlivier Blin2007-08-091-1/+1
|
* move connection management code of drakroam in new network::connection_managerOlivier Blin2007-08-091-1/+1
|
* reorganize to share pixbufs in draknetcenterOlivier Blin2007-08-091-1/+7
|
* - add subtree_check optionNicolas Vigier2007-08-081-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 Vigier2007-08-081-1/+1
|
* use exit instead of return as we're not in a subroutineNicolas Vigier2007-08-081-1/+1
|
* - fix path for do_pkgs->ensure_is_installed : /sbin/rpc.statdNicolas Vigier2007-08-081-2/+2
| | | | | | | is from nfs-utils-client package, not nfs-utils - nfs service was renamed to nfs-server for 2008.0