mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #237] [MERGED] feat(ipc): commands for opening/closing popups #7594
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/237
Author: @JakeStanger
Created: 7/16/2023
Status: ✅ Merged
Merged: 7/16/2023
Merged by: @JakeStanger
Base:
master← Head:feat/ipc-popup📝 Commits (1)
b7ee794feat(ipc): commands for opening/closing popups📊 Changes
30 files changed (+747 additions, -345 deletions)
View changed files
📝
docs/Controlling Ironbar.md(+43 -0)📝
src/bar.rs(+27 -6)➕
src/global_state.rs(+43 -0)📝
src/gtk_helpers.rs(+73 -4)📝
src/image/gtk.rs(+7 -7)📝
src/ipc/commands.rs(+25 -1)📝
src/ipc/mod.rs(+11 -2)📝
src/ipc/server.rs(+92 -13)📝
src/main.rs(+56 -43)📝
src/modules/clipboard.rs(+13 -11)📝
src/modules/clock.rs(+17 -16)📝
src/modules/custom/box.rs(+1 -1)📝
src/modules/custom/button.rs(+8 -6)📝
src/modules/custom/image.rs(+6 -4)📝
src/modules/custom/label.rs(+5 -3)📝
src/modules/custom/mod.rs(+22 -14)📝
src/modules/custom/progress.rs(+7 -5)📝
src/modules/custom/slider.rs(+11 -9)📝
src/modules/focused.rs(+6 -6)📝
src/modules/label.rs(+3 -3)...and 10 more files
📄 Description
Also includes some refactoring around related GTK helper code
Resolves #91
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.