remove some files

master
yutent 2022-08-22 16:24:16 +08:00
parent 26f21d097e
commit 8d5118fcf1
4 changed files with 0 additions and 135 deletions

View File

@ -1,4 +0,0 @@
include:
- project: 'xfce/xfce4-dev-tools'
file: '/ci/build_project.yml'

View File

@ -1,4 +0,0 @@
Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
Bernhard Walle <bernhard.walle@gmx.de>
Hendrik Scholz <hscholz@raisdorf.net> (Wormulon code base)
Florian Rivoal <frivoal@xfce.org>

20
COPYING
View File

@ -1,23 +1,3 @@
xfce4-netload-plugin is copyright 2003-2007 Bernhard Walle <bernhard@bwalle.de>
and copyright 2010 Florian Rivoal <frivoal@gmail.com>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
=========
wormulon is copyright (c) 2003 by Hendrik Scholz and licensed
through the GNU General Public License.
slurm is copyright (c) 2002-2003 by Hendrik Scholz and licensed

107
NEWS
View File

@ -1,107 +0,0 @@
1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
Uyghur
1.3.2
=====
- Preferences: Improve spacing (bug #14672)
- Fix stats on some openbsd drivers (bug #13853)
- set a name on the 'text to display' widget so that it can be styled (closes #13906)
- Fix bugs #11477, #12957, #11328
- css styling improvements
- fix autotools warnings
1.3.1
=====
- Set progressbar minimal width and height depending on the orientation (#12941,#12949)
- Apply css on the correct widget class for Gtk 3.16/3.18
- rework the use of GtkCssProvider to use a singleton
- da and oc translation updates
1.3.0
=====
- Fix progress bar grow direction in deskbar and vertical modes
- set progressbar minimal width/height to 4px so that it looks like with gtk+2
1.2.99
=====
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
1.2.4
=====
- Option to show values as bits (bug #9932)
- Reverted "Do not enforce max length for text/device entries (bug #9869)"
- Set iface length name to 32 chars max (#9869)
- 16 languages updated
1.2.3
=====
- Revive commandline.c test program
- Fix unit_names index
1.2.2
=====
- Fix plugin installation path
1.2.1
=====
- Build plugin as a module
- Update build environment
- Only round to 0 digits for KiB/s values (bug #11152)
- Pack progress bars inside event box and hide/show (bug #10258)
- Do not enforce max length for text/device entries (bug #9869)
- Fix stringsize - 1 (bug #9172)
1.2.0
=====
- Some code cleanup and respect the Panel HIG
- Update monitor labels sizes gracefully, bug #8842
- Rectify tooltip information, bug #9089
- Support new panel mode Deskbar, bug #8941
- Drop if_ppp headers, bug #7481
- Reorganize code in monitor_new, setup_monitor and monitor_set_orientation, bug #8917
- Keep colorized values after orientation change, bug #8915
- Fix widget visibility on orientation change, bug #8914
1.1.0
=====
- Add option to show values in panel in addition to the bars, bug #7804
- Format units automatically, bug #8280
- Port to libxfce4ui, bug #7083
- Fix two calls to snprintf, bug #7360
1.0.0
=====
- Fix compatibility with Xfce 4.7+, fixing bug #6466
- Translated in 23 more languages, for a total of 36, 32 of which are fully translations
- Re-license under GPL2 or later
- Add support for GNU/kFreeBSD, fixing bug #3043
- Add support for DragonFly BSD, fixing bug #1456
- Add a Unique icon, Fixing bug #6864
- Upgrade from GtkTooltips to GtkTooltip, fixing bug #5177
- Fix bar colors for some theme engines, fixing bug #1889
- Fix buffer overflow, fixin bug #6026
- Fix sizes to fit better in the panel, and with other plugins
- Build fixes for compatibility with different version of libtool
- Use xfce titled dialog for the options
- Don't report errors if the interface has no IP address yet, fixing bug #1158