| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Detect the presence of PolKit on configuration | Sebastien Braun | 2010-10-06 | 2 | -0/+25 |
| | | | | | | | When no PolKit is installed, the program gets built without support for it. This can be overriden by specifying -DENABLE_POLKIT=ON on the cmake command line. | ||||
| * | Fix deletion order bug | Sebastien Braun | 2010-10-06 | 3 | -2/+15 |
| | | | | | | | PVSCheckPrivileges::instance() is statically allocated. When it is deleted, the QCoreApplication is already gone (since it is stack- allocated), and the destructor of QFileSystemWatcher waits forever. | ||||
| * | Refactor signal handling in pvsprivinputd | Sebastien Braun | 2010-10-06 | 6 | -18/+155 |
| | | | | | | Only use one socketpair and delegate the actual decision of what to do when a specific signal is received to a special object. | ||||
| * | Implement administratively configured user privileges | Sebastien Braun | 2010-10-06 | 3 | -3/+178 |
| | | | | | | | The administrator can set a list of users and a list of groups to see as privileged. This list is reloaded whenever the configuration file changes, or changes to the user/group database are detected. | ||||
| * | Change location of pvsprivinputd.conf to /etc/ | Sebastien Braun | 2010-10-06 | 2 | -2/+34 |
| | | | | | | Also centralize the knowledge of that location so that it lives in one place only. | ||||
| * | Fix typo that prevents correct compilation when XInput2.h is present | Sebastien Braun | 2010-10-06 | 1 | -1/+1 |
| | | |||||
| * | Merge remote branch 'openslx/mcastft' into input | Sebastien Braun | 2010-10-06 | 73 | -1381/+5370 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt i18n/pvs_ar_JO.ts i18n/pvs_de_DE.ts i18n/pvs_es_MX.ts i18n/pvs_fr_FR.ts i18n/pvs_pl_PL.ts i18n/pvsmgr_ar_JO.ts i18n/pvsmgr_de_DE.ts i18n/pvsmgr_es_MX.ts i18n/pvsmgr_fr_FR.ts i18n/pvsmgr_pl_PL.ts icons/README pvsmgr.qrc src/gui/mainWindow.cpp src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/util/clientGUIUtils.h | ||||
| | * | Merge remote branch 'openslx/master' into mcastft | Sebastien Braun | 2010-10-05 | 37 | -1364/+1391 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt pvsmgr.qrc src/gui/clientConfigDialog.cpp src/gui/mainWindow.cpp src/gui/ui/mainwindow.ui src/gui/ui/mainwindowtouch.ui src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/pvsgui.cpp | ||||
| | | * | [PVSGUI] parsing cmdargs fixed | root | 2010-09-29 | 1 | -1/+1 |
| | | | | |||||
| | | * | [PVSGUI] smaler toolbar | jjl | 2010-09-29 | 2 | -14/+3![]() |
| | | | | |||||
| | | * | [PVSGUI] set toolbar position via cmd-switch | jjl | 2010-09-29 | 3 | -58/+89 |
| | | | | |||||
| | | * | [PVSGUI] restart pvs daemon on startup | jjl | 2010-09-23 | 2 | -2/+7 |
| | | | | |||||
| | | * | [PVSGUI] Only one instance should be allowed now | jjl | 2010-09-23 | 2 | -1/+9 |
| | | | | |||||
| | | * | [PVSGUI] Turn on/off toolbar via menu and cmd-switch (pvsgui -h) | jjl | 2010-09-22 | 2 | -1/+48 |
| | | | | |||||
| | | * | [PVSGUI] always construct QSystemTrayIcon, even if systray is not available | jjl | 2010-09-22 | 1 | -10/+4![]() |
| | | | | |||||
| | | * | pvsgui autostart | jjl | 2010-09-21 | 1 | -32/+4![]() |
| | | | | |||||
| | | * | All printf() replaced with qDebug() | Johann Latocha | 2010-09-01 | 14 | -47/+45![]() |
| | | | | |||||
| | | * | Missing return statement | Johann Latocha | 2010-08-30 | 1 | -1/+1 |
| | | | | |||||
| | | * | Defect #644 and cleanout some old code | Johann Latocha | 2010-08-30 | 7 | -335/+29![]() |
| | | | | |||||
| | | * | PVS output errors fixed | Johann Latocha | 2010-08-30 | 2 | -9/+6![]() |
| | | | | |||||
| | | * | Bug fixed: create config-dir | Johann Latocha | 2010-08-29 | 3 | -0/+10 |
| | | | | |||||
| | | * | Feature #633 | Johann Latocha | 2010-08-29 | 4 | -1/+11 |
| | | | | |||||
| | | * | More debugout and icon bug fixed | Johann Latocha | 2010-08-28 | 1 | -0/+3 |
| | | | | |||||
| | | * | Enhancement #587 | Johann Latocha | 2010-08-28 | 10 | -102/+88![]() |
| | | | | |||||
| | | * | Some refactoring | Johann Latocha | 2010-08-26 | 2 | -9/+5![]() |
| | | | | |||||
| | | * | Defect #746 | Johann Latocha | 2010-08-26 | 2 | -3/+18 |
| | | | | |||||
| | | * | Anpassungen fuer Win32-build. | Alexander Hoppe | 2010-08-03 | 10 | -54/+317 |
| | | | | | | | | | | | | | | | | | | | | | | Aufspaltung der ClientGUIUtils in 2 Versionen Anpassungen des HomeDir Alle Aenderungen sollten unschaedlich fuer den Linux-build-Prozess sein. | ||||
| | | * | Merge branch 'master' of openslx.org:pvs | Fabian Schillinger | 2010-07-10 | 7 | -112/+76![]() |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: i18n/pvs_ar_JO.ts i18n/pvs_de_DE.ts i18n/pvs_es_MX.ts i18n/pvs_fr_FR.ts i18n/pvs_pl_PL.ts | ||||
| | | | * | Configuration by pvs via D-Bus. Old .allow ist now deprecated, config file: ↵ | Johann Latocha | 2010-07-10 | 7 | -112/+76![]() |
| | | | | | | | | | | | | | | | | | .config/openslx/pvs.conf | ||||
| | | * | | Inserted some Buttons in GUI and TouchGUI and modified handling of commands ↵ | Fabian Schillinger | 2010-07-10 | 5 | -649/+721 |
| | | |/ | | | | | | | | | | | | | | | | in pvs.cpp for later remote Command/Process enhancement | ||||
| | | * | Revoke Fabians changes. | Johann Latocha | 2010-07-10 | 15 | -135/+30![]() |
| | | | | |||||
| | | * | first commit to test git | Fabian Schillinger | 2010-07-09 | 15 | -30/+135 |
| | | | | |||||
| | * | | Fix SIGSEGV-generating lookup bug when incoming multicast transfers are retried | Sebastien Braun | 2010-10-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Delete received file when user cancels rename. | Sebastien Braun | 2010-10-05 | 1 | -2/+9 |
| | | | | |||||
| | * | | Fix SIGSEGV when address info cannot be parsed. | Sebastien Braun | 2010-10-05 | 1 | -0/+1 |
| | | | | |||||
| | * | | Whitespace fix | Sebastien Braun | 2010-10-05 | 1 | -2/+0![]() |
| | | | | |||||
| | * | | Fix OpenPGM error handling bug resulting in spurious warnings and/or memory ↵ | Sebastien Braun | 2010-10-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | leaks. | ||||
| | * | | Remove system-dependent interface enumeration code and introduce proper | Sebastien Braun | 2010-10-05 | 4 | -49/+124 |
| | | | | | | | | | | | | | Model-View portable code in its stead. | ||||
| | * | | Implement Network-wide Configuration Interface for Multicast File Transfer | Sebastien Braun | 2010-10-05 | 12 | -2/+552 |
| | | | | |||||
| | * | | Assorted Multicast Fixes: | Sebastien Braun | 2010-10-03 | 7 | -93/+156 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade bundled OpenPGM to SVN r1135 - Timing fixes: Make all rate-limited and timer-pending operation wait for at least 1ms to avoid busy-waiting - No distinction between sending and receiving sockets when setting up socket options (Receivers need to be able to send anyway when using PGMCC). - Switch from fixed-rate transmission to using PGMCC for congestion control. - Remove some obnoxious debugging outputs - Some white space fixes - Introduce a short waiting time before actually starting file transmission in order to allow enough SPM messages to be sent so that receivers can initialize properly. - Fix MCASTFTANNOUNCE message to include full file name instead of basename. - Fix generateMcastTransferID in order to gather more random IDs. PVSGUI may become confused if transfer IDs are reused. - Properly dispose of clientFileReceiveDialog when multicast transfer is finished. - Properly display transfer size in clientFileReceiveDialog | ||||
| | * | | Make PGM interface configurable | Sebastien Braun | 2010-08-04 | 6 | -5/+134 |
| | | | | |||||
| | * | | Fix a bug where transfer IDs would linger in the pvs daemon's data ↵ | Sebastien Braun | 2010-08-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | structures after cancellation. | ||||
| | * | | Implement GUI for receiving incoming multicast transfers | Sebastien Braun | 2010-08-04 | 9 | -29/+154 |
| | | | | |||||
| | * | | Forward MCASTFTANNOUNCE and MCASTFTRETRY messages in pvsmgr and pvsmgrtouch. | Sebastien Braun | 2010-07-19 | 1 | -0/+19 |
| | | | | |||||
| | * | | McastConfiguration's copy constructor should allow specifying a parent QObject | Sebastien Braun | 2010-07-19 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix parsing of incoming MCASTFTRETRY messages | Sebastien Braun | 2010-07-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Implement initial multicast receive functionality in PVS daemon | Sebastien Braun | 2010-07-19 | 6 | -6/+349 |
| | | | | |||||
| | * | | Remember to delete outgoing transfers when they are finished or failed | Sebastien Braun | 2010-07-17 | 2 | -0/+14 |
| | | | | |||||
| | * | | Implement --no-fork/-F command line argument for pvs | Sebastien Braun | 2010-07-17 | 1 | -38/+59 |
| | | | | |||||
| | * | | Fix License header for McastConfiguration.cpp | Sebastien Braun | 2010-07-17 | 1 | -5/+14 |
| | | | | |||||

