moved to gitlab
[psensor.git] / src / main.c
2018-10-19 Jean-Philippe Orsinimoved to gitlab master
2017-02-17 Jean-Philippe OrsiniFixed restoration of the panel divider position.
2017-02-17 Jean-Philippe Orsinirenamed initial_window_show to check_ui_visible.
2017-02-17 Jean-Philippe Orsinihide_on_startup is disabled so the window can be show...
2017-02-05 Jean-Philippe OrsiniFixed: Fresh install of 1.2.0 complains about missing...
2017-02-05 Jean-Philippe OrsiniAdded support of BCM2835 which is mostly used by the...
2016-08-26 Jean-Philippe Orsiniupdated copyright end date to 2016
2016-06-07 Jean-Philippe Orsiniremoved useless local var
2016-06-07 Jean-Philippe Orsiniremoved useless local var and code
2014-11-19 Jean-Philippe Orsinimade layout setting dynamic
2014-11-15 Jean-Philippe Orsinimade count visible setting change dynamic
2014-11-14 Jean-Philippe Orsinimade the setting temperature unit dynamic
2014-10-18 Jean-Philippe OrsiniAdded a default high threshold for temperature
2014-10-18 Jean-Philippe Orsiniavoid local var
2014-10-09 Jean-Philippe Orsiniuse max/min of the sensor for the threshold if not...
2014-09-30 Jean-Philippe Orsiniavoid configuration (color) field in psensor struct
2014-09-29 Jean-Philippe Orsiniremoved useless empty lines
2014-09-29 Jean-Philippe Orsiniremoved useless debug message
2014-09-29 Jean-Philippe Orsiniavoid macro in code
2014-09-29 Jean-Philippe OrsiniMerge branch 'v1.1'
2014-09-29 Jean-Philippe Orsiniavoid macro in code
2014-09-26 Jean-Philippe Orsiniavoid configuration data in psensor struct
2014-09-26 Jean-Philippe Orsiniavoid config in the psensor struct
2014-09-25 Jean-Philippe Orsiniavoid to store configuration in psensor struct
2014-09-24 Jean-Philippe Orsiniavoid to use cpp in code
2014-09-24 Jean-Philippe Orsinistatic func
2014-09-24 Jean-Philippe OrsiniANSI decl
2014-09-24 Jean-Philippe Orsiniavoid to use 0 instead of NULL
2014-09-23 Jean-Philippe Orsiniremoved support of appindicator <3.0
2014-09-23 Jean-Philippe OrsiniAdded tooltip explaining why a setting is not available
2014-09-21 Jean-Philippe Orsiniremoved useless psensor_init|cleanup functions
2014-09-21 Jean-Philippe Orsinifixed hddtemp updated twice
2014-09-20 Jean-Philippe Orsiniuse default colors of the gtk color chooser
2014-09-19 Jean-Philippe Orsiniremoved atasmart option from help
2014-09-19 Jean-Philippe Orsini removed option --use-libatasmart
2014-09-19 Jean-Philippe Orsininormalize code
2014-09-18 Jean-Philippe Orsinienable/disable of lmsensor provider
2014-09-18 Jean-Philippe Orsinimerged cpu and mem sensors code
2014-09-18 Jean-Philippe Orsinido not create sensors for disabled providers
2014-09-17 Jean-Philippe Orsinifixed memory leak
2014-09-17 Jean-Philippe Orsininormalized naming
2014-09-16 Jean-Philippe Orsinifct not exist if udisks2 support not enabled.
2014-09-15 Jean-Philippe Orsiniadded udisks2 support
2014-09-15 Jean-Philippe Orsiniadded support of udisks2 (only init stage)
2014-09-11 Jean-Philippe Orsinistyle
2014-09-11 Jean-Philippe Orsinito grab the list of translators automaticaly from LP....
2014-09-09 Jean-Philippe Orsinifixed nvidia fan values display.
2014-08-24 Jean-Philippe Orsiniget ride of integer representation of the colors, no...
2014-08-23 Jean-Philippe Orsinifixed checking of the thread creation.
2014-08-23 Jean-Philippe Orsiniuse pthread instead of g_thread to avoid the nightmare...
2014-08-18 Jean-Philippe Orsiniadded sensor setting to show/hide in the sensor list...
2014-08-04 Jean-Philippe Orsinienable error checking of mutex, log mutex errors
2014-08-03 Jean-Philippe OrsiniFixed psensor does not start: Attempt to unlock mutex...
2014-06-04 Jean-Philippe Orsiniadded get_psensor_user_dir fct
2014-05-31 Jean-Philippe Orsiniremoved useless double whitespace in copyright.
2014-05-31 Jean-Philippe Orsinifixed default sensor color which was always black.
2014-05-19 Jean-Philippe Orsinifixed typo (celcius/celsius)
2014-02-12 Jean-Philippe Orsiniupdated copyright end date to 2013
2013-09-09 Jean-Philippe Orsini Added calling script when an alarm is raised.
2013-05-13 Jean-Philippe Orsinirenamed enabled => graph_enabled
2013-04-03 Jean-Philippe Orsinistyle
2013-03-30 Jean-Philippe Orsiniremoved compat.h because gtk2 is no more supported...
2013-03-29 Jean-Philippe Orsinicorrectly update sensor row when name/color/graph is...
2013-03-29 Jean-Philippe Orsinidefined sensors box, sensors list and graph widgets...
2013-03-15 Jean-Philippe Orsiniupdated copyright to 2013
2012-10-12 Jean-Philippe Orsiniremoved debug trace
2012-10-06 Jean-Philippe Orsini when 'hide window on startup' is set, it will
2012-09-13 Jean-Philippe OrsiniFixed released of the ref to GtkApp
2012-09-10 Jean-Philippe Orsiniadded slog interval support
2012-09-08 Jean-Philippe Orsinisensors protected by pthread mutex instead of g_mutex
2012-09-07 Jean-Philippe Orsiniinit slog
2012-09-04 Jean-Philippe Orsiniimplemented sensor logging
2012-08-20 Jean-Philippe Orsiniuse log_info fct
2012-07-21 Jean-Philippe Orsinihide sensors in the application indicator
2012-07-16 Jean-Philippe Orsinicode style
2012-07-12 Jean-Philippe Orsinifixed style
2012-07-11 Jean-Philippe Orsinifixed hide window on startup for gnome-shell (Closes...
2012-05-13 Jean-Philippe Orsiniupdated to new checkpatch.pl
2012-05-04 Jean-Philippe Orsinifixed type 'thresold' instead of 'threshold'
2012-04-30 Jean-Philippe Orsinidisplay notification when alert is enabled and not...
2012-04-30 Jean-Philippe Orsiniadded fan alerts support
2012-04-30 Jean-Philippe Orsiniuse log_err instead of fprintf, improved message
2012-04-29 Jean-Philippe Orsinialert when temp < low thresold
2012-04-28 Jean-Philippe Orsinirenamed alarm_limit to alarm_high_thresold
2012-04-25 Jean-Philippe Orsinidocument --new-instance
2012-04-25 Jean-Philippe Orsiniadded log_warn
2012-04-25 Jean-Philippe Orsinidebug msgs
2012-04-25 Jean-Philippe Orsinicolor is a unsigned int not a float
2012-04-25 Jean-Philippe Orsinimoved 'associate fcts' to create sensors list fct
2012-04-25 Jean-Philippe Orsiniremoved config_init. config_load initializes automatica...
2012-04-25 Jean-Philippe Orsinicode style
2012-04-25 Jean-Philippe Orsinimove sensors list creation to a separate fct
2012-04-25 Jean-Philippe Orsiniput cleanup stuff into a separate fct
2012-04-25 Jean-Philippe Orsinifct renaming
2012-04-25 Jean-Philippe Orsiniprotect from concurent measure update
2012-04-25 Jean-Philippe Orsinisensors list can be modified in a future release, prote...
2012-04-25 Jean-Philippe Orsinirevert
2012-04-25 Jean-Philippe Orsinitry to display tray bar icon
2012-04-24 Jean-Philippe Orsiniimplemented the psensor uniquess, non-primary psensor
2012-04-17 Jean-Philippe Orsini fixed memory leak (sensor name when specified by the
next