RetroShare/retroshare-gui/src/gui/settings
2016-10-29 17:59:03 +02:00
..
AddFileAssociationDialog.cpp
AddFileAssociationDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
AppearancePage.cpp dont set tooltip if enabling updates, set tooltip on save incase of update between click and save 2015-09-02 01:09:39 +01:00
AppearancePage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
AppearancePage.ui add option to disable updates to systray tooltip 2015-09-01 13:43:29 +01:00
ChannelPage.cpp Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
ChannelPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
ChannelPage.ui Added a new setting to channels to enable/disable threaded loading. 2014-08-06 17:41:22 +00:00
ChatPage.cpp Add Chat Load Embedded Images Option like forum and message. 2016-08-13 09:46:31 +02:00
ChatPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
ChatPage.ui Add Chat Load Embedded Images Option like forum and message. 2016-08-13 09:46:31 +02:00
CryptoPage.cpp removed empty #ifdef Q_WS_WIN 2015-06-08 08:50:09 +00:00
CryptoPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
CryptoPage.ui added additional button to show statistics window in settings->node 2015-05-21 11:18:55 +00:00
DirectoriesPage.cpp fixed up GUI parameters in Directories. Removed HashCache duration handles since this is now automatic 2016-09-18 18:34:39 +02:00
DirectoriesPage.h fixed up GUI parameters in Directories. Removed HashCache duration handles since this is now automatic 2016-09-18 18:34:39 +02:00
DirectoriesPage.ui fixed up GUI parameters in Directories. Removed HashCache duration handles since this is now automatic 2016-09-18 18:34:39 +02:00
FileAssociationsPage.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
FileAssociationsPage.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
ForumPage.cpp Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
ForumPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
ForumPage.ui - Added settings page for Posted. 2014-07-24 14:54:23 +00:00
GeneralPage.cpp Add message, when sending arguments to other instance, to disable this 2016-06-14 16:49:18 +02:00
GeneralPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
GeneralPage.ui Allow only one instance for useLocalServer option activated. If exists, 2016-04-06 22:04:53 +02:00
GroupFrameSettingsWidget.cpp Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
GroupFrameSettingsWidget.h Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
GroupFrameSettingsWidget.ui Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
MessagePage.cpp added backend for distant message and distant chat filtering based on contact list 2015-12-25 22:37:06 -05:00
MessagePage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
MessagePage.ui reduced the default width & height 2016-01-23 13:37:08 +01:00
NetworkPage.cpp Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
NetworkPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
NetworkPage.ui Cleaned some ui files. 2012-08-22 13:44:23 +00:00
NewTag.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
NewTag.h Updated GUI to use new Message / Mail interface. 2015-03-22 04:52:53 +00:00
NewTag.ui - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
NotifyPage.cpp Add Case Sensitive option for Lobby Notify. 2016-08-07 19:00:23 +02:00
NotifyPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
NotifyPage.ui Add Case Sensitive option for Lobby Notify. 2016-08-07 19:00:23 +02:00
PeoplePage.cpp simplied/improved reputation system. Now ids can be banned based on their owner node using a single checkbox in the Person tab, with immediate effect 2016-08-04 11:43:35 +02:00
PeoplePage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
PeoplePage.ui simplied/improved reputation system. Now ids can be banned based on their owner node using a single checkbox in the Person tab, with immediate effect 2016-08-04 11:43:35 +02:00
PluginItem.cpp show error string form plugin loading as tooltip in gui (patch from Phenom) 2015-05-25 15:12:20 +00:00
PluginItem.h Added Enable/Disable buttons to PluginItem and a Info Label, instead of a Checkbox. 2012-09-19 15:41:31 +00:00
PluginItem.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
PluginsPage.cpp Hide about button and add better description for unloaded plugins 2015-10-25 11:49:44 +01:00
PluginsPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
PluginsPage.ui reduced the default width & height 2016-01-23 13:37:08 +01:00
PostedPage.cpp Fixed some strings in settings window 2014-12-23 10:37:35 +00:00
PostedPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
PostedPage.ui - Added settings page for Posted. 2014-07-24 14:54:23 +00:00
RelayPage.cpp fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
RelayPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
RelayPage.ui Renamed "Dht" to "DHT". 2012-02-15 20:40:41 +00:00
rsettings.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
rsettings.h profile wasn't saved on first start 2010-06-14 13:32:13 +00:00
rsettingswin.cpp WebUI is now optional but enabled by default at compile time 2016-07-28 14:08:49 +02:00
rsettingswin.h Added new fixes from Phenom (AddFrameListeInsteadOfToolBar_v0.6_7360.patch) 2014-05-10 18:05:18 +00:00
RsharePeerSettings.cpp fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation 2015-11-30 00:02:44 -05:00
RsharePeerSettings.h Removed maximum value from chat lobby participants list. 2015-05-02 00:22:30 +00:00
rsharesettings.cpp Add Chat Load Embedded Images Option like forum and message. 2016-08-13 09:46:31 +02:00
rsharesettings.h Add Chat Load Embedded Images Option like forum and message. 2016-08-13 09:46:31 +02:00
RSPermissionMatrixWidget.cpp fixed permission matrix widget crash 2016-06-18 16:27:15 -04:00
RSPermissionMatrixWidget.h Fixed hide offline friends in ServicePermissionsPage 2015-08-09 22:30:47 +02:00
ServerPage.cpp fixed variable name problem in ServerPage (with no consequences) 2016-07-22 10:06:24 -04:00
ServerPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
ServerPage.ui reduced the default width & height 2016-01-23 13:37:08 +01:00
ServicePermissionsPage.cpp Fix Spelling and Grammar 2015-09-10 10:29:15 +01:00
ServicePermissionsPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
ServicePermissionsPage.ui Fixed layout of the ServicePermissionsPage 2015-08-08 22:46:31 +02:00
settings.ui updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
SoundPage.cpp removed empty #ifdef Q_WS_WIN 2015-06-08 08:50:09 +00:00
SoundPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
SoundPage.ui - Added default sounds (on first start and a new button in sound settings) 2015-06-07 12:40:25 +00:00
TransferPage.cpp added default encryption policy variable and GUI to change it 2016-10-29 17:59:03 +02:00
TransferPage.h added default encryption policy variable and GUI to change it 2016-10-29 17:59:03 +02:00
TransferPage.ui added default encryption policy variable and GUI to change it 2016-10-29 17:59:03 +02:00
WebuiPage.cpp WebUI is now optional but enabled by default at compile time 2016-07-28 14:08:49 +02:00
WebuiPage.h updated settings icons and some missed one 2016-08-27 18:15:13 +02:00
WebuiPage.ui added web interface to retroshare-gui 2015-04-24 14:31:13 +00:00