index
:
openslx-ng/fbgui.git
master
Qt based frontend for selecting and executing diskless systems.
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
the checkConnectivity method is working now. we use the rtnl functions of the...
Niklas
2011-09-20
6
-198
/
+86
|
*
solved the stupid mistake. just forgot to add an additional header file. rtnl...
Niklas
2011-09-19
3
-0
/
+13
|
*
routmanager doRoute: changed the retun value in case of an error to -1
Niklas
2011-09-19
1
-2
/
+2
|
*
added a new version of the routemanager. now the delRoute and addRoute is wor...
Niklas
2011-09-19
5
-14
/
+241
|
*
remove another build dir
Sebastian Schmelzer
2011-09-06
39
-3602
/
+0
|
*
remove Debug
Sebastian Schmelzer
2011-09-06
21
-405
/
+1
|
*
no build dirs in git
Sebastian Schmelzer
2011-09-06
39
-14389
/
+2
|
*
Merge branch 'master' of openslx.org:lsfks/projekte/fbgui
Sebastian Schmelzer
2011-09-06
21
-3510
/
+253
|
|
\
|
|
*
some changes in the cmakelist file. only added and again removed the same stu...
Niklas
2011-09-06
21
-3510
/
+253
|
*
|
fix cmake stuff
Sebastian Schmelzer
2011-09-06
3
-14
/
+16
|
|
/
|
*
add requirement for qt 4.7
Sebastian Schmelzer
2011-09-06
1
-1
/
+2
|
*
fix cmake includes
Sebastian Schmelzer
2011-09-06
1
-1
/
+1
|
*
transfer
Sebastian Schmelzer
2011-09-06
2
-8
/
+12
|
*
add version.h
Niklas
2011-09-06
1
-0
/
+1
|
*
fix gitignore
Sebastian Schmelzer
2011-09-06
1
-1
/
+1
|
*
fix compile errors
Sebastian Schmelzer
2011-09-06
3
-7
/
+21
|
*
latest version of all files. cmake still doesn't work
Niklas
2011-09-06
31
-740
/
+4140
|
*
finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c...
Niklas
2011-09-05
21
-524
/
+281
|
*
tried to manage cmake but failed. also tried to add the del_route() method of...
Niklas
2011-09-05
107
-216
/
+17668
|
*
added a new container class which holds config informations about an interfac...
Niklas
2011-09-02
13
-113
/
+368
|
*
just minor changes. deltions of unuseful comments
Niklas
2011-09-02
5
-24
/
+2
|
*
fix message loss
Sebastian Schmelzer
2011-09-01
7
-13
/
+43
|
*
some comments to the LogReceiver methods
Niklas
2011-09-01
1
-0
/
+34
|
*
some comments to the LogReceiver methods
Niklas
2011-09-01
1
-2
/
+53
|
*
we tried some fixes for the messge loss problem, but we failed. Sebastian wil...
Niklas
2011-09-01
4
-7
/
+8
|
*
bigger changes in the checkConnectivity method. using now route command to de...
Niklas
2011-09-01
12
-20
/
+200
|
*
tried to clean the git. deleted old unused files and folders. moved customdhc...
Niklas
2011-09-01
122
-8088
/
+0
|
*
some minor changes
Niklas
2011-09-01
4
-2
/
+17
|
*
changed sleep(1) to usleep(500) after every send to socket in logwriter.c Ma...
Niklas
2011-08-30
5
-98
/
+115
|
*
added check for file existens. renamed the dhcpcd bin to customdhcpcd. tempo...
Niklas
2011-08-30
7
-11
/
+49
|
*
tried to fix the message loss problem, but failed. TODO: debug and socket sni...
Niklas
2011-08-29
4
-27
/
+1
|
*
added makefiles
Niklas
2011-08-29
31
-30
/
+1221
|
*
added to dialogs. one for the critical error case (abot boot dialog), one for...
Niklas
2011-08-24
10
-14
/
+421
|
*
added a additional status label and some signals
Niklas
2011-08-22
6
-119
/
+122
|
*
changed code order. added new signals
Niklas
2011-08-19
4
-150
/
+163
|
*
added internet test. each configured interface will be tested if it is possib...
Niklas
2011-08-18
3
-29
/
+57
|
*
new function for checkInternetConnection, check with sessions for each config...
Niklas
2011-08-16
3
-3
/
+25
|
*
added some log statements to the dhcpcd client. But unfortunately it seems th...
Niklas
2011-08-01
11
-103
/
+128
|
*
seperation of logic and gui completed.
Niklas
2011-08-01
7
-57
/
+70
|
*
better version of the logwriter.c and started to devide gui and logic
Niklas
2011-07-28
11
-150
/
+304
|
*
log messages are delivered to qt app.
Niklas
2011-07-21
8
-22
/
+58
|
*
configuration of more than one interface is working. Both progressbars are up...
Niklas
2011-07-20
3
-9
/
+12
|
*
added the blacklist function
Niklas
2011-07-20
3
-5
/
+15
|
*
made a small gui. Interfac names and progressbars will be added dynamicaly.
Niklas
2011-07-18
5
-98
/
+124
|
*
customdhcpcd is now compiling and can communicate with the LogReceiver
Niklas
2011-07-14
9
-81
/
+454
|
*
multiple clients possible. inserted something into _send_message
Niklas
2011-07-13
8
-38
/
+123
|
*
added the custom dhcpcd client to git.
Niklas
2011-07-11
42
-0
/
+7862
|
*
updated the LogReceiver and LogWriter. we are now able to send and receive St...
Niklas
2011-07-11
11
-63
/
+205
|
*
added the two tryout with a qt LogReceiver and a c code client
Niklas
2011-07-06
12
-0
/
+330
|
*
new funtions for the networkDiscovery class.
Niklas
2011-06-29
16
-788
/
+355
[prev]
[next]