Skip to content
Snippets Groups Projects
Commit dc3cc278 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#1499] KDE integration

parent 903d3f80
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-05-29
# Last Modified: 2009-05-29 12:27:50 -0400
# Last Modified: 2009-05-29 15:18:56 -0400
#####################################################
. ./globals
......
......@@ -40,7 +40,7 @@ USER="sflphone"
WHOAMI=`whoami`
# packages we will build
PACKAGES=('sflphone-common sflphone-client-gnome')
PACKAGES=('sflphone-common sflphone-client-gnome' 'sflphone-client-kde')
# log file
LOG_ID="${OS_VERSION}"
......
......@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-05-27
# Last Modified: 2009-05-29 12:15:08 -0400
# Last Modified: 2009-05-29 15:18:14 -0400
#####################################################
. ../globals
......
......@@ -54,6 +54,10 @@ do
# copy the appropriate control file based on architecture
echo " -> generate control file"
if [ ! -e ${REPOSITORY_DIR}/${PACKAGE}/debian/control.$OS_VERSION ];then
echo " -> no control file, skipping"
continue
fi
cp ${REPOSITORY_DIR}/${PACKAGE}/debian/control.$OS_VERSION ${REPOSITORY_DIR}/${PACKAGE}/debian/control && \
sed -i "s/VERSION/${FULL_VERSION}/g" ${REPOSITORY_DIR}/${PACKAGE}/debian/control
......
sflphone-client-kde (0.9.6-0ubuntu1~1.gbpf07060) SYSTEM; urgency=low
** SNAPSHOT build @f07060721d61850d67b89f24f0415d7237281886 **
[ Emmanuel Milou ]
* [#1220] Add Conflicts: sflphone in debian control files
* [#1179] Add liblog4c3 runtime dependency
* [#1212] FIx typo error in dependency list for itnrepid
* [#1212] FIx .desktop file to point on the right exec
* [#1212] Modify changelog replacing tag
[ Sflphone Project ]
* "[#1262] Updated changelogs for version 0.9.5-0ubuntu1~beta"
[ Emmanuel Milou ]
* [#1212] restore changelogs
[ Sflphone Project ]
sflphone-client-kde (0.9.5-SYSVER~snapshot1243310516) SYSTEM; urgency=low
** SNAPSHOT 1243310516 **
* [#1317] Fixed compilation issues on opensuse 11
* [#1505] account list seem to crash the application when clicking
Apply very fast...
* [#1456] Add a flag to be replaced in the control files
* [#1456] Added version dependancy handling
* put account alias in AccountWidgetItem rather than in the item with
" " before.
* [#1034] The KDE client should start sflphoned if it is not started
* [#1500] Handle options for notifications and display on incoming
call.
* [#1443] Client should not crash when receive an unexpected
stateChanged signal
* [#1426] Daemon crashes when get alsa plugin
* commit for merge
* [#1424] Change logo in tray icon and put a different one when
incoming call
* [#1425] first part done, window title...
* [#1413] add manpages creating and installing in build system
* [#1417] The client should start the account creation wizard if
started for the first time (if config file doesn't exist)
* [#1421] Make volume bars horizontal when dialpad is hidden.
* Changed main window title and fixed a mistake in sflphone_const.h
* [#1412] make debian package building work
* changelog changed.
* Changed addAccount method in gnome client.
* Debian and man folders added.
* [#1388] Change project name from sflphone_kde to sflphone-client-kde
* Better handle of kabc check.
* [#1351] Automatic generation of dbus interfaces in makefile
generated by cmake
* [#1307] Implement "edit before call" in history and address book.
* [#1344] change action_call label in call history from "call" to
"call back".
* [#1308] Implement Hook feature in kde client
* Improved build system.
* #1219 : Add address book configuration page
* Better handling of registration to the daemon.
* #1039 : Add tray icon in kde.
* Issue no 1216 : Double click on item in history or address book
causes call.
* display peer name in call list and call history when called from
address book.
* Address book functionnal with photo displayed.
* Help menu kde available but actions disappeared. All fonctions in
view.
* Address book functionnal but ugly and making its own sort in the
complete address book.
* Account choice on right click, clean out includes, page address
book, fixed bugs...
* Wizard, double click, context menu...
* Removed sflphone_kde.kdevelop.filelist
* Added account creation wizard and translated interface in english.
* Transfer functionnal but ugly.
* transfer not functionnal
* Bug fixed : unholding (UNHOLD_CURRENT, UNHOLD_RECORD)
* Commit functional for push. With install.sh
* Before merge.
* Problem with enable accounts. Account display increased.
* Functional with codec order working , playDTMF.
* Commit functional.
* sflphone_kde/build added in .gitignore.
* complete commit for checkout previous.
* Commit before checkout previous version to check the display
bug(little font everywhere...)
* Functionnal client. Rest : history icons, config icons and
functionalities
* commit before merge asavard for isRecording.
* Call and Automate fusion done and seems to work.
* Commiting before putting Automate class in Call class.
* Functionnal main window without recording, history, voicemail, kio
widgets.
* client kde avec kdevelop.
* Config Dialog almost finished.
* Base of QT client
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 26 May 2009 00:02:37 -0400
sflphone-client-kde (0.9.5-SYSVER) SYSTEM; urgency=low
** 0.9.5 release **
* [#1060] FIx bug in chinese translation
* [#1313] git add rtpTest.cpp rtpTest.h
* [#1313] Add init/close rtp tests
* [#1313] Basic instanciation of the rtp layer
* [#1449] Gtk-Critical concerning history filters and new calls
* [#1400] Make the match with the hostname instead of username
* [#1324] Change status bar label for "Using %s (%s)"
* [#1403] Icon size: 60x60 px
* [#1403] Do not remove notification, improve icon quality
* [#1403] Add smaller icon for gnome notifications
* [#1403] Prevent crash when hangup && no notification
* [#1403] Remove all actions on notifications; code refactoring
* [#1451] Use stun.sflphone.org as default STUN server
* [#1060] New po files - need to be translated
* [#1060] Update french translation - Rebuild template file
* [#1456] Add a flag to be replaced in the control files
* [#1454] Make cppunit optional; remove from build deps in control
files
* [#1401] Add libexpat1-dev dependency in control files
* [#1448] Take off these ugly debug messages
* [#1448] fixed getTelephoneTone and getTelephoneFile() called
repeatedly
* [#1406] add liblog4c-dev in build-depends
* [#1409] Restore .desktop icon
-- SFLphone Automatic Build System <team@sflphone.org> Mon, 25 May 2009 11:34:48 -0400
sflphone-client-kde (0.9.5-SYSVER~rc2) SYSTEM; urgency=low
** 0.9.5 rc2 **
* [#1422] Improved error message
* [#1402] Fix pjsip build
* [#1404] Clear GTK-Critical Bug at client startup
* [#1422] Added automatic VM shutdown when building on more than one
VM
* [#1422] Fixed some issues with new changelog generation script
* [#1422] Moved distribution update to specific file
* [#1422] Dropped git-dch, replace by home made implementation
* [#1402] Fix pjsip build
* [#1404] Clear GTK-Critical Bug at client startup
* Changes for name based dbus connection
* Clean changelogs
* [#1343] Gnome: Implement a callback system to handle focus on
different widgets
* Debus Session
* Refactoring Python code, PEP8
* [#1430] Get back dbus_g_proxy_new_for_name
* [#1430] Get back DBUS_BUS_SESSION type
* [#1430] Dbus fixed owner message binding
* Second test with DBUS owner
* [#1404] Gnome -> Preferences -> Hooks
* [#1404] Gnome -> Preferences -> Recordings
* [#1404] Call History
* [#1404] Gnome -> Preferences -> Address Book
* [#1404] IF the first notification option disable the second
notification
* Dbus with fixed owner does not automatically start the deamon
* Add codec debug tests in pysflphone
* [#1407] Some print info
* [#1407] Add a scenario to pick_up action
* Test client dbus connection to a fixed owner
* Add python dbus test suite
* [#1161] Modified version handling in build system
* [#1314] Test pulse audio and audio streams connect and disconnect
* [#1402] Add info message after configure
* [#1402] Build the daemon with the local pjsip library (vs the
installed one)
* [#1009] Fix Codec Sampling Rate set to zeros
* [#1314] Add mutex to pulse layer audio streams
* [#1314] Refactoring pulseaudio stream to test connect disconnect
* [#1314] Refactoring of pulselayer to test conect/disconnect
* Add debug messages in debus calls concerning account
* [#1314] Add some return values to audio init functions
* [#1406] add liblog4c-dev in build-depends
* [#1409] Restore .desktop icon
* Bug #1405: Fix strings as requested.
* Bug #1404: Fix strings in preferences panel.
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 19 May 2009 12:08:18 -0400
sflphone-client-kde (0.9.5-0ubuntu1~rc1) SYSTEM; urgency=low
[ SFLphone Project ]
* [#1262] Updated changelogs for version 0.9.5-0ubuntu1 Snapshot 2009-
04-27
05-05
[ Emmanuel Milou ]
* [#1212] restore changelogs
* Add some python CLI client code; not really functional
* [#1108] Fix peerHungup method for IP to IP call
[ Sflphone Project ]
* [#1262] Updated changelogs for version 0.9.5-0ubuntu1~beta
[ Alexandre Savard ]
* [#1108] Correct setting of SIP contact for direct IP call
* [#1108] SIP user agent handles incoming REFER
[ Emmanuel Milou ]
* [#1212] restore changelogs
* Remove website from repository
* Update translation
[ Sflphone Project ]
* [#1262] Updated changelogs for version 0.9.5-0ubuntu1~beta
* [#1262] Updated changelogs for version 0.9.5-0ubuntu1 Snapshot 2009-
04-28
[ Alexandre Savard ]
* Sflphone icon's tooltip changed for "configured" instead of
"registered"
[ Emmanuel Milou ]
* [#1212] Restore changelogs
* Update translation
[ Sflphone Project ]
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Tue, 28 Apr 2009 12:23:35 -0400
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Tue, 05 May 2009 19:16:13 -0400
sflphone-client-gnome (0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
sflphone-client-kde (0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
[ Julien Bonjean ]
* Updated Eclipse stuff
......@@ -262,7 +415,7 @@ sflphone-client-gnome (0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Mon, 27 Apr 2009 17:00:03 -0400
sflphone-client-gnome (0.9.4-0ubuntu2) SYSTEM; urgency=low
sflphone-client-kde (0.9.4-0ubuntu2) SYSTEM; urgency=low
[ Alexandre Savard ]
* Restore speex and GSM detection
......
......@@ -31,7 +31,7 @@ build-arch: build-arch-stamp
build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package.
$(MAKE)
$(MAKE) -j
touch $@
build-indep: build-indep-stamp
......
......@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-04-20
# Last Modified: 2009-05-29 12:29:27 -0400
# Last Modified: 2009-05-29 14:23:45 -0400
#####################################################
#
......
......@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-05-13
# Last Modified: 2009-05-29 10:51:33 -0400
# Last Modified: 2009-05-29 14:23:50 -0400
#####################################################
# set -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment