Commit Graph

39 Commits

Author SHA1 Message Date
David Anderson 1ab6eaf277 - compile fix for redhat, from Steffen Moller
svn path=/trunk/boinc/; revision=25487
2012-03-26 01:32:21 +00:00
Rom Walton afb727eba3 - Remove dead code related to v5 graphics applications from the
client software.
    
    client/
        boinc_cmd.cpp
    clientgui/
        AsyncRPC.cpp, .h
        BOINCGUIApp.cpp, .h
        MainDocument.cpp
    clientgui/gtk/
        taskbarex.cpp
    clientscr/
        screensaver.cpp
    lib/
        gui_rpc_client.h
        gui_rpc_client_ops.cpp
    win_build/
        win-config.h

svn path=/trunk/boinc/; revision=24398
2011-10-14 19:02:43 +00:00
Rom Walton 3b014aefeb Quick Updates
svn path=/trunk/boinc/; revision=24394
2011-10-13 21:49:17 +00:00
Rom Walton e17828b52a - MGR: Support both the old and new libnotify at runtime on Linux
clientgui/gtk/
        taskbarex.cpp

svn path=/trunk/boinc/; revision=24393
2011-10-13 21:46:50 +00:00
David Anderson 32583581ac - manager: fix build break on Linux
Undoes part of yesterday's checkin.
- more changes from #ifdef HAVE_X to #if HAVE_X


svn path=/trunk/boinc/; revision=24307
2011-09-28 17:33:26 +00:00
David Anderson e279b59913 - Updates Linux notifications to use current libnotify.
- Fix build problems on Mac OS X using autotools
- Consistently use #if HAVE_X for platform checks,
    rather than #ifdef HAVE_X or #if defined(HAVE_X)
- In Unix build, make lots of compiler checks standard
- Fix some compile warnings

From Matt Arsenault.

Note: there are now lots of compile warnings in clientgui/ on Unix,
    mostly in WxWidgets code


svn path=/trunk/boinc/; revision=24303
2011-09-27 19:45:27 +00:00
Rom Walton 371c53ec3a - MGR: If the simple GUI received a notification event,
display the messages dialog.
    - MGR: The simple GUI wasn't restoring state properly
        thereby causing the reminder frequency to be set to
        zero and preventing any reminders from being displayed.
    - MGR: Rework the notices code so the document doesn't
        make any assumtions about the UI.
    - MGR: Fix a bug in the Linux notification window code.
        Synchronize event behavior with Windows.

    clientgui/
        AdvancedFrame.cpp, .h
        BOINCBaseFrame.cpp
        BOINCTaskBar.cpp, .h
        MainDocument.cpp, .h
        sg_BoincSimpleGUI.cpp, .h
        sg_DlgMessages.cpp
        sg_ProjectsComponent.cpp, .h
        ViewNotices.cpp
    clientgui/gtk/
        taskbarex.cpp

svn path=/trunk/boinc/; revision=22040
2010-07-22 20:55:39 +00:00
David Anderson a368e7dd25 - manager: linux compile fix, from jochen
svn path=/trunk/boinc/; revision=21676
2010-06-02 00:24:08 +00:00
Rom Walton c914aebe0e - MGR: Fix double inclusion problem with change in header layouts
on Linux.
        
    clientgui/gtk/
        taskbarex.cpp

svn path=/trunk/boinc/; revision=21037
2010-03-31 19:30:53 +00:00
Rom Walton 59d9333c0a Quick Updates
svn path=/trunk/boinc/; revision=20532
2010-02-11 04:41:44 +00:00
Rom Walton 0e46d134ad Quick Updates
svn path=/trunk/boinc/; revision=20531
2010-02-11 04:39:03 +00:00
Rom Walton d43d3687e9 Quick Updates
svn path=/trunk/boinc/; revision=20530
2010-02-11 04:36:30 +00:00
Rom Walton 8d4ad06e28 Quick Updates
svn path=/trunk/boinc/; revision=20529
2010-02-11 04:35:39 +00:00
Rom Walton 9bc19416dc Quick Updates
svn path=/trunk/boinc/; revision=20528
2010-02-11 04:30:46 +00:00
Rom Walton 212cfc7d8e Quick Updates
svn path=/trunk/boinc/; revision=20526
2010-02-11 04:04:34 +00:00
Rom Walton 2a4354cf32 Quick Updates
svn path=/trunk/boinc/; revision=20525
2010-02-11 03:18:21 +00:00
Rom Walton afbf5ba29b - MGR: Over half of the information on the Internet about
libnotify is now out of date.  The 'closed-reason'
        property has been removed and that is why I was having
        so many problems.  Hook up the events I can determine
        from the remaining information.
        
    clientgui/gtk
        taskbarex.cpp, .h

svn path=/trunk/boinc/; revision=20523
2010-02-11 03:14:51 +00:00
Rom Walton df9cbb6306 Quick Updates
svn path=/trunk/boinc/; revision=20522
2010-02-11 02:31:56 +00:00
Rom Walton 02ed926231 Quick Updates
svn path=/trunk/boinc/; revision=20521
2010-02-11 00:45:31 +00:00
Rom Walton 85500e10f5 Quick Updates
svn path=/trunk/boinc/; revision=20520
2010-02-11 00:41:33 +00:00
Rom Walton cacef3b5e3 Quick Updates
svn path=/trunk/boinc/; revision=20519
2010-02-11 00:39:18 +00:00
Rom Walton 60bf751b0a Quick Updates
svn path=/trunk/boinc/; revision=20518
2010-02-10 23:47:25 +00:00
Rom Walton de97449f01 Quick Updates
svn path=/trunk/boinc/; revision=20517
2010-02-10 22:45:03 +00:00
Rom Walton a1a6c627e4 Quick Updates
svn path=/trunk/boinc/; revision=20516
2010-02-10 22:40:28 +00:00
Rom Walton 8bcf9a6ab4 fix build break
svn path=/trunk/boinc/; revision=20515
2010-02-10 22:16:03 +00:00
Rom Walton f81dfa3bac Quick Updates
svn path=/trunk/boinc/; revision=20514
2010-02-10 22:11:04 +00:00
Rom Walton c4d007653c fix build break
svn path=/trunk/boinc/; revision=20513
2010-02-10 22:06:30 +00:00
Rom Walton 9eab3343f3 - MGR: Fill in missing pieces to get the notification
handler to signal us when a notification has closed.
        
    clientgui/gtk
        taskbarex.cpp, .h

svn path=/trunk/boinc/; revision=20511
2010-02-10 22:01:58 +00:00
Rom Walton ce50508f11 Quick Updates
svn path=/trunk/boinc/; revision=20507
2010-02-10 20:15:50 +00:00
Rom Walton 6ffb000f90 Quick Updates
svn path=/trunk/boinc/; revision=20506
2010-02-10 20:11:37 +00:00
Rom Walton af5d157f0b - MGR: Add some debugging to the notification code
clientgui/gtk
        taskbarex.cpp, .h

svn path=/trunk/boinc/; revision=20501
2010-02-10 19:23:18 +00:00
Rom Walton f43164ba99 fix build break
svn path=/trunk/boinc/; revision=20499
2010-02-10 18:47:19 +00:00
Rom Walton d9de67e97f fix build break
svn path=/trunk/boinc/; revision=20498
2010-02-10 18:43:28 +00:00
Rom Walton 0939fd5147 fix build break
svn path=/trunk/boinc/; revision=20497
2010-02-10 18:42:19 +00:00
Rom Walton a959079073 fix build breaks
svn path=/trunk/boinc/; revision=20496
2010-02-10 18:33:47 +00:00
Rom Walton f5ffe3594b fix build break
svn path=/trunk/boinc/; revision=20495
2010-02-10 18:29:51 +00:00
Rom Walton a8d29182f6 - MGR: Move GTK structures out of the class scope.
clientgui/gtk
        taskbarex.cpp, .h

svn path=/trunk/boinc/; revision=20494
2010-02-10 18:27:33 +00:00
Rom Walton c5d781ba1e fix build break
svn path=/trunk/boinc/; revision=20457
2010-02-06 07:58:55 +00:00
Rom Walton 4c25ac945d - MGR: Introduce balloons to Linux version of BOINC Manager.
(Note: Not debugged yet)
         
    clientgui/
        BOINCTaskBar.cpp, .h
        Makefile.am
    clientgui/gtk/
        taskbarex.cpp, .h
    clientgui/msw/
        taskbarex.cpp, .h

svn path=/trunk/boinc/; revision=20454
2010-02-06 07:43:09 +00:00