Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2108e2cf15 | |||
| 8290870f06 | |||
| 9b970804fc | |||
| 2a789e30f8 | |||
| e619699660 | |||
| f7e35652a9 | |||
| d5fb872518 | |||
| 13d4047fe1 | |||
| 4f2de8a92c | |||
| 34b72ca384 | |||
| 4a0185df53 | |||
| cb2f687a6b | |||
| 0631c55c0f | |||
| caee5291ff | |||
| 9cc418c68f | |||
| 52096c0d63 | |||
| 33525a8c1d | |||
| da74709433 | |||
| d3e14c63c0 | |||
| 8e272c0bd8 | |||
| 9dc6776bb4 | |||
| d1ee78e58a | |||
| 06675f8314 | |||
| 226841fe38 | |||
| 6ad97b76dc | |||
| 1220c04f37 | |||
| e6673a0a24 | |||
| 993e1e460d | |||
| 73d90c28f8 | |||
| 6018daf56e | |||
| d51091e089 | |||
| 78448a44c9 | |||
| 0f758456b4 | |||
| 9341a3b6a2 | |||
| 56713aa86f | |||
| 1b8b6e55dc | |||
| 4b16b0900b | |||
| 7cadf5308d |
@@ -0,0 +1,184 @@
|
|||||||
|
# Handoff: Packaging design spec approved — implementation plan pending
|
||||||
|
|
||||||
|
## Session Metadata
|
||||||
|
- Created: 2026-04-29 09:55:34 UTC
|
||||||
|
- Project: /home/claude/bin/sethLabels
|
||||||
|
- Branch: main
|
||||||
|
- Session duration: ~1 hour
|
||||||
|
- Live URL: https://git.sethpc.xyz/Seth/sethLabels
|
||||||
|
|
||||||
|
### Recent Commits (for context)
|
||||||
|
- d3e14c6 docs: refresh CLAUDE.md + IDEA.md for design-approved phase
|
||||||
|
- 8e272c0 docs: add packaging design spec + decision log
|
||||||
|
- 9dc6776 chore: add sethLabels deployment-fork scaffold
|
||||||
|
- d1ee78e Fix incorrect font sizes (#321) ← upstream HEAD
|
||||||
|
- 06675f8 Create template style guide and minor updates… ← upstream
|
||||||
|
|
||||||
|
The first three commits are sethLabels'; everything from `d1ee78e` back is upstream's history (preserved untouched per strict-zero policy — see Important Context below).
|
||||||
|
|
||||||
|
## Handoff Chain
|
||||||
|
|
||||||
|
- **Continues from**: [2026-04-29-125823-scaffold-only.md](./2026-04-29-125823-scaffold-only.md)
|
||||||
|
- Previous title: sethLabels scaffolded — no code yet
|
||||||
|
- **Supersedes**: None. The scaffold-only handoff documented an empty-dir state; this one documents the post-design-approval state.
|
||||||
|
|
||||||
|
> Review the previous handoff for full context before filling this one. The "scaffold-only" predecessor's "Suggested Next Steps" #1 (decide upstream-tracking strategy) and #5 (initialize git + push to Gitea) are now complete; #2 (verify upstream alive) and #3 (confirm Qt version) are also resolved during this session.
|
||||||
|
|
||||||
|
## Current State Summary
|
||||||
|
|
||||||
|
This session moved sethLabels from "scaffold-only, no upstream pulled" to "design-approved, ready for implementation plan." Three things happened in order: (1) upstream `j-evins/glabels-qt` was cloned in-place and pushed to Gitea as `main`, with all 24 upstream contributors' commit authorship preserved end-to-end; (2) the brainstorming skill ran a 6-question multiple-choice round to lock all packaging-strategy decisions; (3) the resulting design was written into a 398-line spec at `sethlabels-docs/specs/2026-04-29-packaging-design.md` and committed. No `scripts/` or `packaging/` code was written — that's the next session's job. The spec is the load-bearing artifact; everything else (CLAUDE.md, IDEA.md, DECISIONS.md) was updated to point at it.
|
||||||
|
|
||||||
|
The user explicitly chose option **(3) pause here** at session close, declining to invoke writing-plans this session. The spec is sufficient to resume cleanly; there are no in-progress edits or half-implemented states.
|
||||||
|
|
||||||
|
## Architecture Overview
|
||||||
|
|
||||||
|
**sethLabels is a deployment fork, not a real fork.** The discipline (locked as Invariant I1 in the spec) is **strict zero source patches** — no upstream-tracked file is ever edited. The only exception is `.gitignore` (allowlisted as a one-time scaffold-time touch). Every sethLabels addition lives in NEW files in NEW top-level directories:
|
||||||
|
|
||||||
|
- Already created: `CLAUDE.md`, `IDEA.md`, `DECISIONS.md`, `GITEA_API.md` (gitignored symlink), `.claude/handoffs/`, `sethlabels-docs/specs/`
|
||||||
|
- Planned per spec: `scripts/` (build-deb, build-appimages, compute-version, check-no-upstream-edits, lib/), `packaging/` (deb-metadata.env, appimage-recipe.env, changelog.md), `README.sethlabels.md`
|
||||||
|
|
||||||
|
The "fork" is therefore best thought of as a **packaging repo with upstream's history embedded** — anyone can audit it instantly and confirm we changed nothing in the application itself.
|
||||||
|
|
||||||
|
**Upstream details discovered during the session:**
|
||||||
|
- Qt version: **Qt6 6.2** (find_package at `CMakeLists.txt:119`)
|
||||||
|
- CPack metadata: pre-wired at `CMakeLists.txt:84-104`; generators NOT pinned → `cpack -G DEB` and `cpack -G DragNDrop` selectable at command line with zero source change
|
||||||
|
- Install rules: clean and FHS-compliant across all subdirs (`bin`, `share/icons/hicolor`, `share/applications`, `share/mime`, `share/metainfo`, `share/man/man1`, `share/glabels-qt/{templates,translations}`)
|
||||||
|
- Desktop integration: `.desktop` file, AppStream metainfo, MIME XML, hicolor icon set already provided by upstream
|
||||||
|
- Two binaries shipped: `glabels-qt` (GUI) + `glabels-batch-qt` (CLI for scripted/mail-merge use)
|
||||||
|
- CI matrix exists for ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest — but upstream doesn't publish binary releases ("Currently there are no self-hosted binary snapshot releases available" — upstream README). sethLabels exists to fill this gap.
|
||||||
|
|
||||||
|
## Critical Files
|
||||||
|
|
||||||
|
| File | Purpose | Relevance |
|
||||||
|
|------|---------|-----------|
|
||||||
|
| `sethlabels-docs/specs/2026-04-29-packaging-design.md` | THE design spec — 13 sections covering invariants, decisions, repo layout, build pipeline, release flow, brew tap, failure modes, smoke tests, glossary | **Must read before any implementation.** All design questions are answered here; do not re-derive. |
|
||||||
|
| `DECISIONS.md` | Short-form decision log (6 settled choices + 13 rejected/deferred items) | Quick scan to check what's already been decided/rejected |
|
||||||
|
| `CLAUDE.md` | Durable project instructions (refreshed this session) | Loaded on every session start; points at this handoff + the spec |
|
||||||
|
| `IDEA.md` | Plain-language project brief (refreshed this session) | Read if scope feels unclear |
|
||||||
|
| `CMakeLists.txt` (upstream root) | Defines Qt6 dep, CPack metadata, install rules | Read-only — strict-zero forbids edits. Reference for understanding what `cpack` and `linuxdeploy` will see. |
|
||||||
|
| `.github/workflows/build-tests.yml` (upstream) | Upstream CI multi-platform build matrix | Reference for valid `apt install` deps + cmake invocation patterns when writing `scripts/lib/deps-debian.sh` |
|
||||||
|
| `docs/BUILD-INSTRUCTIONS-LINUX.md` (upstream) | Upstream's manual build instructions | Reference for the `apt install` list + cmake flags; our `scripts/build-deb.sh` automates this |
|
||||||
|
|
||||||
|
## Key Patterns Discovered
|
||||||
|
|
||||||
|
- **Authorship preservation:** the gitea repo holds all 24 upstream contributors' commit authorship intact; the only Seth-authored commits are the sethLabels-specific additions (scaffold + spec + context-refresh). Verifiable via `git log --format='%an' origin/main | sort -u | wc -l` → 25 (24 upstream + Seth).
|
||||||
|
- **Convention from sibling Seth projects** (`blind_chess`, `sethmux`, `kitty-web`, `mcp-gemma4`, `seth-orchestrator`): `GITEA_API.md` is gitignored (it's a local symlink to `~/bin/GITEA_API.md`); `.backup/` is gitignored; project-tracked files are `CLAUDE.md`, `IDEA.md`, `DECISIONS.md`, `.claude/handoffs/*.md`. sethLabels follows this convention but adds the strict-zero-policy gitignore section.
|
||||||
|
- **Versioning convention:** `<upstream-tag>-seth<N>` (e.g., `3.99-master618-seth1`). Tag is `git describe --tags --abbrev=0 upstream/master`; `<N>` increments on re-package of the same upstream commit. See spec §D4 + §5.4.
|
||||||
|
|
||||||
|
## Tasks Finished
|
||||||
|
|
||||||
|
- [x] Cloned upstream `j-evins/glabels-qt` in-place; preserved all upstream commit authorship
|
||||||
|
- [x] Created Gitea repo `git.sethpc.xyz/Seth/sethLabels` (default branch: `main`); pushed full history + scaffold commit
|
||||||
|
- [x] Configured `upstream` remote → `github.com/j-evins/glabels-qt` for periodic rebases
|
||||||
|
- [x] Added scaffold commit (`9dc6776`) with author `Seth Freiberg <seth@sethfreiberg.com>` containing CLAUDE.md, IDEA.md, DECISIONS.md, .claude/handoffs/, .gitignore additions
|
||||||
|
- [x] Brainstormed all 6 packaging-strategy decisions: Linux format, macOS format, build infra, versioning, upstream-touch policy, package name
|
||||||
|
- [x] Wrote design spec at `sethlabels-docs/specs/2026-04-29-packaging-design.md` (398 lines, 13 sections); self-reviewed and fixed 5 inline issues (FF/rebase wording, --peek removal, tag-fetch caller responsibility, T3 brittleness, working-tree drift in check-no-upstream-edits)
|
||||||
|
- [x] Updated `DECISIONS.md` with 6 settled + 13 rejected/deferred decisions (all dated 2026-04-29)
|
||||||
|
- [x] Refreshed `CLAUDE.md` "Current State" + "Conventions" sections; refreshed `IDEA.md` "Constraints / preferences"
|
||||||
|
- [x] All 3 sethLabels commits pushed to Gitea immediately per the gitea-workflow convention
|
||||||
|
|
||||||
|
## Files Modified
|
||||||
|
|
||||||
|
| File | Changes | Rationale |
|
||||||
|
|------|---------|-----------|
|
||||||
|
| `.gitignore` | Appended sethLabels section (`.backup/`, `GITEA_API.md`, `.env*`, `.claude/handoffs/*.draft.md`) | Allowlisted exception to strict-zero (one-time scaffold touch) |
|
||||||
|
| `CLAUDE.md` | NEW — project instructions | Created at scaffold time; refreshed this session for design-approved phase |
|
||||||
|
| `IDEA.md` | NEW — project brief | Created at scaffold time; refreshed this session |
|
||||||
|
| `DECISIONS.md` | NEW — populated with 6 settled + 13 rejected/deferred decisions | Tracks what was decided vs. explicitly rejected (per Seth's global persistence convention) |
|
||||||
|
| `sethlabels-docs/specs/2026-04-29-packaging-design.md` | NEW — design spec | The design artifact this session produced |
|
||||||
|
| `.claude/handoffs/2026-04-29-095534-spec-approved-pre-implementation.md` | NEW — this handoff | Session close artifact |
|
||||||
|
|
||||||
|
No upstream files were modified (verified by `git diff --name-only upstream/master..HEAD` — only allowlist entries appear).
|
||||||
|
|
||||||
|
## Decisions Made
|
||||||
|
|
||||||
|
| Decision | Options Considered | Rationale |
|
||||||
|
|----------|-------------------|-----------|
|
||||||
|
| Linux: `.deb` + AppImage | AppImage-only, .deb-only, both, Flatpak | `.deb` for Debian-family install ergonomics + AppImage for any-Linux portability. Flatpak too heavyweight for use case. See spec §D1. |
|
||||||
|
| macOS: Homebrew tap, build-from-source | Unsigned .dmg, signed+notarized .dmg ($99/yr), brew tap, brew tap with cask | Brew tap eliminates macOS CI/signing/Apple Dev ID entirely. User's Mac builds from source on `brew install`. See spec §D2. |
|
||||||
|
| Build infrastructure: manual local builds | Manual, Gitea Actions runner, GitHub Actions public, GitHub Actions private | Local feedback loop beats CI loop during iteration. Scripts in `scripts/` are canonical recipe; CI YAML at the public-flip will call them unmodified. See spec §D3. |
|
||||||
|
| Versioning: `<upstream-tag>-seth<N>` | This vs. plain upstream tag, independent semver, date-based | Lineage-preserving + rebuild counter survives packaging-only fixes + sorts correctly under `dpkg --compare-versions`. See spec §D4. |
|
||||||
|
| Upstream-touch policy: strict zero | Strict zero, permissive small patches, strict-zero-with-CMakeLists-carveout | CPack `-D` flags cover all needed metadata at build time → no edit required to package. See spec §D5. |
|
||||||
|
| Package name: `glabels-qt` | This vs. `sethlabels` | Strict-zero forbids renaming the binary, so package name should match command name. sethLabels identity lives in repo name + version-string `-seth<N>` marker. See spec §D6. |
|
||||||
|
| Spec/docs location: `sethlabels-docs/` (top-level new dir) | This vs. `docs/superpowers/specs/` (inside upstream's docs/) | Strict-zero spirit forbids polluting upstream namespaces, even with new files. Top-level new dir = cleanest fork boundary. |
|
||||||
|
|
||||||
|
## Immediate Next Steps
|
||||||
|
|
||||||
|
1. **Invoke `writing-plans` skill** with the spec at `sethlabels-docs/specs/2026-04-29-packaging-design.md` as input. The plan should produce an ordered, dependency-aware implementation sequence — likely something like: (a) scripts/lib/deps-debian.sh, (b) scripts/check-no-upstream-edits.sh, (c) scripts/compute-version.sh, (d) scripts/build-deb.sh + smoke test on a clean Debian 13 box, (e) scripts/build-appimages.sh + smoke tests, (f) packaging/ env files, (g) README.sethlabels.md, (h) homebrew tap repo + initial formula, (i) first end-to-end release dry run.
|
||||||
|
2. **Address the 4 user-flagged review items** before or during plan execution:
|
||||||
|
- §5.1 build dependency list — Seth may know Debian 13 quirks (e.g., `qt6-tools-dev-tools` vs `qt6-tools-dev` package naming)
|
||||||
|
- §5.5 allowlist pattern — anything Seth wants to add that doesn't fit `scripts/`/`packaging/`/`sethlabels-docs/`?
|
||||||
|
- §7.2 brew formula `:recommended` deps — `qrencode` and `zint` as recommended (default-on) vs required vs optional
|
||||||
|
- §10 smoke test T5 — gate every release on a fresh-Debian-13-VM install test, or only on upstream-tag bumps?
|
||||||
|
3. **Consider whether to spike Path A (Qt for WebAssembly)** later — Seth raised this as a hypothetical and we concluded it's "possible but not easy" because Qt's `QPrintSupport` doesn't work in WASM (would need to render-to-PDF and let user download). Not blocking, just flagged for future.
|
||||||
|
|
||||||
|
## Blockers / Open Questions
|
||||||
|
|
||||||
|
- None blocking. The 4 review items in step 2 above are open but optional — they can be addressed during plan execution as small fixups, not gating questions.
|
||||||
|
|
||||||
|
## Deferred Items
|
||||||
|
|
||||||
|
- **Windows packaging** — deferred per project brief. Upstream's NSIS support is intact and works for anyone who wants to build their own.
|
||||||
|
- **Custom default templates baked into the package** — strict-zero forbids; user-specific templates can live in `~/.config/glabels-qt/templates/` or a future separate repo.
|
||||||
|
- **Branding, icon, splash, or string changes** — strict-zero forbids. sethLabels is a packaging fork, not a rebrand.
|
||||||
|
- **CI infrastructure (Gitea Actions / GitHub Actions runner)** — battle-test phase is manual local builds; CI is added at the eventual public-flip on GitHub.
|
||||||
|
- **Distribution to Debian backports / PPA / Ubuntu universe** — requires Debian Developer mentorship + ongoing policy compliance work; not justified for current scope.
|
||||||
|
- **Headless print-server CT** — mentioned in `IDEA.md` as "optional/later"; not in current spec scope.
|
||||||
|
|
||||||
|
## Important Context
|
||||||
|
|
||||||
|
**The strict-zero source-patch policy is not a guideline, it is the project's defining discipline.** Violating it means the project drifts from "deployment fork" toward "real fork," which breaks the trivial-rebase property that makes the whole approach work. The spec's Invariant I1 is enforced by `scripts/check-no-upstream-edits.sh` (to be implemented per spec §5.5). Any temptation to "just edit one upstream file to fix a packaging issue" should be resisted — the right move is either (a) pass via `cpack -D` flags or `linuxdeploy` config, or (b) upstream the fix as a PR to glabels-qt.
|
||||||
|
|
||||||
|
**The eventually-public-on-GitHub framing matters for build-host neutrality.** During battle-test, builds happen on steel141 (Seth's primary dev machine, Debian 13). At public-flip, builds move to GitHub Actions ubuntu-latest runners. The build scripts MUST work on a clean Debian 13 / Ubuntu LTS VM with nothing pre-installed beyond what `scripts/lib/deps-debian.sh` declares. Any steel141-specific path or tool dependency is a bug.
|
||||||
|
|
||||||
|
**Steel141 is a build host, NOT an install target.** Earlier session draft framed it as the deploy target — that was wrong, corrected during Q1. The artifacts ship to anyone running Debian-family Linux or macOS-with-brew.
|
||||||
|
|
||||||
|
**Authorship in git history is load-bearing.** All 24 upstream contributors' commits appear in `git log` with their original author/committer fields intact. Only sethLabels-specific commits (currently 3) carry Seth's authorship. This makes the fork's relationship to upstream provable end-to-end and is critical for the eventual public-fork narrative.
|
||||||
|
|
||||||
|
**The "scaffold commit" is the only sethLabels commit on top of upstream/master.** Currently `9dc6776 chore: add sethLabels deployment-fork scaffold`. Two more commits exist (`8e272c0` spec + `d3e14c6` CLAUDE.md/IDEA.md refresh) but they only touch sethLabels-namespaced files. The number of commits on top of upstream will grow; what matters is that all of them honor strict-zero.
|
||||||
|
|
||||||
|
## Assumptions Made
|
||||||
|
|
||||||
|
- **The user picked `glabels-qt` as the package name** (Q6 → α) intending the binary, brew formula, and `.deb` package to all share the name. If a future Debian official `glabels-qt` package emerges, the version-string `-seth<N>` marker will dominate the sort, but a name conflict could be revisited.
|
||||||
|
- **The user has Homebrew on the macOS machines they intend to install on.** The brew-tap approach assumes a technical user; if a non-technical macOS user enters scope, signed-DMG would have to be reconsidered.
|
||||||
|
- **The user's scaffold commit (Author: Seth Freiberg <seth@sethfreiberg.com>) was set explicitly via `git config user.email seth@sethfreiberg.com` for this repo only.** The global git identity on steel141 is `Mortdecai` (a bot identity). Future commits in this repo from Claude Code should use the same Seth identity to maintain authorship consistency. The per-repo `.git/config` is already set; new agents inherit it automatically.
|
||||||
|
|
||||||
|
## Potential Gotchas
|
||||||
|
|
||||||
|
- **Don't run a non-rebase pull from upstream.** `git pull upstream master` (without `--rebase`) would create a merge commit, breaking linear history and complicating future strict-zero enforcement. The release flow's step 2 (spec §6) says `git rebase upstream/master`, which is correct.
|
||||||
|
- **`compute-version.sh` reads local tag database.** If invoked outside the release flow without a fresh `git fetch --all --tags`, it can produce a stale `<N>` value. Spec §5.4 calls this out, but it's easy to miss when running scripts manually during development.
|
||||||
|
- **AppImage builds need `linuxdeploy` and `linuxdeploy-plugin-qt` from GitHub releases — neither is apt-installable.** `scripts/lib/linuxdeploy.sh` (to be written) handles bootstrap to a script-local cache. The cache directory must be added to `.gitignore`.
|
||||||
|
- **`dpkg-shlibdeps` (CPack's `SHLIBDEPS=ON`) sometimes mis-detects runtime deps** — particularly with optional Qt6 plugins. Mitigation in spec §F8: smoke-test install on a clean Debian 13 VM (T5).
|
||||||
|
- **`brew tap` from non-GitHub URLs requires the explicit URL form.** Initial install is `brew tap seth/tap https://git.sethpc.xyz/Seth/homebrew-tap.git`, not `brew tap seth/tap`. This is documented in spec §7.3 but easy to forget when writing the brew tap README.
|
||||||
|
- **Don't add `superpowers/` paths under `docs/`.** The brainstorming skill's default spec location is `docs/superpowers/specs/`, but `docs/` is an upstream directory, so we use `sethlabels-docs/specs/` instead. This was caught and corrected mid-session.
|
||||||
|
|
||||||
|
## Environment State
|
||||||
|
|
||||||
|
### Tools/Services Used
|
||||||
|
|
||||||
|
- **gitea CLI** (`~/bin/gitea`) — used for `gitea create sethLabels`, `gitea remote sethLabels`. Token loaded from `~/.config/gitea/token`. Documented in `~/bin/GITEA_API.md` (symlinked into project but gitignored).
|
||||||
|
- **git** — local tooling for clone, fetch, commit, push, tag. Per-repo identity set to `Seth Freiberg <seth@sethfreiberg.com>` to override the global `Mortdecai` bot identity.
|
||||||
|
- **curl + python3** — used for Gitea API calls to verify `default_branch=main` post-push.
|
||||||
|
|
||||||
|
### Active Processes
|
||||||
|
|
||||||
|
- None. No background services were started or left running. No long-running shells.
|
||||||
|
|
||||||
|
### Environment Variables
|
||||||
|
|
||||||
|
- `HOMELAB_PASSWORD` — referenced by `~/bin/CLAUDE.md` for SSH access, NOT used in this session.
|
||||||
|
- No other env vars set or required for the current state.
|
||||||
|
|
||||||
|
## Related Resources
|
||||||
|
|
||||||
|
- **Gitea repo:** https://git.sethpc.xyz/Seth/sethLabels (default branch `main`)
|
||||||
|
- **Spec:** [`sethlabels-docs/specs/2026-04-29-packaging-design.md`](../../sethlabels-docs/specs/2026-04-29-packaging-design.md) — read this before any implementation
|
||||||
|
- **Decision log:** [`DECISIONS.md`](../../DECISIONS.md) — short-form
|
||||||
|
- **Predecessor handoff:** [`2026-04-29-125823-scaffold-only.md`](./2026-04-29-125823-scaffold-only.md) — the empty-scaffold state we resumed from
|
||||||
|
- **Upstream:** https://github.com/j-evins/glabels-qt (j-evins is Jaye Evins of glabels.org)
|
||||||
|
- **Upstream README packaging gap:** the line we're filling — *"Currently there are no self-hosted binary snapshot releases available… I encourage you to try building the code yourself."*
|
||||||
|
- **Sibling Seth projects with similar conventions:** `~/bin/blind_chess/` (handoff structure reference), `~/bin/sethmux/` (gitignore convention)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Security Reminder**: Validated via `validate_handoff.py` post-write. No secrets present.
|
||||||
@@ -0,0 +1,73 @@
|
|||||||
|
# Handoff: sethLabels scaffolded — no code yet
|
||||||
|
|
||||||
|
## Session Metadata
|
||||||
|
|
||||||
|
- Created: 2026-04-29 12:58:23 UTC
|
||||||
|
- Project: /home/claude/bin/sethLabels
|
||||||
|
- Branch: n/a (no git repo yet)
|
||||||
|
- Session duration: ~5 min
|
||||||
|
- Live URL: n/a
|
||||||
|
|
||||||
|
## Handoff Chain
|
||||||
|
|
||||||
|
- **Continues from:** None — this is the project's first handoff.
|
||||||
|
- **Supersedes:** None.
|
||||||
|
|
||||||
|
## Current State Summary
|
||||||
|
|
||||||
|
Project directory scaffolded per `~/bin/CREATE_PROJECT.md` as a deployment fork of upstream [glabels-qt](https://github.com/j-evins/glabels-qt). No code has been pulled, no git repo initialized, no Gitea repo created. Only the `~/bin/`-convention files exist:
|
||||||
|
|
||||||
|
```
|
||||||
|
sethLabels/
|
||||||
|
├── CLAUDE.md durable project instructions
|
||||||
|
├── DECISIONS.md empty decision log (template-derived, header set)
|
||||||
|
├── GITEA_API.md symlink → ~/bin/GITEA_API.md
|
||||||
|
├── IDEA.md plain-language brief
|
||||||
|
└── .claude/handoffs/
|
||||||
|
└── 2026-04-29-125823-scaffold-only.md (this file)
|
||||||
|
```
|
||||||
|
|
||||||
|
Phase: **ideation**. Nothing is running anywhere. No upstream commit pinned. No build attempted.
|
||||||
|
|
||||||
|
## Architecture Overview
|
||||||
|
|
||||||
|
This is a *deployment fork* — the discipline is to keep the diff against `j-evins/glabels-qt` master surgical so we can rebase periodically without pain. Anything we add should be additive (new files: deploy scripts, packaging recipes, Seth-specific templates) rather than invasive edits to upstream source. If we need to patch upstream code, prefer a thin patch series we can replay.
|
||||||
|
|
||||||
|
Stack is Qt + CMake + C++ (GPL-3.0). Target host is **steel141** (Debian 13). A future option is a headless print-server CT, but that's not part of this scaffold's scope.
|
||||||
|
|
||||||
|
## Critical Files
|
||||||
|
|
||||||
|
| File | Purpose | Relevance |
|
||||||
|
|------|---------|-----------|
|
||||||
|
| `~/bin/sethLabels/IDEA.md` | Plain-language brief — why this fork exists | Read first if upstream choice or scope feels unclear |
|
||||||
|
| `~/bin/sethLabels/CLAUDE.md` | Durable project instructions | Loaded every session |
|
||||||
|
| `~/bin/sethLabels/DECISIONS.md` | Empty — populate as architectural choices land | Write to when locking in upstream-pin strategy, Qt5-vs-Qt6, etc. |
|
||||||
|
| `~/bin/CREATE_PROJECT.md` | Recipe used to scaffold this | Reference if future projects need the same shape |
|
||||||
|
|
||||||
|
## Suggested Next Steps (ordered)
|
||||||
|
|
||||||
|
The user said *just scaffold + handoff* — none of this was attempted. Pick up here next session:
|
||||||
|
|
||||||
|
1. **Decide upstream-tracking strategy.** Options:
|
||||||
|
- (a) Clone `j-evins/glabels-qt` into this dir, push to Gitea as `sethLabels`, add upstream as a remote, merge from `upstream/master` periodically.
|
||||||
|
- (b) Keep upstream as a git submodule and layer deployment glue around it.
|
||||||
|
Record the choice in `DECISIONS.md` before pulling code.
|
||||||
|
2. **Verify upstream is alive.** Check `j-evins/glabels-qt` for last commit date + open issues; this is a fork of mate-desktop's glabels lineage and forks-of-forks have a tendency to bitrot. If `j-evins` is stale, the real upstream might be elsewhere — re-evaluate before forking.
|
||||||
|
3. **Confirm Qt version.** Upstream's `CMakeLists.txt` will say Qt5 or Qt6. Debian 13 ships both — pick whichever upstream targets.
|
||||||
|
4. **Build it once on steel141** to establish the known-good build recipe. Capture exact `apt install` deps and CMake invocation in a `BUILD.md` (or in `CLAUDE.md` if short).
|
||||||
|
5. **Initialize git + push to Gitea.** `gitea create sethLabels` → `gitea remote sethLabels` → `gitea push`. Use a descriptive commit message like `init: scaffold + import upstream glabels-qt @ <sha>`.
|
||||||
|
6. **Only then** start any deployment-specific work (templates, packaging, install scripts).
|
||||||
|
|
||||||
|
## Open Questions
|
||||||
|
|
||||||
|
- Is `j-evins/glabels-qt` actually the right upstream, or should we be tracking a different fork? (See "verify upstream is alive" above.)
|
||||||
|
- Does Seth want a `.deb` package, an AppImage, or just a built binary in `/usr/local/bin`?
|
||||||
|
- Is there a printer model or label-stock library we should pre-load as default templates?
|
||||||
|
|
||||||
|
These don't block scaffolding — they block the *first real coding session*. Ask before implementing.
|
||||||
|
|
||||||
|
## Risks / Watch-outs
|
||||||
|
|
||||||
|
- Upstream is GPL-3.0. Any code we add that links against it must also be GPL-3.0-compatible. Don't accidentally relicense.
|
||||||
|
- "Deployment fork" failure mode: scope creep into a real fork. If we find ourselves writing >100 lines of upstream-source patches, that's a signal to either upstream the change or rethink whether we actually want a fork.
|
||||||
|
- glabels-qt is one of those projects with multiple competing forks (j-evins, jimevins-original, mate-desktop's glabels-3, etc.). Pin the upstream we choose explicitly in `DECISIONS.md` so we don't drift.
|
||||||
+22
@@ -40,3 +40,25 @@ TEST-DATA
|
|||||||
SAV*
|
SAV*
|
||||||
OLD*
|
OLD*
|
||||||
|
|
||||||
|
# === sethLabels (deployment fork) additions ===
|
||||||
|
# Local backup snapshots (per ~/.claude/CLAUDE.md safety rule)
|
||||||
|
.backup/
|
||||||
|
|
||||||
|
# Local-only symlink to ~/bin/GITEA_API.md (target is outside the repo)
|
||||||
|
GITEA_API.md
|
||||||
|
|
||||||
|
# Secrets / env
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Handoff drafts (operator scratch — final handoffs ARE committed)
|
||||||
|
.claude/handoffs/*.draft.md
|
||||||
|
|
||||||
|
# Build outputs (out-of-tree)
|
||||||
|
build/
|
||||||
|
|
||||||
|
# linuxdeploy + plugin caches (downloaded by scripts/lib/linuxdeploy.sh on first AppImage build)
|
||||||
|
scripts/.cache/
|
||||||
|
|
||||||
|
# Locally-produced AppImage artifacts
|
||||||
|
*.AppImage
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
# sethLabels
|
||||||
|
|
||||||
|
> Deployment fork of glabels-qt — Qt label designer/printer, packaged for Seth's homelab.
|
||||||
|
|
||||||
|
## Start Here
|
||||||
|
|
||||||
|
**Read the latest handoff first:** `.claude/handoffs/` (most recent file).
|
||||||
|
It has session state, in-progress work, and ordered next steps.
|
||||||
|
|
||||||
|
Then check `IDEA.md` for the project brief and `DECISIONS.md` for settled choices.
|
||||||
|
|
||||||
|
## Project Identity
|
||||||
|
|
||||||
|
sethLabels is a thin deployment fork of [glabels-qt](https://github.com/j-evins/glabels-qt). Upstream is the real project — this fork's job is to keep a known-good build recipe, any deployment glue (packaging, install paths, default templates), and any local patches in one place, while staying close enough to upstream `master` that periodic rebases stay cheap.
|
||||||
|
|
||||||
|
## Current State
|
||||||
|
|
||||||
|
- **Phase:** design-approved, pre-implementation. Spec written and committed; no scripts/packaging code yet.
|
||||||
|
- **Repo:** live at `git.sethpc.xyz/Seth/sethLabels` (default branch `main`). Upstream `j-evins/glabels-qt` configured as `upstream` remote for periodic rebases. Eventually-public on GitHub once battle-tested.
|
||||||
|
- **Deploy target:** Debian-family Linux (`.deb` + AppImage) + macOS via Homebrew tap (build-from-source). Steel141 is a build host, not a deploy target. Windows deferred.
|
||||||
|
- **Upstream:** https://github.com/j-evins/glabels-qt (GPL-3.0, Qt6 6.2 + CMake + C++)
|
||||||
|
- **Design spec:** `sethlabels-docs/specs/2026-04-29-packaging-design.md` — all packaging decisions (artifacts, versioning, build pipeline, release flow, brew tap) live here. Read this before touching `scripts/` or `packaging/`.
|
||||||
|
|
||||||
|
## Conventions
|
||||||
|
|
||||||
|
- This is a **deployment fork**, not a real fork. The discipline is **strict zero source patches** — no upstream-tracked file is ever edited. All sethLabels content lives in NEW top-level dirs (`scripts/`, `packaging/`, `sethlabels-docs/`, `.claude/`). Allowlist exception: `.gitignore` (one-time scaffold-time touch).
|
||||||
|
- Enforced by `scripts/check-no-upstream-edits.sh` (to be implemented per spec §5.5).
|
||||||
|
- Preserve upstream license (GPL-3.0) and copyright headers — strict-zero handles this automatically by never touching upstream files.
|
||||||
|
- Versioning: `<upstream-tag>-seth<N>` (e.g., `3.99-master618-seth1`). See spec §D4 + §5.4.
|
||||||
|
- See `~/bin/CLAUDE.md` for global homelab conventions (gitea CLI, conventional commits, credentials handling).
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
# DECISIONS.md — sethLabels Decision Log
|
||||||
|
|
||||||
|
Project-specific decisions. For global/cross-cutting decisions, see `~/bin/DECISIONS.md`.
|
||||||
|
|
||||||
|
Format: `YYYY-MM-DD: <decision> — <why>`
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
- **2026-04-29: Strict-zero source patches.** Never edit any upstream-tracked file. All sethLabels content lives in new files in new top-level directories at the repo root. — Makes `git pull upstream master --ff-only` succeed forever; rebase friction = 0. Allowlist exception: `.gitignore` (one-time scaffold-time touch). Enforced by `scripts/check-no-upstream-edits.sh`. See spec §I1, §D5.
|
||||||
|
- **2026-04-29: Eventual-public fork.** sethLabels stays on Gitea during battle-test, then promotes to a formally public fork on GitHub once the build/release pipeline is solid. — Drives spec invariants: build host must be a clean Debian 13 / Ubuntu LTS box (not steel141-specific); brew tap source URL must be cleanly flippable Gitea→GitHub; CI is added at the flip, not before.
|
||||||
|
- **2026-04-29: Linux artifacts = `.deb` + AppImage; macOS via Homebrew tap (build from source).** — `.deb` for Debian-family install ergonomics, AppImage for portability to non-Debian Linux. Brew tap eliminates macOS CI/signing/$99 Apple Dev ID entirely; users' Macs build from source. See spec §D1, §D2.
|
||||||
|
- **2026-04-29: Build infrastructure = manual local builds during battle-test.** Shell scripts under `scripts/` are the canonical build recipe; CI YAML at the public-flip will call those scripts unmodified. — Local feedback loop beats CI loop during iteration on packaging. Defers infra cost. See spec §I3, §D3.
|
||||||
|
- **2026-04-29: Versioning = `<upstream-tag>-seth<N>`.** E.g., `3.99-master618-seth1`. — Lineage-preserving; rebuild counter survives packaging-only fixes; sorts correctly under `dpkg --compare-versions`. See spec §D4.
|
||||||
|
- **2026-04-29: Package name = `glabels-qt`.** Same name as upstream binary, brew formula, and the command users run. — sethLabels identity lives at repo level + version-string `-seth<N>` marker, not in the package name. Avoids confusing identity-split between package name and binary name. See spec §D6.
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
- **2026-04-29: macOS = no CI required.** Homebrew tap with build-from-source means no macOS runner, no Apple Developer ID, no notarization pipeline. Tap repo (`git.sethpc.xyz/Seth/homebrew-tap`) is one ~30-line Ruby file. — Major simplification; Mac users build locally on first install (~5–10 min), all subsequent installs are version pin bumps to the tap formula.
|
||||||
|
- **2026-04-29: Debian-family is the install target, not steel141.** Build host happens to be steel141 (or any clean Debian/Ubuntu box); install target is generic Debian-family. — No homelab paths, hostnames, or assumptions in scripts. Reproducibility on a fresh VM is the bar.
|
||||||
|
- **2026-04-29: Spec, scripts, and packaging metadata live in NEW top-level dirs.** `sethlabels-docs/`, `scripts/`, `packaging/`. NOT in upstream's `docs/` directory. — Clear fork boundary; preserves strict-zero spirit (don't pollute upstream namespaces with our content).
|
||||||
|
|
||||||
|
## Deferred / Rejected
|
||||||
|
<!-- Decisions NOT to do something are just as valuable -- prevents re-proposing rejected ideas -->
|
||||||
|
|
||||||
|
- **Rejected 2026-04-29: AppImage-only Linux distribution.** — Loses native Debian package manager integration (`apt remove`, dependency tracking) on the primary target distros.
|
||||||
|
- **Rejected 2026-04-29: `.deb`-only Linux distribution.** — Loses portability to non-Debian Linux (RHEL/Fedora/Arch users couldn't install without recompiling).
|
||||||
|
- **Rejected 2026-04-29: Flatpak.** — Sandbox runtime requirement + manifest complexity overkill for a personal-use packaging fork.
|
||||||
|
- **Rejected 2026-04-29: Signed + notarized macOS `.dmg` (Apple Developer ID).** — $99/year recurring + notarization CI complexity not justified for a build-from-source Homebrew alternative.
|
||||||
|
- **Rejected 2026-04-29: Unsigned macOS `.dmg`.** — Gatekeeper friction (right-click → Open) is a poor first-run experience compared to brew install.
|
||||||
|
- **Rejected 2026-04-29: Gitea Actions self-hosted runner during battle-test.** — Homelab CT spin-up + workflow YAML setup not justified before public-flip; manual builds are faster to iterate on.
|
||||||
|
- **Rejected 2026-04-29: Public GitHub Actions from day one.** — Skips the "battle-test in private" intent; want to validate the pipeline before going public.
|
||||||
|
- **Rejected 2026-04-29: Plain upstream-tag versioning (no `-seth<N>` marker).** — No way to distinguish v1 of the `.deb` from v2 after a packaging fix; would have to lie about which upstream commit the package contains.
|
||||||
|
- **Rejected 2026-04-29: Independent semver (`0.1.0`, `0.2.0`).** — Loses upstream-lineage info from the version string; users couldn't tell which glabels-qt commit they have without checking the changelog.
|
||||||
|
- **Rejected 2026-04-29: Date-based versioning (`2026.04.29`).** — Loses both upstream-lineage and rebuild-counter information.
|
||||||
|
- **Rejected 2026-04-29: Permissive small-patches policy on upstream files.** — Creates rebase friction on each `git pull upstream master`; even a one-file CMakeLists carve-out turned out to be unnecessary since CPack `-D` flags cover all needed metadata at build time.
|
||||||
|
- **Rejected 2026-04-29: Package name `sethlabels`.** — Strict-zero policy forbids renaming the executable, so `apt install sethlabels` then running `glabels-qt` would split package identity from binary identity. Confusing.
|
||||||
|
- **Deferred: Windows packaging.** — Per project brief. Upstream's NSIS support is intact; can be revisited later. Not blocking macOS+Linux delivery.
|
||||||
|
- **Deferred: Custom default templates baked into the package.** — Strict-zero forbids; user-specific templates can live in `~/.config/glabels-qt/templates/` or a separate repo if/when needed.
|
||||||
|
- **Deferred: Branding, icon, splash, or string changes.** — Strict-zero forbids. sethLabels is a packaging fork, not a rebrand.
|
||||||
|
- **Deferred: Distribution to Debian backports / PPA / Ubuntu universe.** — Requires Debian Developer mentorship + ongoing policy compliance work; not justified for current scope.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
# IDEA.md — Project Idea
|
||||||
|
|
||||||
|
## What is this?
|
||||||
|
|
||||||
|
sethLabels is a deployment fork of [glabels-qt](https://github.com/j-evins/glabels-qt) — a Qt-based desktop application for designing and printing labels, business cards, and similar small-format documents (with CSV mail-merge and barcode support).
|
||||||
|
|
||||||
|
The fork exists to layer Seth's deployment-specific concerns (packaging, install paths, default templates, branding, any local patches) on top of upstream without forking the whole project lifecycle. Goal is to keep the diff small enough to rebase onto upstream `master` periodically.
|
||||||
|
|
||||||
|
## Problem it solves
|
||||||
|
|
||||||
|
Need a reliable, scriptable label designer/printer for homelab + household use (shipping labels, equipment tags, drive labels for the tank pool, cable labels, etc.). Upstream glabels-qt is solid but has no published Debian 13 / current-Ubuntu binaries and the build needs some hand-holding. This fork bakes a known-good build recipe + any local templates + deployment scripts into one repo.
|
||||||
|
|
||||||
|
## Constraints / preferences
|
||||||
|
|
||||||
|
- **Upstream:** https://github.com/j-evins/glabels-qt (track this, don't drift). The glabels.org team are the real authors — strict-zero source-patch policy preserves their attribution end-to-end.
|
||||||
|
- **Stack:** Qt6 6.2 + CMake + C++ (confirmed by reading upstream `CMakeLists.txt:119`).
|
||||||
|
- **Target install hosts:** any Debian-family Linux (Debian 13 / Ubuntu LTS) for `.deb` + AppImage; any macOS for Homebrew tap. Steel141 is a *build host*, not a deploy target. CT for headless print serving optional/later. Windows deferred.
|
||||||
|
- **Branding/customization:** zero — this is a packaging fork, not a rebrand. Strict-zero policy forbids icon/string/UI edits.
|
||||||
|
- **License:** glabels-qt is GPL-3.0 — preserved automatically (we never touch upstream files).
|
||||||
|
- **Repo:** live at `git.sethpc.xyz/Seth/sethLabels`. Eventually-public on GitHub once the build/release pipeline is battle-tested.
|
||||||
|
- **Eventual public-flip:** when promoted to a formal public fork on GitHub, brew tap source URL flips Gitea→GitHub (one-line tap formula edit), and CI is added via GitHub Actions calling the same `scripts/` shell scripts unmodified.
|
||||||
@@ -34,13 +34,14 @@ There are currently no official releases of gLabels 4.
|
|||||||
|
|
||||||
Currently there are no self-hosted binary snapshot releases available. I plan to make these available again once 4.0 is more imminent. In the mean time, I encourage you to try building the code yourself.
|
Currently there are no self-hosted binary snapshot releases available. I plan to make these available again once 4.0 is more imminent. In the mean time, I encourage you to try building the code yourself.
|
||||||
|
|
||||||
Some third-party packages may be available available:
|
Some third-party packages may be available:
|
||||||
|
|
||||||
|
|
||||||
| Platform | Files | Notes |
|
| Platform | Files | Notes |
|
||||||
|:----------|:-------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
|:----------|:-------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
||||||
| Archlinux | [Archlinux User Repository Page](https://aur.archlinux.org/packages/glabels-qt-git/) | Maintained by [Mario Blättermann](https://github.com/mariobl) |
|
| Archlinux | [Archlinux User Repository Page](https://aur.archlinux.org/packages/glabels-qt-git/) | Maintained by [Maud Spierings](https://github.com/SpieringsAE) |
|
||||||
| Ubuntu | [PPA Page](https://code.launchpad.net/~krisives/+archive/ubuntu/glabels-qt) | Maintained by [Kristopher Ives](https://github.com/krisives) |
|
| Ubuntu | [PPA Page](https://code.launchpad.net/~krisives/+archive/ubuntu/glabels-qt) | Maintained by [Kristopher Ives](https://github.com/krisives) |
|
||||||
|
| Fedora | [Copr Repository Page](https://copr.fedorainfracloud.org/coprs/mariobl/glabels-qt/) | Maintained by [Mario Blättermann](https://github.com/mariobl) |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,91 @@
|
|||||||
|
# sethLabels
|
||||||
|
|
||||||
|
> Deployment fork of [glabels-qt](https://github.com/j-evins/glabels-qt) — Qt6
|
||||||
|
> label designer / printer, packaged for Debian-family Linux and macOS.
|
||||||
|
|
||||||
|
This is **not** a code fork. The upstream application is unchanged; sethLabels
|
||||||
|
exists solely to publish installable binary artifacts that upstream explicitly
|
||||||
|
does not provide ("Currently there are no self-hosted binary snapshot releases
|
||||||
|
available… I encourage you to try building the code yourself" — upstream README).
|
||||||
|
|
||||||
|
For the application itself — what it does, screenshots, full feature list — see
|
||||||
|
the upstream [`README.md`](README.md).
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
### Debian / Ubuntu (`.deb`)
|
||||||
|
|
||||||
|
Download the latest `.deb` from the [releases page](https://git.sethpc.xyz/Seth/sethLabels/releases),
|
||||||
|
then:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install ./glabels-qt_<VERSION>_amd64.deb
|
||||||
|
glabels-qt --version
|
||||||
|
```
|
||||||
|
|
||||||
|
### Any Linux (AppImage)
|
||||||
|
|
||||||
|
Download `sethlabels-gui-<VERSION>-x86_64.AppImage` from the [releases page](https://git.sethpc.xyz/Seth/sethLabels/releases),
|
||||||
|
make it executable, and run it:
|
||||||
|
|
||||||
|
```
|
||||||
|
chmod +x sethlabels-gui-<VERSION>-x86_64.AppImage
|
||||||
|
./sethlabels-gui-<VERSION>-x86_64.AppImage
|
||||||
|
```
|
||||||
|
|
||||||
|
A separate `sethlabels-batch-<VERSION>-x86_64.AppImage` provides the CLI for
|
||||||
|
scripted / mail-merge use.
|
||||||
|
|
||||||
|
### macOS (Homebrew)
|
||||||
|
|
||||||
|
```
|
||||||
|
brew tap seth/tap https://git.sethpc.xyz/Seth/homebrew-tap.git
|
||||||
|
brew install seth/tap/glabels-qt
|
||||||
|
```
|
||||||
|
|
||||||
|
The explicit URL form is needed because brew defaults to GitHub for tap names.
|
||||||
|
First install builds Qt6 + glabels-qt from source (~5–10 min one-time cost; see
|
||||||
|
spec §D2). Subsequent updates are a fast `brew upgrade`.
|
||||||
|
|
||||||
|
## Build from source
|
||||||
|
|
||||||
|
If you'd rather build the artifacts yourself instead of downloading a release:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.sethpc.xyz/Seth/sethLabels.git
|
||||||
|
cd sethLabels
|
||||||
|
./scripts/lib/deps-debian.sh # check / install build deps
|
||||||
|
./scripts/build-deb.sh # → build/deb/glabels-qt_*.deb
|
||||||
|
./scripts/build-appimages.sh # → sethlabels-{gui,batch}-*.AppImage
|
||||||
|
```
|
||||||
|
|
||||||
|
See [`scripts/README.md`](scripts/README.md) for full operator docs.
|
||||||
|
|
||||||
|
## How this fork works
|
||||||
|
|
||||||
|
sethLabels is a **deployment fork**: every sethLabels addition lives in NEW
|
||||||
|
files in NEW top-level directories (`scripts/`, `packaging/`,
|
||||||
|
`sethlabels-docs/`, `tests-impl/`, plus this file). Upstream files are never
|
||||||
|
edited. The single allowlisted exception is `.gitignore`. This discipline is
|
||||||
|
enforced by `scripts/check-no-upstream-edits.sh`.
|
||||||
|
|
||||||
|
The `<upstream-tag>-seth<N>` versioning preserves the upstream-lineage in every
|
||||||
|
artifact. Periodic `git rebase upstream/master` is conflict-free by construction.
|
||||||
|
|
||||||
|
## Spec & decisions
|
||||||
|
|
||||||
|
- [Design spec](sethlabels-docs/specs/2026-04-29-packaging-design.md) — invariants, decisions, build pipeline, failure modes
|
||||||
|
- [Decision log](DECISIONS.md) — settled choices + rejected alternatives
|
||||||
|
- [Project brief](IDEA.md) — plain-language motivation
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
The upstream code is licensed under [GPL-3.0](LICENSE). sethLabels-specific
|
||||||
|
files (everything in the dirs listed above, plus this file) are licensed under
|
||||||
|
the same terms.
|
||||||
|
|
||||||
|
## Upstream
|
||||||
|
|
||||||
|
- Upstream: https://github.com/j-evins/glabels-qt (Jaye Evins / glabels.org)
|
||||||
|
- This fork: https://git.sethpc.xyz/Seth/sethLabels
|
||||||
|
- Brew tap: https://git.sethpc.xyz/Seth/homebrew-tap
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
// Backends.cpp
|
// Backends.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Backends.hpp
|
// Backends.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// GnuBarcode.cpp
|
// GnuBarcode.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// GnuBarcode.hpp
|
// GnuBarcode.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// QrEncode.cpp
|
// QrEncode.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// QrEncode.hpp
|
// QrEncode.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Style.cpp
|
// Style.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Style.hpp
|
// Style.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Zint.cpp
|
// Zint.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Zint.hpp
|
// Zint.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Factory.cpp
|
// Merge/Factory.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Factory.hpp
|
// Merge/Factory.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Merge.cpp
|
// Merge/Merge.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Merge.hpp
|
// Merge/Merge.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/None.cpp
|
// Merge/None.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/None.hpp
|
// Merge/None.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Record.cpp
|
// Merge/Record.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Record.hpp
|
// Merge/Record.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Text.cpp
|
// Merge/Text.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/Text.hpp
|
// Merge/Text.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextColon.cpp
|
// Merge/TextColon.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextColon.hpp
|
// Merge/TextColon.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextColonKeys.cpp
|
// Merge/TextColonKeys.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextColonKeys.hpp
|
// Merge/TextColonKeys.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextCsv.cpp
|
// Merge/TextCsv.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextCsv.hpp
|
// Merge/TextCsv.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextCsvKeys.cpp
|
// Merge/TextCsvKeys.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextCsvKeys.hpp
|
// Merge/TextCsvKeys.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextSemicolon.cpp
|
// Merge/TextSemicolon.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextSemicolon.hpp
|
// Merge/TextSemicolon.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextSemicolonKeys.cpp
|
// Merge/TextSemicolonKeys.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextSemicolonKeys.hpp
|
// Merge/TextSemicolonKeys.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextTsv.cpp
|
// Merge/TextTsv.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextTsv.hpp
|
// Merge/TextTsv.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextTsvKeys.cpp
|
// Merge/TextTsvKeys.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Merge/TextTsvKeys.hpp
|
// Merge/TextTsvKeys.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ How To Contribute to gLabels
|
|||||||
|
|
||||||
### Would you like to submit new product templates?
|
### Would you like to submit new product templates?
|
||||||
|
|
||||||
* Before submitting, please read [PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) located in this directory.
|
* Before submitting, please read [PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) and [TEMPLATE-STYLE.md](TEMPLATE-STYLE.md) located in this directory.
|
||||||
|
|
||||||
* [Open an issue](https://github.com/j-evins/glabels-qt/issues/new) and attach your completed product template file(s).
|
* [Open an issue](https://github.com/j-evins/glabels-qt/issues/new) and attach your completed product template file(s).
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
Manually Creating Product Templates
|
Manually Creating Product Templates
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
This document is a reference for manually creating *gLabels* product templates.
|
This document is a reference for manually creating *gLabels* product templates. See
|
||||||
|
[TEMPLATE-STYLE.md](TEMPLATE-STYLE.md) located in this directory for style guidelines
|
||||||
|
for product template submissions.
|
||||||
|
|
||||||
*gLabels* searches for templates in several locations as described here:</p>
|
*gLabels* searches for templates in several locations as described here:</p>
|
||||||
|
|
||||||
@@ -83,7 +85,7 @@ Property | Type | Description
|
|||||||
*_description* | string | Translatable description of stationery product. Used in predefined labels instead of description.
|
*_description* | string | Translatable description of stationery product. Used in predefined labels instead of description.
|
||||||
*width* | distance | Page width. Only valid if `size="other"` or `size="roll"`.
|
*width* | distance | Page width. Only valid if `size="other"` or `size="roll"`.
|
||||||
*height* | distance | Page height. Only valid if `size="other"`. Value is ignored if `size="roll"`.
|
*height* | distance | Page height. Only valid if `size="other"`. Value is ignored if `size="roll"`.
|
||||||
*equiv* | string | Equivalent part number. If this property is present, the template is a clone of another template of the same brand. The template will inherit all properties, except brand and name from the other template. This equiv property must refer to a previously defined template - *gLabels* does not currently support forward references.
|
*equiv* | string | Equivalent part number. If this property is present, the template is a clone of another template of the same brand. The template will inherit all properties, except *part* from the other template. This equiv property must refer to a previously defined template - *gLabels* does not currently support forward references.
|
||||||
|
|
||||||
### Guidelines for Creating Product Descriptions
|
### Guidelines for Creating Product Descriptions
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,120 @@
|
|||||||
|
gLabels Product Template Style Guide
|
||||||
|
====================================
|
||||||
|
|
||||||
|
This file describes the prefered style for product template submissions. See
|
||||||
|
[PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) located in this directory for detailed
|
||||||
|
systax documentation.
|
||||||
|
|
||||||
|
|
||||||
|
Organization
|
||||||
|
------------
|
||||||
|
|
||||||
|
Template files are located in the [templates](../templates/) directory. The following
|
||||||
|
is the naming convention for these files:
|
||||||
|
|
||||||
|
<pre><i>brand</i>-<i>class</i>-templates.xml</pre>
|
||||||
|
|
||||||
|
Where *brand* is the lowercase brand name, and *class* is the media size class (currently
|
||||||
|
`iso`, `us`, and `other`).
|
||||||
|
|
||||||
|
Templates should be sorted in [natural order](https://en.wikipedia.org/wiki/Natural_sort_order)
|
||||||
|
by part number within each file. An exception to this rule is to group equivalent templates
|
||||||
|
directly below their referenced template. For example:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<Template brand="Avery" part="5126" size="US-Letter" _description="Shipping labels">
|
||||||
|
<Meta category="label"/>
|
||||||
|
<Meta category="rectangle-label"/>
|
||||||
|
<Meta category="mail"/>
|
||||||
|
<Label-rectangle id="0" width="8.5in" height="5.5in" round="0in" x_waste="0in" y_waste="0in">
|
||||||
|
<Markup-margin size="9pt"/>
|
||||||
|
<Layout nx="1" ny="2" x0="0in" y0="0in" dx="0in" dy="5.5in"/>
|
||||||
|
</Label-rectangle>
|
||||||
|
</Template>
|
||||||
|
|
||||||
|
<Template brand="Avery" part="5526" equiv="5126"/>
|
||||||
|
<Template brand="Avery" part="8126" equiv="5126"/>
|
||||||
|
<Template brand="Avery" part="15516" equiv="5126"/>
|
||||||
|
<Template brand="Avery" part="18126" equiv="5126"/>
|
||||||
|
|
||||||
|
|
||||||
|
<Template brand="Avery" part="5159" size="US-Letter" _description="Address labels">...
|
||||||
|
```
|
||||||
|
|
||||||
|
When creating a new template file, it must be added to the variable template_files in
|
||||||
|
the [CMakeLists.txt](../templates/CMakeLists.txt) file in this same directory.
|
||||||
|
|
||||||
|
|
||||||
|
*Template* Node Attributes
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
### *brand* Attribute
|
||||||
|
|
||||||
|
This is the brand name or manufacturer of the product. It must match one of the vendors
|
||||||
|
in the [vendors.xml](../templates/vendors.xml) file. Add a new vendor line if it does not
|
||||||
|
currently exist.
|
||||||
|
|
||||||
|
|
||||||
|
### *part* Attribute
|
||||||
|
|
||||||
|
This is the actual part number of the product. This is usually a short set of numbers and/or
|
||||||
|
letters. This is not a description or name of the product. The following are examples
|
||||||
|
of part numbers:
|
||||||
|
|
||||||
|
- `5160`
|
||||||
|
- `WL-102`
|
||||||
|
- `J8435B`
|
||||||
|
|
||||||
|
Sometimes a product includes multiple label types, either as separate sheets or different
|
||||||
|
types of labels on the same sheet. In these cases, providing a short suffix to part number
|
||||||
|
is acceptable. For example:
|
||||||
|
|
||||||
|
- `3274.1`, `3274.2`, and `3274.3`
|
||||||
|
- `5931-Disc`, and `5931-Spine`
|
||||||
|
|
||||||
|
|
||||||
|
### *_description* Attribute
|
||||||
|
|
||||||
|
- Descriptions should be short. They should describe what the product is in very simple terms
|
||||||
|
without being too detailed. They should not describe details such as size, quantity, layout,
|
||||||
|
color, or material. The description should not include brand or part number information.
|
||||||
|
Size, quantity, layout, brand, and part number are described by other elements of the
|
||||||
|
template - do not repeat them in the description.
|
||||||
|
|
||||||
|
- If at all possible, try to reuse descriptions from other templates (this keeps the
|
||||||
|
number of unique strings that need translation to a minimum).
|
||||||
|
|
||||||
|
- Don't repeat the brand or part number in the description.
|
||||||
|
|
||||||
|
- Only capitalize the first word of the description.
|
||||||
|
|
||||||
|
The following are good bad descriptions:
|
||||||
|
|
||||||
|
| description | Good/Bad | Notes |
|
||||||
|
|:-------------------------|:--------:|:----------------------------------------------|
|
||||||
|
| `Address labels` | ✅ | |
|
||||||
|
| `Address Labels` | ❌ | Capitalized second word of description. |
|
||||||
|
| `Business cards` | ✅ | |
|
||||||
|
| `Multipurpose labels` | ✅ | |
|
||||||
|
| `CD/DVD labels` | ✅ | |
|
||||||
|
| `19mm x 30mm labels` | ❌ | Don't include size information. |
|
||||||
|
| `Labels 15 per sheet` | ❌ | Don't include layout or quantity information. |
|
||||||
|
| `Dymo continuous labels` | ❌ | Don't include brand or part number. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*Meta* Node Attributes
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
### *category* Attribute
|
||||||
|
|
||||||
|
- All templates should include all appropriate `<Meta category=...` nodes.
|
||||||
|
- Categories must match one of the existing categories in the [categories.xml](../templates/categories.xml) file. Do not add new categories!
|
||||||
|
- All templates should include either a `<Meta category="label"/>` or `<Meta category="card"/>` node.
|
||||||
|
|
||||||
|
|
||||||
|
### *product_url* Attribute
|
||||||
|
|
||||||
|
Unfortunately, manufacturer websites are constantly being updated and rearranged, rendering such deep URLs obsolete very quickly. Therefore,
|
||||||
|
use of this attribute is deprecated.
|
||||||
|
|
||||||
+11
-1
@@ -39,7 +39,7 @@ To Do List for gLabels 4.0 -- 2019-10-07
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
To Do List for post gLabels 4.0 -- 2019-03-17
|
To Do List for post gLabels 4.0 -- 2026-02-18
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
- [ ] Create a "built-in" merge source
|
- [ ] Create a "built-in" merge source
|
||||||
@@ -71,4 +71,14 @@ To Do List for post gLabels 4.0 -- 2019-03-17
|
|||||||
The current built-in fixed margin seems to confuse people when dealing with
|
The current built-in fixed margin seems to confuse people when dealing with
|
||||||
different horizontal and vertical alignments.
|
different horizontal and vertical alignments.
|
||||||
|
|
||||||
|
- [ ] Add support for arbitrary DPI when defining templates. Some label
|
||||||
|
printers use native units in their label specifications (e.g. pins, pixels, etc.)
|
||||||
|
This would look something like this
|
||||||
|
|
||||||
|
`... dpi="300" ... width="525d" height="350d" ...`
|
||||||
|
|
||||||
|
These would be converted to model::Distance when parsing.
|
||||||
|
|
||||||
|
- [ ] Resurrect the evolution and vcard backends. This would be optional based
|
||||||
|
on availability.
|
||||||
|
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
## Translation management
|
# Translations
|
||||||
|
|
||||||
We manage all translations within a [transifex](https://explore.transifex.com/glabels/). Please don't send your files via Github, use only transifex.
|
The translations of the user interface, the template database and the user manual (which is still under development)
|
||||||
|
are maintained at [Fedora Weblate](https://translate.fedoraproject.org/projects/glabels-qt/). Please always use
|
||||||
|
Weblate for translation submissions; we do not accept contributions from outside this platform. For more information about
|
||||||
|
using Weblate, read the [documentation](https://docs.weblate.org/en/latest/).
|
||||||
|
|
||||||
|
To contribute to translations, you need an account in the [Fedora Account System](https://accounts.fedoraproject.org/).
|
||||||
|
More information about the account system can be found [here](https://docs.fedoraproject.org/en-US/fedora-accounts/).
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// main.cpp
|
// main.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// AboutDialog.cpp
|
// AboutDialog.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
@@ -43,7 +43,7 @@ namespace glabels
|
|||||||
|
|
||||||
QString description = tr("A program to create labels and business cards.");
|
QString description = tr("A program to create labels and business cards.");
|
||||||
|
|
||||||
QString copyright = "Copyright © 2018 Jaye Evins <evins@snaught.com>";
|
QString copyright = "Copyright © 2016-2026 Jaye Evins <evins@snaught.com>";
|
||||||
|
|
||||||
QString licenseParagraph1 =
|
QString licenseParagraph1 =
|
||||||
tr( "gLabels is free software: you can redistribute it and/or modify "
|
tr( "gLabels is free software: you can redistribute it and/or modify "
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// AboutDialog.hpp
|
// AboutDialog.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenu.cpp
|
// BarcodeMenu.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenu.hpp
|
// BarcodeMenu.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenuButton.cpp
|
// BarcodeMenuButton.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenuButton.hpp
|
// BarcodeMenuButton.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenuItem.cpp
|
// BarcodeMenuItem.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// BarcodeMenuItem.hpp
|
// BarcodeMenuItem.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorButton.cpp
|
// ColorButton.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorButton.hpp
|
// ColorButton.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorHistory.cpp
|
// ColorHistory.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorHistory.hpp
|
// ColorHistory.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorPaletteDialog.cpp
|
// ColorPaletteDialog.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorPaletteDialog.hpp
|
// ColorPaletteDialog.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorPaletteItem.cpp
|
// ColorPaletteItem.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorPaletteItem.hpp
|
// ColorPaletteItem.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorSwatch.cpp
|
// ColorSwatch.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ColorSwatch.hpp
|
// ColorSwatch.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Cursors.cpp
|
// Cursors.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Cursors.hpp
|
// Cursors.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// EditVariableDialog.cpp
|
// EditVariableDialog.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2019 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2019-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// EditVariableDialog.hpp
|
// EditVariableDialog.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2019 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2019-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// FieldButton.cpp
|
// FieldButton.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2019 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2019-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// FieldButton.hpp
|
// FieldButton.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2019 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2019-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// File.cpp
|
// File.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// File.hpp
|
// File.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2017-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Help.cpp
|
// Help.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Help.hpp
|
// Help.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// LabelEditor.cpp
|
// LabelEditor.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// LabelEditor.hpp
|
// LabelEditor.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MainWindow.cpp
|
// MainWindow.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MainWindow.hpp
|
// MainWindow.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2014 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2014-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MergeTableModel.cpp
|
// MergeTableModel.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2025 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2025-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MergeTableModel.hpp
|
// MergeTableModel.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2025 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2025-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MergeView.cpp
|
// MergeView.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MergeView.hpp
|
// MergeView.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MiniPreviewPixmap.cpp
|
// MiniPreviewPixmap.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// MiniPreviewPixmap.hpp
|
// MiniPreviewPixmap.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// NotebookUtil.cpp
|
// NotebookUtil.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// NotebookUtil.hpp
|
// NotebookUtil.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2015-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ObjectEditor.cpp
|
// ObjectEditor.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ObjectEditor.hpp
|
// ObjectEditor.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PreferencesDialog.cpp
|
// PreferencesDialog.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PreferencesDialog.hpp
|
// PreferencesDialog.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2016-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Preview.cpp
|
// Preview.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// Preview.hpp
|
// Preview.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PreviewOverlayItem.cpp
|
// PreviewOverlayItem.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PreviewOverlayItem.hpp
|
// PreviewOverlayItem.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PrintView.cpp
|
// PrintView.cpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// PrintView.hpp
|
// PrintView.hpp
|
||||||
//
|
//
|
||||||
// Copyright (C) 2013-2016 Jaye Evins <evins@snaught.com>
|
// Copyright (C) 2013-2026 Jaye Evins <evins@snaught.com>
|
||||||
//
|
//
|
||||||
// This file is part of gLabels-qt.
|
// This file is part of gLabels-qt.
|
||||||
//
|
//
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user