Merge lp:~cando/activity-log-manager/vala into lp:activity-log-manager/0.8

Proposed by Stefano Candori
Status: Rejected
Rejected by: Manish Sinha (मनीष सिन्हा)
Proposed branch: lp:~cando/activity-log-manager/vala
Merge into: lp:activity-log-manager/0.8
Diff against target: 656 lines (+590/-0) (has conflicts)
12 files modified
COPYING (+166/-0)
ChangeLog (+2/-0)
Makefile.am (+21/-0)
autogen.sh (+157/-0)
configure.ac (+25/-0)
src/Makefile.am (+30/-0)
src/activity-log-manager.vala (+44/-0)
src/alm.vala (+53/-0)
src/applications-widget.vala (+27/-0)
src/config.vapi (+11/-0)
src/files-widget.vala (+27/-0)
src/history-widget.vala (+27/-0)
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
To merge this branch: bzr merge lp:~cando/activity-log-manager/vala
Reviewer Review Type Date Requested Status
Activity Log Manager Pending
Review via email: mp+88605@code.launchpad.net

Description of the change

I've cleaned up the vala branch and added other little things (advanced tab):this branch is the result.
I suggest to use this branch instead of the old one.

To post a comment you must log in.
Revision history for this message
Seif Lotfy (seif) wrote :

we will not use the advanced tab for the rewrite

On Sun, Jan 15, 2012 at 12:55 PM, Stefano Candori <<email address hidden>
> wrote:

> Stefano Candori has proposed merging lp:~cando/activity-log-manager/vala
> into lp:activity-log-manager.
>
> Requested reviews:
> Activity Log Manager (activity-log-manager)
>
> For more details, see:
> https://code.launchpad.net/~cando/activity-log-manager/vala/+merge/88605
>
> I've cleaned up the vala branch and added other little things (advanced
> tab):this branch is the result.
> I suggest to use this branch instead of the old one.
> --
> https://code.launchpad.net/~cando/activity-log-manager/vala/+merge/88605
> You are subscribed to branch lp:activity-log-manager.
>

lp:~cando/activity-log-manager/vala updated
2. By Stefano Candori

Removed Advanced tab.

Unmerged revisions

2. By Stefano Candori

Removed Advanced tab.

1. By Stefano Candori

Init commit.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'AUTHORS'
=== added file 'COPYING'
--- COPYING 1970-01-01 00:00:00 +0000
+++ COPYING 2012-01-15 13:31:23 +0000
@@ -0,0 +1,166 @@
1 GNU LESSER GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007
3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed.
7
8
9 This version of the GNU Lesser General Public License incorporates
10the terms and conditions of version 3 of the GNU General Public
11License, supplemented by the additional permissions listed below.
12
13 0. Additional Definitions.
14
15 As used herein, "this License" refers to version 3 of the GNU Lesser
16General Public License, and the "GNU GPL" refers to version 3 of the GNU
17General Public License.
18
19 "The Library" refers to a covered work governed by this License,
20other than an Application or a Combined Work as defined below.
21
22 An "Application" is any work that makes use of an interface provided
23by the Library, but which is not otherwise based on the Library.
24Defining a subclass of a class defined by the Library is deemed a mode
25of using an interface provided by the Library.
26
27 A "Combined Work" is a work produced by combining or linking an
28Application with the Library. The particular version of the Library
29with which the Combined Work was made is also called the "Linked
30Version".
31
32 The "Minimal Corresponding Source" for a Combined Work means the
33Corresponding Source for the Combined Work, excluding any source code
34for portions of the Combined Work that, considered in isolation, are
35based on the Application, and not on the Linked Version.
36
37 The "Corresponding Application Code" for a Combined Work means the
38object code and/or source code for the Application, including any data
39and utility programs needed for reproducing the Combined Work from the
40Application, but excluding the System Libraries of the Combined Work.
41
42 1. Exception to Section 3 of the GNU GPL.
43
44 You may convey a covered work under sections 3 and 4 of this License
45without being bound by section 3 of the GNU GPL.
46
47 2. Conveying Modified Versions.
48
49 If you modify a copy of the Library, and, in your modifications, a
50facility refers to a function or data to be supplied by an Application
51that uses the facility (other than as an argument passed when the
52facility is invoked), then you may convey a copy of the modified
53version:
54
55 a) under this License, provided that you make a good faith effort to
56 ensure that, in the event an Application does not supply the
57 function or data, the facility still operates, and performs
58 whatever part of its purpose remains meaningful, or
59
60 b) under the GNU GPL, with none of the additional permissions of
61 this License applicable to that copy.
62
63 3. Object Code Incorporating Material from Library Header Files.
64
65 The object code form of an Application may incorporate material from
66a header file that is part of the Library. You may convey such object
67code under terms of your choice, provided that, if the incorporated
68material is not limited to numerical parameters, data structure
69layouts and accessors, or small macros, inline functions and templates
70(ten or fewer lines in length), you do both of the following:
71
72 a) Give prominent notice with each copy of the object code that the
73 Library is used in it and that the Library and its use are
74 covered by this License.
75
76 b) Accompany the object code with a copy of the GNU GPL and this license
77 document.
78
79 4. Combined Works.
80
81 You may convey a Combined Work under terms of your choice that,
82taken together, effectively do not restrict modification of the
83portions of the Library contained in the Combined Work and reverse
84engineering for debugging such modifications, if you also do each of
85the following:
86
87 a) Give prominent notice with each copy of the Combined Work that
88 the Library is used in it and that the Library and its use are
89 covered by this License.
90
91 b) Accompany the Combined Work with a copy of the GNU GPL and this license
92 document.
93
94 c) For a Combined Work that displays copyright notices during
95 execution, include the copyright notice for the Library among
96 these notices, as well as a reference directing the user to the
97 copies of the GNU GPL and this license document.
98
99 d) Do one of the following:
100
101 0) Convey the Minimal Corresponding Source under the terms of this
102 License, and the Corresponding Application Code in a form
103 suitable for, and under terms that permit, the user to
104 recombine or relink the Application with a modified version of
105 the Linked Version to produce a modified Combined Work, in the
106 manner specified by section 6 of the GNU GPL for conveying
107 Corresponding Source.
108
109 1) Use a suitable shared library mechanism for linking with the
110 Library. A suitable mechanism is one that (a) uses at run time
111 a copy of the Library already present on the user's computer
112 system, and (b) will operate properly with a modified version
113 of the Library that is interface-compatible with the Linked
114 Version.
115
116 e) Provide Installation Information, but only if you would otherwise
117 be required to provide such information under section 6 of the
118 GNU GPL, and only to the extent that such information is
119 necessary to install and execute a modified version of the
120 Combined Work produced by recombining or relinking the
121 Application with a modified version of the Linked Version. (If
122 you use option 4d0, the Installation Information must accompany
123 the Minimal Corresponding Source and Corresponding Application
124 Code. If you use option 4d1, you must provide the Installation
125 Information in the manner specified by section 6 of the GNU GPL
126 for conveying Corresponding Source.)
127
128 5. Combined Libraries.
129
130 You may place library facilities that are a work based on the
131Library side by side in a single library together with other library
132facilities that are not Applications and are not covered by this
133License, and convey such a combined library under terms of your
134choice, if you do both of the following:
135
136 a) Accompany the combined library with a copy of the same work based
137 on the Library, uncombined with any other library facilities,
138 conveyed under the terms of this License.
139
140 b) Give prominent notice with the combined library that part of it
141 is a work based on the Library, and explaining where to find the
142 accompanying uncombined form of the same work.
143
144 6. Revised Versions of the GNU Lesser General Public License.
145
146 The Free Software Foundation may publish revised and/or new versions
147of the GNU Lesser General Public License from time to time. Such new
148versions will be similar in spirit to the present version, but may
149differ in detail to address new problems or concerns.
150
151 Each version is given a distinguishing version number. If the
152Library as you received it specifies that a certain numbered version
153of the GNU Lesser General Public License "or any later version"
154applies to it, you have the option of following the terms and
155conditions either of that published version or of any later version
156published by the Free Software Foundation. If the Library as you
157received it does not specify a version number of the GNU Lesser
158General Public License, you may choose any version of the GNU Lesser
159General Public License ever published by the Free Software Foundation.
160
161 If the Library as you received it specifies that a proxy can decide
162whether future versions of the GNU Lesser General Public License shall
163apply, that proxy's public statement of acceptance of any version is
164permanent authorization for you to choose that version for the
165Library.
166
0167
=== renamed file 'COPYING' => 'COPYING.moved'
=== added file 'ChangeLog'
--- ChangeLog 1970-01-01 00:00:00 +0000
+++ ChangeLog 2012-01-15 13:31:23 +0000
@@ -0,0 +1,2 @@
1
2
03
=== added symlink 'INSTALL'
=== target is u'/usr/share/automake-1.11/INSTALL'
=== added file 'Makefile.am'
--- Makefile.am 1970-01-01 00:00:00 +0000
+++ Makefile.am 2012-01-15 13:31:23 +0000
@@ -0,0 +1,21 @@
1## Process this file with automake to produce Makefile.in
2## Created by Anjuta
3
4SUBDIRS = src
5
6almdocdir = ${prefix}/doc/alm
7almdoc_DATA = \
8 README\
9 COPYING\
10 AUTHORS\
11 ChangeLog\
12 INSTALL\
13 NEWS
14
15
16EXTRA_DIST = $(almdoc_DATA)
17
18
19# Remove doc directory on uninstall
20uninstall-local:
21 -rm -r $(almdocdir)
022
=== added file 'NEWS'
=== added file 'README'
=== added file 'autogen.sh'
--- autogen.sh 1970-01-01 00:00:00 +0000
+++ autogen.sh 2012-01-15 13:31:23 +0000
@@ -0,0 +1,157 @@
1#!/bin/sh
2# Run this to generate all the initial makefiles, etc.
3
4srcdir=`dirname $0`
5test -z "$srcdir" && srcdir=.
6
7DIE=0
8
9if [ -n "$GNOME2_DIR" ]; then
10 ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
11 LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
12 PATH="$GNOME2_DIR/bin:$PATH"
13 export PATH
14 export LD_LIBRARY_PATH
15fi
16
17(test -f $srcdir/configure.ac) || {
18 echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
19 echo " top-level package directory"
20 exit 1
21}
22
23(autoconf --version) < /dev/null > /dev/null 2>&1 || {
24 echo
25 echo "**Error**: You must have \`autoconf' installed."
26 echo "Download the appropriate package for your distribution,"
27 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
28 DIE=1
29}
30
31(grep "^IT_PROG_INTLTOOL" $srcdir/configure.ac >/dev/null) && {
32 (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
33 echo
34 echo "**Error**: You must have \`intltool' installed."
35 echo "You can get it from:"
36 echo " ftp://ftp.gnome.org/pub/GNOME/"
37 DIE=1
38 }
39}
40
41(grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/configure.ac >/dev/null) && {
42 (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || {
43 echo
44 echo "**Error**: You must have \`xml-i18n-toolize' installed."
45 echo "You can get it from:"
46 echo " ftp://ftp.gnome.org/pub/GNOME/"
47 DIE=1
48 }
49}
50
51(grep "^LT_INIT" $srcdir/configure.ac >/dev/null) && {
52 (libtool --version) < /dev/null > /dev/null 2>&1 || {
53 echo
54 echo "**Error**: You must have \`libtool' installed."
55 echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
56 DIE=1
57 }
58}
59
60(grep "^AM_GLIB_GNU_GETTEXT" $srcdir/configure.ac >/dev/null) && {
61 (grep "sed.*POTFILES" $srcdir/configure.ac) > /dev/null || \
62 (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || {
63 echo
64 echo "**Error**: You must have \`glib' installed."
65 echo "You can get it from: ftp://ftp.gtk.org/pub/gtk"
66 DIE=1
67 }
68}
69
70(automake --version) < /dev/null > /dev/null 2>&1 || {
71 echo
72 echo "**Error**: You must have \`automake' installed."
73 echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
74 DIE=1
75 NO_AUTOMAKE=yes
76}
77
78
79# if no automake, don't bother testing for aclocal
80test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
81 echo
82 echo "**Error**: Missing \`aclocal'. The version of \`automake'"
83 echo "installed doesn't appear recent enough."
84 echo "You can get automake from ftp://ftp.gnu.org/pub/gnu/"
85 DIE=1
86}
87
88if test "$DIE" -eq 1; then
89 exit 1
90fi
91
92if test -z "$*"; then
93 echo "**Warning**: I am going to run \`configure' with no arguments."
94 echo "If you wish to pass any to it, please specify them on the"
95 echo \`$0\'" command line."
96 echo
97fi
98
99case $CC in
100xlc )
101 am_opt=--include-deps;;
102esac
103
104for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print`
105do
106 dr=`dirname $coin`
107 if test -f $dr/NO-AUTO-GEN; then
108 echo skipping $dr -- flagged as no auto-gen
109 else
110 echo processing $dr
111 ( cd $dr
112
113 aclocalinclude="$ACLOCAL_FLAGS"
114
115 if grep "^AM_GLIB_GNU_GETTEXT" configure.ac >/dev/null; then
116 echo "Creating $dr/aclocal.m4 ..."
117 test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
118 echo "Running glib-gettextize... Ignore non-fatal messages."
119 echo "no" | glib-gettextize --force --copy
120 echo "Making $dr/aclocal.m4 writable ..."
121 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
122 fi
123 if grep "^IT_PROG_INTLTOOL" configure.ac >/dev/null; then
124 echo "Running intltoolize..."
125 intltoolize --copy --force --automake
126 fi
127 if grep "^AM_PROG_XML_I18N_TOOLS" configure.ac >/dev/null; then
128 echo "Running xml-i18n-toolize..."
129 xml-i18n-toolize --copy --force --automake
130 fi
131 if grep "^LT_INIT" configure.ac >/dev/null; then
132 if test -z "$NO_LIBTOOLIZE" ; then
133 echo "Running libtoolize..."
134 libtoolize --force --copy
135 fi
136 fi
137 echo "Running aclocal $aclocalinclude ..."
138 aclocal $aclocalinclude
139 if grep "^A[CM]_CONFIG_HEADER" configure.ac >/dev/null; then
140 echo "Running autoheader..."
141 autoheader
142 fi
143 echo "Running automake --gnu $am_opt ..."
144 automake --add-missing --gnu $am_opt
145 echo "Running autoconf ..."
146 autoconf
147 )
148 fi
149done
150
151if test x$NOCONFIGURE = x; then
152 echo Running $srcdir/configure "$@" ...
153 $srcdir/configure "$@" \
154 && echo Now type \`make\' to compile. || exit 1
155else
156 echo Skipping configure process.
157fi
0158
=== added file 'configure.ac'
--- configure.ac 1970-01-01 00:00:00 +0000
+++ configure.ac 2012-01-15 13:31:23 +0000
@@ -0,0 +1,25 @@
1AC_INIT(alm, 0.1)
2
3AC_CONFIG_HEADERS([config.h])
4
5AM_INIT_AUTOMAKE([1.11])
6
7AM_SILENT_RULES([yes])
8
9AC_PROG_CC
10
11
12LT_INIT
13
14
15AM_PROG_VALAC([0.10.0])
16
17
18PKG_CHECK_MODULES(ALM, [gtk+-3.0 zeitgeist-1.0 gee-1.0])
19
20
21AC_OUTPUT([
22Makefile
23src/Makefile
24
25])
026
=== added directory 'src'
=== added file 'src/Makefile.am'
--- src/Makefile.am 1970-01-01 00:00:00 +0000
+++ src/Makefile.am 2012-01-15 13:31:23 +0000
@@ -0,0 +1,30 @@
1AM_CPPFLAGS = \
2 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
3 -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
4 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5 $(ALM_CFLAGS)
6
7AM_CFLAGS =\
8 -Wall\
9 -g
10
11VALAFLAGS = \
12 --pkg zeitgeist-1.0 \
13 --pkg gtk+-3.0 \
14 --pkg gee-1.0
15
16bin_PROGRAMS = alm
17
18alm_SOURCES = \
19 alm.vala \
20 config.vapi \
21 activity-log-manager.vala \
22 history-widget.vala \
23 files-widget.vala \
24 applications-widget.vala
25
26alm_LDFLAGS = \
27 -Wl,--export-dynamic
28
29alm_LDADD = $(ALM_LIBS)
30
031
=== added file 'src/activity-log-manager.vala'
--- src/activity-log-manager.vala 1970-01-01 00:00:00 +0000
+++ src/activity-log-manager.vala 2012-01-15 13:31:23 +0000
@@ -0,0 +1,44 @@
1/*
2 * activity-log-manager.vala
3 * Copyright (C) Seif Lotfy 2012 <seif@lotfy.com>
4 * Copyright (C) Stefano Candori 2012 <stefano.candori@gmail.com>
5 *
6 * alm is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * alm is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
18 */
19
20public class ActivityLogManager : Gtk.Box {
21 private Gtk.Notebook notebook;
22 private HistoryWidget history_widget;
23 private FilesWidget files_widget;
24 private ApplicationsWidget apps_widget;
25
26 // Constructor
27 public ActivityLogManager () {
28 Object(orientation: Gtk.Orientation.VERTICAL);
29 this.set_size_request(600,400);
30 notebook = new Gtk.Notebook();
31 this.pack_start(notebook, true, true, 0);
32
33 history_widget = new HistoryWidget();
34 notebook.append_page(history_widget, new Gtk.Label("History"));
35
36 files_widget = new FilesWidget();
37 notebook.append_page(files_widget, new Gtk.Label("Files"));
38
39 apps_widget = new ApplicationsWidget();
40 notebook.append_page(apps_widget, new Gtk.Label("Applications"));
41
42 this.show_all();
43 }
44}
045
=== added file 'src/alm.vala'
--- src/alm.vala 1970-01-01 00:00:00 +0000
+++ src/alm.vala 2012-01-15 13:31:23 +0000
@@ -0,0 +1,53 @@
1/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2/*
3 * main.c
4 * Copyright (C) Seif Lotfy 2012 <seif@lotfy.com>
5 *
6alm is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * alm is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
18 */
19
20using GLib;
21using Gtk;
22
23public class Main : Object
24{
25
26 public Main ()
27 {
28
29 Window window = new Window();
30 window.set_title ("Activity Log Manager");
31
32 var widget = new ActivityLogManager();
33 window.add(widget);
34
35 window.show_all();
36 window.destroy.connect(on_destroy);
37
38 }
39
40 [CCode (instance_pos = -1)]
41 public void on_destroy (Widget window)
42 {
43 Gtk.main_quit();
44 }
45
46 static int main (string[] args)
47 {
48 Gtk.init (ref args);
49 var app = new Main ();
50 Gtk.main ();
51 return 0;
52 }
53}
054
=== added file 'src/applications-widget.vala'
--- src/applications-widget.vala 1970-01-01 00:00:00 +0000
+++ src/applications-widget.vala 2012-01-15 13:31:23 +0000
@@ -0,0 +1,27 @@
1/* -*- Mode: vala; tab-width: 4; intend-tabs-mode: t -*- */
2/* alm
3 *
4 * Copyright (C) Seif Lotfy 2012 <seif@lotfy.com>
5 *
6alm is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * alm is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
18 */
19
20public class ApplicationsWidget : Gtk.Box {
21
22 // Constructor
23 public ApplicationsWidget () {
24
25 }
26
27}
028
=== added file 'src/config.vapi'
--- src/config.vapi 1970-01-01 00:00:00 +0000
+++ src/config.vapi 2012-01-15 13:31:23 +0000
@@ -0,0 +1,11 @@
1[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
2namespace Config {
3 public const string GETTEXT_PACKAGE;
4 public const string SPRITE_DIR;
5 public const string BACKGROUND_DIR;
6 public const string PACKAGE_DATA_DIR;
7 public const string PACKAGE_LOCALE_DIR;
8 public const string PACKAGE_NAME;
9 public const string PACKAGE_VERSION;
10 public const string VERSION;
11}
012
=== added file 'src/files-widget.vala'
--- src/files-widget.vala 1970-01-01 00:00:00 +0000
+++ src/files-widget.vala 2012-01-15 13:31:23 +0000
@@ -0,0 +1,27 @@
1/* -*- Mode: vala; tab-width: 4; intend-tabs-mode: t -*- */
2/* alm
3 *
4 * Copyright (C) Seif Lotfy 2012 <seif@lotfy.com>
5 *
6alm is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * alm is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
18 */
19
20public class FilesWidget : Gtk.Box {
21
22 // Constructor
23 public FilesWidget () {
24
25 }
26
27}
028
=== added file 'src/history-widget.vala'
--- src/history-widget.vala 1970-01-01 00:00:00 +0000
+++ src/history-widget.vala 2012-01-15 13:31:23 +0000
@@ -0,0 +1,27 @@
1/* -*- Mode: vala; tab-width: 4; intend-tabs-mode: t -*- */
2/* alm
3 *
4 * Copyright (C) Seif Lotfy 2012 <seif@lotfy.com>
5 *
6alm is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * alm is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
18 */
19
20public class HistoryWidget : Gtk.Box {
21
22 // Constructor
23 public HistoryWidget () {
24
25 }
26
27}

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: