-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
daniel.borgmann
committed
Nov 21, 2008
1 parent
c897fe9
commit 0e2271d
Showing
6 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2008-11-21 Daniel Borgmann <[email protected]> | ||
|
||
* data/Makefile.am: | ||
* data/glasscat-project-ui.xml: | ||
* data/glasscat-ui.xml: | ||
* glasscat/application.vala: | ||
* glasscat/projectwindow.vala: | ||
|
||
Add project placeholder and ui definition. | ||
|
||
2008-11-20 Daniel Borgmann <daniel@daniel-laptop> | ||
|
||
* glasscat/application.vala: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<ui> | ||
<menubar name="menubar"> | ||
<placeholder name="project-placeholder" /> | ||
<menu action="project"> | ||
</menu> | ||
</placeholder> | ||
<menu action="help"> | ||
<menuitem action="about"/> | ||
</menu> | ||
</menubar> | ||
</ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters