Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Shkenev
gajim
Commits
638a8ecd
Commit
638a8ecd
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
add THANKS file and point to AUTHORS and THANKS in about dialog too
parent
63f216eb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-1
2 additions, 1 deletion
Makefile
THANKS
+33
-0
33 additions, 0 deletions
THANKS
src/dialogs.py
+6
-2
6 additions, 2 deletions
src/dialogs.py
with
41 additions
and
3 deletions
Makefile
+
2
−
1
View file @
638a8ecd
...
...
@@ -50,7 +50,7 @@ dist:
rm
-rf
gajim-
$(
VERSION
)
mkdir
gajim-
$(
VERSION
)
cp
-r
data src po gajim-
$(
VERSION
)
/
cp
AUTHORS gajim.1 gajim-remote.1 gajim.desktop.in COPYING Makefile Changelog README launch.sh gajim-
$(
VERSION
)
cp
AUTHORS gajim.1 gajim-remote.1 gajim.desktop.in COPYING
THANKS
Makefile Changelog README launch.sh gajim-
$(
VERSION
)
mkdir
gajim-
$(
VERSION
)
/scripts
for
s
in
$(
SCRIPTS
)
;
do
\
cp
$$
s gajim-
$(
VERSION
)
/scripts/
;
\
...
...
@@ -89,6 +89,7 @@ install:
cp
"./po/
$$
f"
"
$(
DESTDIR
)$(
PREFIX
)
/share/locale/
$$
DST/"
;
\
done
cp
COPYING
"
$(
DESTDIR
)$(
PREFIX
)
/share/gajim/"
;
cp
THANKS
"
$(
DESTDIR
)$(
PREFIX
)
/share/gajim/"
;
mkdir
-p
"
$(
DESTDIR
)$(
PREFIX
)
/share/pixmaps"
;
cp
data/pixmaps/gajim.png
"
$(
DESTDIR
)$(
PREFIX
)
/share/pixmaps/"
;
cp
data/pixmaps/gajim_about.png
"
$(
DESTDIR
)$(
PREFIX
)
/share/pixmaps/"
;
...
...
This diff is collapsed.
Click to expand it.
THANKS
0 → 100644
+
33
−
0
View file @
638a8ecd
Alexander Futász
Alexey Nezhdanov
Alfredo Junix
Andrew Sayman
Christian Bjälevik
Christoph Neuroth
Denis Craven
Dennis Craven
Fabian Neumann
Fabian Neumann
Filippos Papadopoulos
Francisco Alburquerque Parra (Membris Khan)
Frederic Lory
Fridtjof Bussefor
Guillaume Morin
Gustavo J. A. M. Carneiro
Juraj Michalek
Luis Peralta
Michele Campeotto
Mike Albon
Norman Rasmussen
Peter Saint-Andre
Petr Menšík
Sergey Kuleshov
Stavros Giannouris
Stian B. Barmen
Thomas Klein-Hitpaß
Urtzi Alfaro
Witold Kieraś
Yakov Bezrukov
Yavor Doganov
Last but not least, we thank all the package maintainers
This diff is collapsed.
Click to expand it.
src/dialogs.py
+
6
−
2
View file @
638a8ecd
...
...
@@ -443,12 +443,16 @@ def __init__(self):
dlg
.
set_website
(
'
http://www.gajim.org
'
)
authors
=
[
'
Current Developers:
'
,
'
Yann Le Boulanger <asterix@lagaule.org>
'
,
'
Nikos Kouremenos <kourem@gmail.com>
'
,
'
Dimitur Kirov <dkirov@gmail.com>
'
,
'
Travis Shirk <travis@pobox.com>
'
,
'
Gajim patchers
'
''
,
'
Read AUTHORS file for full list including past developers
'
,
'
Read THANKS file for contributors
'
,
]
#FIXME: make See authors setence and Current devs sentence translatable
dlg
.
set_authors
(
authors
)
...
...
@@ -456,7 +460,7 @@ def __init__(self):
dlg
.
props
.
wrap_license
=
True
pixbuf
=
gtk
.
gdk
.
pixbuf_new_from_file
(
os
.
path
.
join
(
gajim
.
DATA_DIR
,
'
pixmaps
/
gajim_about.png
'
))
gajim
.
DATA_DIR
,
'
pixmaps
'
,
'
gajim_about.png
'
))
dlg
.
set_logo
(
pixbuf
)
#here you write your name in the form Name FamilyName <someone@somewhere>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment