Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
75e7363f
Commit
75e7363f
authored
Jun 14, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed all notiWindow.* files to notificationWindow.*
parent
350f7a9b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
meson.build
src/meson.build
+1
-1
notificationWindow.ui
src/notificationWindow/notificationWindow.ui
+0
-0
notificationWindow.vala
src/notificationWindow/notificationWindow.vala
+1
-1
sway_notification_center.gresource.xml
src/sway_notification_center.gresource.xml
+1
-1
No files found.
src/meson.build
View file @
75e7363f
...
...
@@ -28,7 +28,7 @@ app_sources = [
'swayncDaemon/swayncDaemon.vala',
'notiDaemon/notiDaemon.vala',
'notiModel/notiModel.vala',
'noti
Window/noti
Window.vala',
'noti
ficationWindow/notification
Window.vala',
'notification/notification.vala',
'controlCenter/controlCenter.vala',
'controlCenter/topAction/topAction.vala',
...
...
src/noti
Window/noti
Window.ui
→
src/noti
ficationWindow/notification
Window.ui
View file @
75e7363f
File moved
src/noti
Window/noti
Window.vala
→
src/noti
ficationWindow/notification
Window.vala
View file @
75e7363f
namespace
SwayNotificationCenter
{
[
GtkTemplate
(
ui
=
"/org/erikreider/sway-notification-center/noti
Window/noti
Window.ui"
)]
[
GtkTemplate
(
ui
=
"/org/erikreider/sway-notification-center/noti
ficationWindow/notification
Window.ui"
)]
public
class
NotificationWindow
:
Gtk
.
ApplicationWindow
{
[
GtkChild
]
...
...
src/sway_notification_center.gresource.xml
View file @
75e7363f
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource
prefix=
"/org/erikreider/sway-notification-center"
>
<file>
noti
Window/noti
Window.ui
</file>
<file>
noti
ficationWindow/notification
Window.ui
</file>
<file>
notification/notification.ui
</file>
<file>
controlCenter/controlCenter.ui
</file>
<file>
controlCenter/topAction/topAction.ui
</file>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment