[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] branch master created (now 9fe171d)
noreply at xfce.org
noreply at xfce.org
Thu Nov 27 22:20:05 CET 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a change to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
at 9fe171d Update links to point to new XFCE4 home
This branch includes the following new commits:
new 78549be Create gitignore
new 94a6a9b Initial import
new 31eae2a Improved gitignore
new b76c7b8 Initial porting to XFCE4 and away from GConf - extremely buggy pre-compile state
new aef643f Move old main.cpp out of the way
new da6aaae Build system: Fix gitignore to allow for input files
new e435786 Build system redone, many fixes to compile, GPLv2+->v3+, applet now appears in XFCE4s Add Items
new 855d78e Further function fixes to resolve all symbols
new 547af78 Setup configure.ac to compile C code as well so that the plugin registration code is included
new 13ffc4f Return to explicit memory management of the applet instance, dont know what Im doing here
new 5cceb49 Experiment to see if failing Gtk::Main instantiation is needed at all
new fd0cc39 Improve comments
new 1627b13 Properly deal with no configuration in Applet::find_empty_monitor_dir
new 5c59888 Properly deal with no configuration file and defaults in various classes
new 3bf8227 Fix settings definitions and TextView::do_update font_name -> font
new 1026214 Only change viewer type in preferences-window.cpp when the radiobutton is active
new 45ec76d Only close XFCE4 settings file if one was opened in Applet constructor
new 81abf7d Finally properly add the Gtk widget to the panel
new 3e967b1 Some debug code
new 8b1bca3 Loop properly over groups in settings file
new 25617ec CanvasView size is maintained in applet - dont try to reread it from the config on every do_update...
new 0c6b858 Curve color should be determined when instantiated in CurveView::do_attach and maintained in its class
new 8ae4c79 Viewer size is now properly set
new dae540c Viewer size maintained in applet, now set correctly on startup and maintained during runtime
new 5672dcf XFCE4 rc file handling: Ensure that the default settings group is in focus for general settings
new fb1194a Actually set viewer_size, and enforce exact size request
new 3c12cb9 Cleanup
new fe2dd0a Reconnect viewer type changes in preferences dialog to actual changing code
new 506cd40 Remove redundant viewer_size save in Applet::set_viewer_size
new de60c1f Cleanup last gconf hook TODOs, remove superfluous TextView fontname lookup and save
new 3c657a4 Remove buggy macro from configure.ac
new e21fd6c Remove GNOMEICONDIR from build system
new a7ba3dc Add copyright to all files that I changed according to diff
new c842e55 Add note to main.cpp.old
new 75fbe6d PreferencesWindow::on_selection_changed default color should be fine, all monitors should have a set colour anyway
new b85e3b8 Remove superfluous initial int argument in viewer functions
new 2e78693 Remove dynamic orientation code - not needed
new b23fc3d You dont need to use void pointers to pass Applet* in a gcallback
new 50e16dc Resizing code finished for now
new 117c9e8 For *View specialised classes, move color determination to do_attach methods
new 488fe72 Save curve viewer_type in the config file default group
new 28473d1 Properly deal with orientation in Applet::set_viewer_size
new 70d8fc7 Save background_color in the default settings group
new 0c55b18 Properly implement use background color and background color settings
new e760709 Cleanup all tabs - convert to spaces (which seems to be this codebases default indentation
new 8df8548 Cleanup build files
new 15692bf Replace GNOME autogen script with generic buildconf script
new 8a11c49 Version 1.4.4
new 18c6353 Update README to mention autogen.sh
new 7e6df30 Addition of fixed_max() to monitors, CurveView now scales directly with plotted data
new 72b8ae9 Cleanup
new ca8f996 Add autogen prerequisites to README
new 4f7535e Build system: Reduce automake minimum version to 1.11.6
new d28b946 Report on failure of nice command - avoids compilation warning
new 88573d2 Rename font_name variables/methods to reflect the fact its not just the name but includes the size
new 50d1457 Tidyup
new 2a9abb5 Fix overwriting saved text viewer font and size when preferences dialog is shown
new 494bc78 Update copyright years
new 7562057 Update email address
new 9d8f0ae Version 1.4.5
new dca3971 Remove custom CXXFLAGS flags from build system
new 6d66841 Remove deleted file from POTFILES.in
new 74243ec Initial introduction of Debian packaging files - does not work
new 67d52b3 Remove unneeded rules override?
new d3354b5 Initial addition to changelog
new 68106b1 libtool.m4 update?
new 202c77b Removal of obsolete file from POTFILES.in
new e782a3a Addition of missing translatable files to POTFILES.in
new 12b4101 Convert intltool symlinks to copies to satisfy lintian source-contains-unsafe-symlink
new 4c94da2 Update copyright to v1 machine readable format
new 21facd5 Remove generated la files
new c20ec88 License typo
new 2920076 Update rules to latest example
new eda4d40 Updating linker flags, adding comments
new f958e84 Remove pointless dh_auto_configure override - static compilation is already disabled in configure.ac
new 98cc312 Fix reported verison in configure.ac
new 263d65d Rename shared object file so that debhelper doesnt treat it as a public library, solving pkg-has-shlibs-control-file-but-no-actual-shared-libs
new 913335b Update to latest standards version - no change needed
new 93ce022 Update another copyright notice
new af27382 BREAKING CHANGE: Renaming project to appropriate XFCE4 plugin name, removal of dash in so name
new aaf66bc Actually add proper XFCE4 build dependencies...
new 1a3c974 Change name from Omega Weapon to OmegaPhil to be consistent
new 951cf43 Ensure that max_value is initialised
new 73de1f9 Fix pixmap path
new c2875ae Don't hardcode icon png name in Makefile.am
new 20beb4c Do not distribute the desktop file directly but the desktop.in - otherwise pot building fails
new e7a9a67 Script to allow users to maintain configuration when upgrading to v1.4.6
new 78b2509 Add lintian overrides for invalid warnings, update email address
new b668770 Version 1.4.6
new 85472ea Add 32bit lib path to lintian hardening-no-fortify-functions override
new b5196cf Make hardening-no-fortify-functions lintian override architecture-specific
new 6b90985 Correct debian changelog day name
new 00f38d0 Update Debian packaging standard version
new ecb05b5 Update README
new fcccb4f Manual linebreaks in NEWS and Changelog for readers without wordwrapping
new 9fe171d Update links to point to new XFCE4 home
The 96 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list