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
...
|
*
modified the check for carrier signal. on autoUp==true: if no interface is in...
Niklas
2011-10-05
10
-62
/
+205
|
*
tried to solve the timing problem. but failed. it is also enough to test for ...
Niklas
2011-09-29
3
-12
/
+19
|
*
did some refactoring. added a user choice screen which is shown 2 seconds bef...
Niklas
2011-09-29
8
-73
/
+199
|
*
added some more initial parameters
Niklas
2011-09-28
3
-24
/
+12
|
*
added a select field to the manual conf gui. also fixed some bugs in the ip4_...
Niklas
2011-09-28
7
-64
/
+172
|
*
manual config gui added. put the interfaceconfig map into networkDiscovery an...
Niklas
2011-09-27
7
-33
/
+217
|
*
added a new function for manual configuration of an interface including a fun...
Niklas
2011-09-26
3
-8
/
+279
|
*
renamed routemanager to networkmanager
Niklas
2011-09-26
6
-25
/
+28
|
*
added some comments to the new bringInterfaceUpDown function in routemanager(...
Niklas
2011-09-23
1
-1
/
+13
|
*
added a function to the routemanager (which will soon be renamed into networ...
Niklas
2011-09-23
3
-2
/
+55
|
*
renamed the logreceiver to networkdiscovery and deleted the abortbootdialog a...
Niklas
2011-09-23
9
-344
/
+50
|
*
changed the css file for the networkdiscovery. now it looks a bit nicer
Niklas
2011-09-23
2
-109
/
+62
|
*
added some more js functions. abortBootDialog() and chooseInterfaceDialog()
Niklas
2011-09-22
6
-70
/
+140
|
*
the html gui is working now. problem solved: LogReceiver/NetworkDiscovery sta...
Niklas
2011-09-22
8
-109
/
+143
|
*
gui is now html based. still some problems with the jQuery stuff. it does not...
Niklas
2011-09-21
36
-269
/
+2022
|
*
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
[prev]
[next]