From 985a9280eeec742f23d3cc5db7db9d534a533fbe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Jan 2024 00:41:32 -0500 Subject: accidentally imported too much stuff. --- inst/usr/bin/hcalc | Bin 122384 -> 0 bytes inst/usr/doc/blah/CHANGES | 37 ---------------------- inst/usr/doc/blah/README | 27 ---------------- inst/usr/doc/blah/TODO | 1 - inst/usr/man/man1/hcalc.1.gz | Bin 2815 -> 0 bytes inst/usr/share/applications/hcalc.desktop | 10 ------ inst/usr/share/icons/hicolor/16x16/apps/hcalc.png | Bin 1398 -> 0 bytes inst/usr/share/icons/hicolor/22x22/apps/hcalc.png | Bin 1427 -> 0 bytes inst/usr/share/icons/hicolor/32x32/apps/hcalc.png | Bin 1508 -> 0 bytes inst/usr/share/icons/hicolor/48x48/apps/hcalc.png | Bin 1624 -> 0 bytes inst/usr/share/icons/hicolor/64x64/apps/hcalc.png | Bin 1505 -> 0 bytes 11 files changed, 75 deletions(-) delete mode 100755 inst/usr/bin/hcalc delete mode 100644 inst/usr/doc/blah/CHANGES delete mode 100644 inst/usr/doc/blah/README delete mode 100644 inst/usr/doc/blah/TODO delete mode 100644 inst/usr/man/man1/hcalc.1.gz delete mode 100644 inst/usr/share/applications/hcalc.desktop delete mode 100644 inst/usr/share/icons/hicolor/16x16/apps/hcalc.png delete mode 100644 inst/usr/share/icons/hicolor/22x22/apps/hcalc.png delete mode 100644 inst/usr/share/icons/hicolor/32x32/apps/hcalc.png delete mode 100644 inst/usr/share/icons/hicolor/48x48/apps/hcalc.png delete mode 100644 inst/usr/share/icons/hicolor/64x64/apps/hcalc.png (limited to 'inst/usr') diff --git a/inst/usr/bin/hcalc b/inst/usr/bin/hcalc deleted file mode 100755 index b9168f3..0000000 Binary files a/inst/usr/bin/hcalc and /dev/null differ diff --git a/inst/usr/doc/blah/CHANGES b/inst/usr/doc/blah/CHANGES deleted file mode 100644 index 7cddba0..0000000 --- a/inst/usr/doc/blah/CHANGES +++ /dev/null @@ -1,37 +0,0 @@ -Version 1.2u1, 2024/01/02: --------------------------- -- Support original size (125x147), 2x (250x294), and 4x (500x588). -- Recreate the 250x294 graphics by resizing without interpolation, - to give a "crisp and pixellated" look rather than blurry. -- Change the build system back to make. This project is so simple - that I don't see any benefit in using cmake. -- Add icons and .desktop files. -- Tell the window manager not to allow resizing the window. The - app can't resize anyway, so trying to make the window bigger just - results in a confusing mess. Making it smaller works, but parts - of the UI get cut off so it's unusable. Probably, tiling window - managers will ignore this (not much I can do about that). -- Fix a few -Wall warnings. -- Fix a segfaulting bug. To reproduce, start up the old hcalc and - press Backspace 6 times (or so; eventually it will crash). -- Add command-line options to control the window size (-small -medium - -large). -- Add command line options to control the starting number base (-hex, - -dec, etc). -- Add a man page. There was no documentation at all. -- Change "q" to quit, to uppercase Q or control-Q. I kept exiting when - trying to type a 1. -- Get rid of ^C = quit keystroke. -- Add ^C and ^V keystrokes for copy and paste. Now hcalc is fully - functional without using the mouse. -- Add modulus operation. % key, or right-click on / button. -- Add C as a synonym for Escape (CLR key). -- Add Delete as a synonym for backspace (DEL key). -- Fix a bug: stop allowing hex digits a-f when in decimal mode. -- Add ~/.hcalc.cfg, which holds the state of hcalc. Written on exit, - read on startup. Also add -default arg, to prevent reading this. -- Add -quiet option to silence the X bell. -- Allow changing the window size while running (toggle between the 3 - sizes). -- Add a 'make install' target, which will install the binary, icons, - man page, and .desktop file (with DESTDIR support for packagers). diff --git a/inst/usr/doc/blah/README b/inst/usr/doc/blah/README deleted file mode 100644 index be32bfd..0000000 --- a/inst/usr/doc/blah/README +++ /dev/null @@ -1,27 +0,0 @@ -README for Urchlay's fork of hcalc ----------------------------------- - -This is a fork of hcalc with some fixes and enhancements. - -Original hcalc is by DJ Delorie, and can be found here: -https://www.delorie.com/store/hcalc/ -This version dates back to the late 90s, when computer monitors had -lower resolution. It uses a 125x147 window, which is pretty small and -hard to read on a modern display (particularly a 4K one). It's also -harder to click on the tiny buttons. - -Sometime around 2007, Theodore Kilgore forked hcalc and made some -changes: -- Increase the application's window size by 2x (from 125x147 - to 250x294). This helps some with modern displays. -- Make the window manager's close button work. -- Change the build system from make to cmake. -- Add a copy of the GPL as COPYING, since the original version - doesn't have it (though the site states that it's GPL). -This was released as hcalc-1.2, and can be found here: -https://github.com/jlec/hcalc/ -Also, this is the version packaged by Gentoo. - -In 2024, I (B. Watson, urchlay@slackware.uk) have made many further -changes. See CHANGES for the list. See the man page for full -documentation (something that was lacking in the previous releases). diff --git a/inst/usr/doc/blah/TODO b/inst/usr/doc/blah/TODO deleted file mode 100644 index d60c774..0000000 --- a/inst/usr/doc/blah/TODO +++ /dev/null @@ -1 +0,0 @@ -- Cleaner way of switching window sizes at runtime. diff --git a/inst/usr/man/man1/hcalc.1.gz b/inst/usr/man/man1/hcalc.1.gz deleted file mode 100644 index be7586d..0000000 Binary files a/inst/usr/man/man1/hcalc.1.gz and /dev/null differ diff --git a/inst/usr/share/applications/hcalc.desktop b/inst/usr/share/applications/hcalc.desktop deleted file mode 100644 index 10232fe..0000000 --- a/inst/usr/share/applications/hcalc.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=HCalc -Comment=Hex Calculator -Exec=hcalc -Icon=hcalc -Terminal=false -StartupNotify=false -Categories=Science;Math diff --git a/inst/usr/share/icons/hicolor/16x16/apps/hcalc.png b/inst/usr/share/icons/hicolor/16x16/apps/hcalc.png deleted file mode 100644 index 9642bef..0000000 Binary files a/inst/usr/share/icons/hicolor/16x16/apps/hcalc.png and /dev/null differ diff --git a/inst/usr/share/icons/hicolor/22x22/apps/hcalc.png b/inst/usr/share/icons/hicolor/22x22/apps/hcalc.png deleted file mode 100644 index e1af156..0000000 Binary files a/inst/usr/share/icons/hicolor/22x22/apps/hcalc.png and /dev/null differ diff --git a/inst/usr/share/icons/hicolor/32x32/apps/hcalc.png b/inst/usr/share/icons/hicolor/32x32/apps/hcalc.png deleted file mode 100644 index 184643f..0000000 Binary files a/inst/usr/share/icons/hicolor/32x32/apps/hcalc.png and /dev/null differ diff --git a/inst/usr/share/icons/hicolor/48x48/apps/hcalc.png b/inst/usr/share/icons/hicolor/48x48/apps/hcalc.png deleted file mode 100644 index 952df95..0000000 Binary files a/inst/usr/share/icons/hicolor/48x48/apps/hcalc.png and /dev/null differ diff --git a/inst/usr/share/icons/hicolor/64x64/apps/hcalc.png b/inst/usr/share/icons/hicolor/64x64/apps/hcalc.png deleted file mode 100644 index a6b1922..0000000 Binary files a/inst/usr/share/icons/hicolor/64x64/apps/hcalc.png and /dev/null differ -- cgit v1.2.3