the idle_add wrapper for on_quit and moved the idle_add wrapping into the sync-menu code instead.
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
The bits that work
 | 
						|
------------------
 | 
						|
 | 
						|
-idle checking
 | 
						|
-dbus and gajim-remote, using dbus from GTK+.framework.
 | 
						|
-systray icon
 | 
						|
-app bundle with universal binaries. Depends on the GTK+.framework.
 | 
						|
-notifications through growl, internal fallback works fine as well
 | 
						|
-spell checking
 | 
						|
-running apps and opening files/urls
 | 
						|
-playing sounds
 | 
						|
-Network monitoring
 | 
						|
-Mostly everything else except for whats below.
 | 
						|
 | 
						|
 | 
						|
 | 
						|
The bits that dont work
 | 
						|
-----------------------
 | 
						|
 | 
						|
-Application start/stop/doc/DnD handling
 | 
						|
-finish the .app bundle
 | 
						|
   - setup gajim-remote, maybe install it to /usr/local
 | 
						|
   - fix user session management
 | 
						|
-integrate the Gajim and gajim-remote scripts with autoconf and add GTK
 | 
						|
 framework detection
 | 
						|
-Maybe setup the pasteboard services for an OS/X alternative to the
 | 
						|
 gajim_remote
 | 
						|
-CFBundleDocumentTypes.NSDocument
 | 
						|
-zeroconf has a parsing problem with the MDNS result.
 | 
						|
 | 
						|
 | 
						|
Native GTK bugs
 | 
						|
----------------
 | 
						|
 | 
						|
-cut and paste blows up Finder and the os/x GUI server. very very nasty.
 | 
						|
-with mutiple displays, popup menus show up on the wrong display
 |