moonshot-ui.git
10 years agoattempt DBUS_GLIB fix
Kevin Wasserman [Fri, 17 May 2013 18:12:09 +0000 (14:12 -0400)]
attempt DBUS_GLIB fix

10 years agoWindows fix for Makefile.am
Kevin Wasserman [Thu, 16 May 2013 19:14:27 +0000 (15:14 -0400)]
Windows fix for Makefile.am

10 years agoWindows fixes for headless operation
Kevin Wasserman [Thu, 16 May 2013 19:13:24 +0000 (15:13 -0400)]
Windows fixes for headless operation

10 years agoidentity manager: support add identities in headless mode
Kevin Wasserman [Thu, 16 May 2013 17:28:10 +0000 (13:28 -0400)]
identity manager: support add identities in headless mode

10 years agoUpdate release to include new changes in rpms
Sam Hartman [Fri, 10 May 2013 10:15:40 +0000 (06:15 -0400)]
Update release to include new changes in rpms

10 years agoFix identity selector relaunch issue (LP# 1172751)
Kevin Wasserman [Sat, 4 May 2013 02:54:41 +0000 (22:54 -0400)]
Fix identity selector relaunch issue (LP# 1172751)

When identity selector is already running, but hidden
a subsequent attempt to start an identity selector process
now sends a dbus message to the original process telling it
to show the ui. The new process then exits with an appropriate
message.

11 years agoMerge branch 'master' of http://www.project-moonshot.org/git/moonshot-ui
Kevin Wasserman [Tue, 30 Apr 2013 21:59:05 +0000 (17:59 -0400)]
Merge branch 'master' of project-moonshot.org/git/moonshot-ui

11 years agoIdentity manager: fix assertion when no identities present
Kevin Wasserman [Tue, 30 Apr 2013 21:57:49 +0000 (17:57 -0400)]
Identity manager: fix assertion when no identities present

11 years agoUpdate spec file to make package installable
Sam Hartman [Tue, 30 Apr 2013 18:35:39 +0000 (14:35 -0400)]
Update spec file to make package installable

11 years agoDistribute and spec updates
Sam hartman [Fri, 26 Apr 2013 18:57:14 +0000 (19:57 +0100)]
Distribute and spec updates

11 years agoDon't prompt for password when sending 'no identity' card
Kevin Wasserman [Mon, 29 Apr 2013 18:03:33 +0000 (14:03 -0400)]
Don't prompt for password when sending 'no identity' card

11 years agoIdentity Selector: Add special 'No Identity' idcard (LP# 1164611)
Kevin Wasserman [Thu, 25 Apr 2013 18:41:14 +0000 (14:41 -0400)]
Identity Selector: Add special 'No Identity' idcard (LP# 1164611)

The 'No Identity' card is used to remember services that do
not want to use Moonshot for authentication.

11 years agoWhen prompting for identity, show requesting service
Kevin Wasserman [Mon, 22 Apr 2013 22:53:48 +0000 (18:53 -0400)]
When prompting for identity, show requesting service

11 years agoDo not exit app when responding to identity request, just hide.
Kevin Wasserman [Wed, 17 Apr 2013 13:04:05 +0000 (09:04 -0400)]
Do not exit app when responding to identity request, just hide.

Temporary fix for issue where identity selector exits without
sending identity.

11 years agoTrack whether launched by user or by dbus (LP: #1166456)
Kevin Wasserman [Thu, 11 Apr 2013 16:03:16 +0000 (12:03 -0400)]
Track whether launched by user or by dbus (LP: #1166456)

Do not show ui when launched by dbus unless required.
Quit after sending response only when launched for dbus

11 years agoClear listmodel in load_id_cards(); use remove instead of delete
Kevin Wasserman [Tue, 9 Apr 2013 20:24:24 +0000 (16:24 -0400)]
Clear listmodel in load_id_cards(); use remove instead of delete

Fixes bogus stale identities bug.

11 years agofix remove button to update id card in store (LP: #1164765)
Kevin Wasserman [Tue, 9 Apr 2013 16:40:09 +0000 (12:40 -0400)]
fix remove button to update id card in store (LP: #1164765)

11 years agoChange title to "Moonshot Identity Selector"
Kevin Wasserman [Tue, 9 Apr 2013 15:17:28 +0000 (11:17 -0400)]
Change title to "Moonshot Identity Selector"

11 years agoRemove widget from vbox so deallocated widgets are not displayed
Kevin Wasserman [Tue, 9 Apr 2013 15:06:48 +0000 (11:06 -0400)]
Remove widget from vbox so deallocated widgets are not displayed

11 years agoup version to 0.5
Sam Hartman [Tue, 26 Mar 2013 16:52:59 +0000 (12:52 -0400)]
up version to 0.5

11 years agoSet 'confirm' true when no candidates match to force user to select one.
Kevin Wasserman [Tue, 26 Mar 2013 14:06:07 +0000 (10:06 -0400)]
Set 'confirm' true when no candidates match to force user to select one.

11 years agoFix logic for checking for null idcard
Kevin Wasserman [Tue, 26 Mar 2013 14:05:24 +0000 (10:05 -0400)]
Fix logic for checking for null idcard

11 years agolibmoonshot: use dbus_g_connection_open
Sam Hartman [Thu, 21 Mar 2013 22:30:37 +0000 (18:30 -0400)]
libmoonshot: use dbus_g_connection_open

It turns out that opening a bus with dbus_connection_open and then
using dbus_connection_get_g_connection does not actually set up the
type serialization system so nothing works on the resulting bus.
Instead, use g_connections everywhere we can and explicitly get the
real connection for name owner and service start operations.

11 years agoFix defines for headless operation
Kevin Wasserman [Thu, 21 Mar 2013 21:15:20 +0000 (17:15 -0400)]
Fix defines for headless operation

11 years agoIdentity selector support for headless operation
Kevin Wasserman [Wed, 20 Mar 2013 13:53:28 +0000 (09:53 -0400)]
Identity selector support for headless operation

Also fix bugs related to multiple requests.

11 years agooops _SCRIPTS not _PROGRAMS
Sam Hartman [Tue, 19 Mar 2013 14:52:21 +0000 (10:52 -0400)]
oops _SCRIPTS not _PROGRAMS

11 years agomoonshot-dbus-launch: script to launch session dbus
Sam Hartman [Tue, 19 Mar 2013 14:42:12 +0000 (10:42 -0400)]
moonshot-dbus-launch: script to launch session dbus

11 years agolibmoonshot: register with dbus
Sam Hartman [Tue, 19 Mar 2013 14:14:40 +0000 (10:14 -0400)]
libmoonshot: register with dbus

Call dbus_bus_register. Clean up error handling to release resources
if bus registration fails.

11 years agolibmoonshot: spawn moonshot-dbus-launch
Sam Hartman [Tue, 19 Mar 2013 13:30:09 +0000 (09:30 -0400)]
libmoonshot: spawn moonshot-dbus-launch

Call the moonshot-dbus-launch script to attempt to set up a session
bus. Connect to address written on stdout.

11 years agolibmoonshot: Skeleton for auto launch without X11
Sam Hartman [Tue, 19 Mar 2013 01:01:17 +0000 (21:01 -0400)]
libmoonshot: Skeleton for auto launch without X11

The auto launch code in libdbus doesn't work unless DISPLAY is set on
unix.  For headless operation we need to work even in that case.  In
preparation for this call dbus_launch_moonshot (currently a stub) as a
second chance for bus launch.

11 years agoFix PACKAGE_URL error when using autoconf 2.63
Kevin Wasserman [Fri, 30 Nov 2012 18:41:47 +0000 (13:41 -0500)]
Fix PACKAGE_URL error when using autoconf 2.63

11 years agoUse --pkg to avoid parsing moonshot-msrpc.vapi unless needed
Sam Hartman [Fri, 31 Aug 2012 17:10:31 +0000 (13:10 -0400)]
Use --pkg to avoid parsing moonshot-msrpc.vapi unless needed

11 years agoCannot use const strings with our version of vala
Sam Hartman [Sat, 19 May 2012 00:41:59 +0000 (20:41 -0400)]
Cannot use const strings with our version of vala

12 years agoMore tidying
Pete Fotheringham [Thu, 9 Feb 2012 09:37:58 +0000 (09:37 +0000)]
More tidying

12 years agoMOIve reference rto GtkOSXApplication inot conditionally compiled code
Pete Fotheringham [Thu, 9 Feb 2012 08:24:54 +0000 (08:24 +0000)]
MOIve reference rto GtkOSXApplication inot conditionally compiled code

12 years agoFix S928 [bug] 924920 Mac port - provisioning crashes on exit
Pete Fotheringham [Tue, 7 Feb 2012 15:52:10 +0000 (15:52 +0000)]
Fix S928 [bug] 924920 Mac port - provisioning crashes on exit
Crash happens if a dialog is displayed in the signal_handler function. This seems toi be a bug in the gtk-mac-integration whihc will be raised with the authors. For now, on Mac we will installe the cards without confirmation

12 years agoPicks up the newe Dbus
Pete Fotheringham [Thu, 2 Feb 2012 15:02:44 +0000 (15:02 +0000)]
Picks up the newe Dbus

12 years agoDo not associate the service if the IdCard already has it
Javier Jardón [Wed, 1 Feb 2012 20:12:21 +0000 (20:12 +0000)]
Do not associate the service if the IdCard already has it

12 years agoRemove leftover debug spew
Javier Jardón [Wed, 1 Feb 2012 16:36:32 +0000 (16:36 +0000)]
Remove leftover debug spew

12 years agoRemoved old debugging code
Pete Fotheringham [Wed, 1 Feb 2012 15:07:23 +0000 (15:07 +0000)]
Removed old debugging code

12 years agoUse AC_INIT to set the project web page
Javier Jardón [Wed, 1 Feb 2012 14:09:59 +0000 (14:09 +0000)]
Use AC_INIT to set the project web page

Also add the version of the program

12 years agomoonshot-identity-management-view: Fix compilation warning
Javier Jardón [Wed, 1 Feb 2012 13:33:20 +0000 (13:33 +0000)]
moonshot-identity-management-view: Fix compilation warning

12 years agoMerge branch 'master' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui
Pete Fotheringham [Wed, 1 Feb 2012 14:35:56 +0000 (14:35 +0000)]
Merge branch 'master' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui

12 years agoFixed S598 [bug] 911172 - File Association
Pete Fotheringham [Wed, 1 Feb 2012 14:35:30 +0000 (14:35 +0000)]
Fixed S598 [bug] 911172 - File Association
Now works, but with crash on exit

12 years agoexamples/service-selection.c: Fix compilation warning
Javier Jardón [Wed, 1 Feb 2012 13:21:37 +0000 (13:21 +0000)]
examples/service-selection.c: Fix compilation warning

Add the stdio include for the printf function

12 years agoUse Signal.connect rather than app.signal.connect
Pete Fotheringham [Wed, 1 Feb 2012 11:12:52 +0000 (11:12 +0000)]
Use Signal.connect rather than app.signal.connect

12 years agoMerge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui
Pete Fotheringham [Tue, 31 Jan 2012 10:46:48 +0000 (10:46 +0000)]
Merge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui

12 years agospec: require libgee-devel
Sam Hartman [Tue, 31 Jan 2012 10:29:22 +0000 (05:29 -0500)]
spec: require libgee-devel

12 years agoUse dbus-glib for IPC on Mac
Pete Fotheringham [Fri, 27 Jan 2012 16:08:35 +0000 (16:08 +0000)]
Use dbus-glib for IPC on Mac

12 years agoDbus files are now picked up properly and have the correct content
Pete Fotheringham [Wed, 25 Jan 2012 15:47:25 +0000 (15:47 +0000)]
Dbus files are now picked up properly and have the correct content

12 years agouse different org.janet.Moonshot.service.in file for Mac
Pete Fotheringham [Wed, 25 Jan 2012 11:26:52 +0000 (11:26 +0000)]
use different org.janet.Moonshot.service.in file for Mac

12 years agoModify the launcher script to export the DBUS_SESSION_BUS_ADDRESS environment variable
Pete Fotheringham [Wed, 25 Jan 2012 10:57:28 +0000 (10:57 +0000)]
Modify the launcher script to export the DBUS_SESSION_BUS_ADDRESS environment variable

12 years agoIcon file that looks nearly correct
Pete Fotheringham [Wed, 25 Jan 2012 10:23:51 +0000 (10:23 +0000)]
Icon file that looks nearly correct

12 years agoApparently rh6/centos6 is autoconf 2.63; oops
Sam Hartman [Tue, 31 Jan 2012 01:35:06 +0000 (20:35 -0500)]
Apparently rh6/centos6 is autoconf 2.63; oops

12 years agoPermit autoconf 2.65 for rhel6/centos6
Sam Hartman [Mon, 30 Jan 2012 20:46:41 +0000 (15:46 -0500)]
Permit autoconf 2.65 for rhel6/centos6

12 years agoexamples/service-selection.c: Only free variable if success
Javier Jardón [Fri, 27 Jan 2012 18:41:21 +0000 (18:41 +0000)]
examples/service-selection.c: Only free variable if success

Also print the error message in case there was an error

12 years agoexamples/service-selection.c: Initialize error to NULL
Javier Jardón [Fri, 27 Jan 2012 18:31:17 +0000 (18:31 +0000)]
examples/service-selection.c: Initialize error to NULL

12 years agoconfigure.ac: Check for the vala version correctly
Javier Jardón [Fri, 27 Jan 2012 15:35:57 +0000 (15:35 +0000)]
configure.ac: Check for the vala version correctly

12 years agoUpdate the identity with the associated services when pressing "send"
Javier Jardón [Thu, 26 Jan 2012 22:59:16 +0000 (22:59 +0000)]
Update the identity with the associated services when pressing "send"

12 years agoExit when there are no outstanding authentication requests
Javier Jardón [Thu, 26 Jan 2012 22:38:26 +0000 (22:38 +0000)]
Exit when there are no outstanding authentication requests

12 years agomoonshot-identity-manager-app: Do not create 2 GtkWindows
Javier Jardón [Thu, 26 Jan 2012 22:32:01 +0000 (22:32 +0000)]
moonshot-identity-manager-app: Do not create 2 GtkWindows

The main GtkWindow is IdentityManagerView

12 years agoRevert "Partial fix to S769 Launchpad bug 918418"
Javier Jardón [Thu, 26 Jan 2012 22:31:15 +0000 (22:31 +0000)]
Revert "Partial fix to S769 Launchpad bug 918418"

This commit doesnt fix the issue and also introduce more
regressions
This reverts commit 7b9848e69fb9bc8f4b9696ab2232190efa2b3a1d.

12 years agoPartial fix to S769 Launchpad bug 918418
Pete Fotheringham [Fri, 20 Jan 2012 15:11:31 +0000 (15:11 +0000)]
Partial fix to S769 Launchpad bug 918418

12 years agoChanged text of 'Remove service' confirmation dialog
Pete Fotheringham [Thu, 19 Jan 2012 15:10:26 +0000 (15:10 +0000)]
Changed text of 'Remove service' confirmation dialog

12 years agoMerge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui
Pete Fotheringham [Wed, 18 Jan 2012 06:37:12 +0000 (06:37 +0000)]
Merge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui

12 years agoUse a 10 day timeout to avoid the default 30 second timeout (LP: #917885)
Sam Hartman [Tue, 17 Jan 2012 22:51:51 +0000 (17:51 -0500)]
Use a 10 day timeout to avoid the default 30 second timeout (LP: #917885)

12 years agoFile open association works, but crashes if you choose not to import the card
Pete Fotheringham [Tue, 17 Jan 2012 15:21:40 +0000 (15:21 +0000)]
File open association works, but crashes if you choose not to import the card

12 years agoFix fault with uninitialised string
Pete Fotheringham [Tue, 17 Jan 2012 14:54:35 +0000 (14:54 +0000)]
Fix fault with uninitialised string

12 years agoFile open association works, but crashes on exit with message
Pete Fotheringham [Tue, 17 Jan 2012 13:02:09 +0000 (13:02 +0000)]
File open association works, but crashes on exit with message
   Exception Type:  EXC_BAD_ACCESS (SIGBUS)
   Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000021
   Crashed Thread:  0  Dispatch queue: com.apple.main-thread

12 years agoIntegrated with Mac Menu
Pete Fotheringham [Mon, 16 Jan 2012 14:46:22 +0000 (14:46 +0000)]
Integrated with Mac Menu

12 years agoAdd vapi for gtk-mac-integration. App now uses the Mac system menu :-)
Pete Fotheringham [Fri, 13 Jan 2012 14:10:06 +0000 (14:10 +0000)]
Add vapi for gtk-mac-integration. App now uses the Mac system menu :-)

12 years agoMerge branch 'master' of http://www.project-moonshot.org/git/moonshot-ui
Pete Fotheringham [Fri, 13 Jan 2012 14:06:25 +0000 (14:06 +0000)]
Merge branch 'master' of project-moonshot.org/git/moonshot-ui

12 years agoAdd the file association
Pete Fotheringham [Fri, 13 Jan 2012 11:20:11 +0000 (11:20 +0000)]
Add the file association

12 years agoFix Kanban task 599 Launchpad [bug] 911172 Create storage directory
Pete Fotheringham [Thu, 12 Jan 2012 09:24:13 +0000 (09:24 +0000)]
Fix Kanban task 599 Launchpad [bug] 911172 Create storage directory

12 years agoRemoved installer stuff - now in moonshot/mac-client-installer
Pete Fotheringham [Mon, 2 Jan 2012 18:03:16 +0000 (18:03 +0000)]
Removed installer stuff - now in moonshot/mac-client-installer

12 years agoInterim commit
Pete Fotheringham [Mon, 2 Jan 2012 12:39:04 +0000 (12:39 +0000)]
Interim commit

12 years agoadded installer package target
Pete Fotheringham [Mon, 2 Jan 2012 11:01:20 +0000 (11:01 +0000)]
added installer package target

12 years agoFix typo
Pete Fotheringham [Sun, 1 Jan 2012 14:46:53 +0000 (14:46 +0000)]
Fix typo

12 years agoMerge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui
Pete Fotheringham [Sun, 1 Jan 2012 14:38:51 +0000 (14:38 +0000)]
Merge branch 'master' of ssh://moonshot-v4/srv/git/moonshot-ui

12 years agoApp bundle is now built in install-dir
Pete Fotheringham [Sun, 1 Jan 2012 14:30:14 +0000 (14:30 +0000)]
App bundle is now built in install-dir

12 years agoApp bundle is now built in install-dir
Pete Fotheringham [Sun, 1 Jan 2012 14:30:14 +0000 (14:30 +0000)]
App bundle is now built in install-dir

12 years agoApp file now copied to install directory`
Pete Fotheringham [Sun, 1 Jan 2012 13:49:16 +0000 (13:49 +0000)]
App file now copied to install directory`

12 years agoCopy all the iconcs from the themes
Pete Fotheringham [Fri, 30 Dec 2011 14:04:24 +0000 (14:04 +0000)]
Copy all the iconcs from the themes

12 years agoApp bundle now builds properly
Pete Fotheringham [Fri, 30 Dec 2011 11:47:48 +0000 (11:47 +0000)]
App bundle now builds properly

12 years agoApp should now be built in Mac OS
Pete Fotheringham [Fri, 30 Dec 2011 11:21:51 +0000 (11:21 +0000)]
App should now be built in Mac OS

12 years agoAdd files for building Mac OSX App
Pete Fotheringham [Fri, 30 Dec 2011 10:49:58 +0000 (10:49 +0000)]
Add files for building Mac OSX App

12 years agoTinkering with configure.ac to allow different versions of GTK+
Pete Fotheringham [Fri, 23 Dec 2011 08:32:01 +0000 (08:32 +0000)]
Tinkering with configure.ac to allow different versions of GTK+

12 years agonterim commit - need the mac/icons directory
Pete Fotheringham [Thu, 22 Dec 2011 10:24:03 +0000 (10:24 +0000)]
nterim commit - need the mac/icons directory

12 years agoINterime commit
Pete Fotheringham [Thu, 22 Dec 2011 10:09:37 +0000 (10:09 +0000)]
INterime commit

12 years agoChange the icon on the Delete confirmation dialog
Pete Fotheringham (XP VM on Macbook) [Wed, 21 Dec 2011 12:45:29 +0000 (12:45 +0000)]
Change the icon on the Delete confirmation dialog

12 years agoMerge branch 'refactoring'
Pete Fotheringham (XP VM on Macbook) [Wed, 21 Dec 2011 11:20:44 +0000 (11:20 +0000)]
Merge branch 'refactoring'

Conflicts:
configure.ac

12 years agoMerge branch 'refactoring' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui into...
Pete Fotheringham (XP VM on Macbook) [Wed, 21 Dec 2011 11:09:44 +0000 (11:09 +0000)]
Merge branch 'refactoring' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui into refactoring

12 years agoAdd libgee dpenedency
Pete Fotheringham (XP VM on Macbook) [Wed, 21 Dec 2011 11:01:26 +0000 (11:01 +0000)]
Add libgee dpenedency

12 years agoFix bug 907082 moonshot ui depends on gee 0.6 which is too new
Pete Fotheringham [Wed, 21 Dec 2011 07:11:37 +0000 (07:11 +0000)]
Fix bug 907082 moonshot ui depends on gee 0.6 which is too new
https://bugs.launchpad.net/bugs/907082

12 years agoTidy up
Pete Fotheringham [Tue, 20 Dec 2011 12:41:46 +0000 (12:41 +0000)]
Tidy up

12 years agoMerge branch 'master' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui
Pete Fotheringham [Tue, 20 Dec 2011 12:40:15 +0000 (12:40 +0000)]
Merge branch 'master' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui

12 years agoRe-architecting changes
Pete Fotheringham [Tue, 20 Dec 2011 12:15:00 +0000 (12:15 +0000)]
Re-architecting changes

12 years agoMerge branch 'refactoring' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui into...
Pete Fotheringham [Tue, 20 Dec 2011 10:46:47 +0000 (10:46 +0000)]
Merge branch 'refactoring' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui into refactoring

12 years agoFile moonshot-window.vala no longer required
Pete Fotheringham [Tue, 20 Dec 2011 10:42:59 +0000 (10:42 +0000)]
File moonshot-window.vala no longer required

12 years agoChange to detect whether we are building on Mac OS
Pete Fotheringham [Mon, 19 Dec 2011 15:08:29 +0000 (15:08 +0000)]
Change to detect whether we are building on Mac OS