Commit Graph

101 Commits

Author SHA1 Message Date
Charlie Fenton 8d00384109 MGR: update make file for Linux 2013-12-07 15:19:36 -08:00
Charlie Fenton 9ffbe44aae Mgr: Fix Windows hangs and simplify code for notices display 2013-03-04 15:16:59 +01:00
Rom Walton 687195e7f0 Quick Updates
svn path=/trunk/boinc/; revision=24510
2011-11-03 02:35:04 +00:00
David Anderson 3b1b7e9204 - client:
- add <heartbeat_debug> log flag
    - show trickle-up and int file upload msgs if <app_msg_receive> set
    - if scheduler RPC reason is trickle-up, say so
- manager:
    - restore "non CPU intensive" to task description
    - project properties: show if RPC in progress or trickle-up pending.
        (show these low-probability things only if present)
- manager: fix Unix build

(from Ian Hay)


svn path=/trunk/boinc/; revision=23365
2011-04-14 01:04:10 +00:00
Charlie Fenton 77773a81f8 MGR: Add a new page to Attach Wizard to display if user reject Terms of Use
svn path=/trunk/boinc/; revision=23218
2011-03-11 11:52:04 +00:00
Charlie Fenton bf9640859b MGR: Remove the old SimpleGUi from the projects
svn path=/trunk/boinc/; revision=23139
2011-03-03 11:55:16 +00:00
Charlie Fenton 44649792ba MGR: Update Makefile, New Simple GUI optimization
svn path=/trunk/boinc/; revision=22963
2011-01-31 09:58:34 +00:00
David Anderson e97c64b92f - make the Manager build on FC11
- simulator work

svn path=/trunk/boinc/; revision=22906
2011-01-15 08:11:21 +00:00
Rom Walton 89b43e50dd - MGR: Fix build issue on Linux (Sqlite3 needed to be added to the
list of libs and header directories to be included)
    
    clientgui/
        Makefile.am

svn path=/trunk/boinc/; revision=22261
2010-08-17 21:58:36 +00:00
Charlie Fenton 9f9597de07 Add new files for smooth Notices scrolling to Linux builds
svn path=/trunk/boinc/; revision=22246
2010-08-15 21:07:44 +00:00
Rom Walton d0ae814ef3 Fix for spelling change.
svn path=/trunk/boinc/; revision=22164
2010-08-09 19:57:28 +00:00
Rom Walton 892697942e Quick Updates
svn path=/trunk/boinc/; revision=22070
2010-07-27 18:55:39 +00:00
Rom Walton d7865d2607 Quick Updates
svn path=/trunk/boinc/; revision=21871
2010-07-06 19:35:24 +00:00
Rom Walton 73a019ffdf - build: replace gtk flags and libs with libnotify
/
        configure.ac
    clientgui/
        Makefile.am

svn path=/trunk/boinc/; revision=20500
2010-02-10 19:05:11 +00:00
Rom Walton 2e240b8d37 - build: Attempt to hook up the gtk flags and libs to BOINC Manager
/
        configure.ac
    clientgui/
        Makefile.am

svn path=/trunk/boinc/; revision=20490
2010-02-10 17:00:41 +00:00
Rom Walton b627fbbf46 fix build break
svn path=/trunk/boinc/; revision=20456
2010-02-06 07:54:46 +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
David Anderson 92fe442f51 - manager: "Notifications" => "Notices". Consistent terminology.
svn path=/trunk/boinc/; revision=20142
2010-01-12 18:57:38 +00:00
Rom Walton a7790be3ae Quick Updates
svn path=/trunk/boinc/; revision=19999
2009-12-21 13:50:26 +00:00
Charlie Fenton 578abf2b3d MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
svn path=/trunk/boinc/; revision=18114
2009-05-15 08:30:35 +00:00
David Anderson c1dce6425e - small code shuffle
- fix manager build on unix

svn path=/trunk/boinc/; revision=17650
2009-03-24 17:18:09 +00:00
Rom Walton 1b7fbab382 compile fixes
svn path=/trunk/boinc/; revision=17594
2009-03-12 18:08:37 +00:00
Eric J. Korpela 9a2868e715 -Made static linkage of BOINC libraries the default for client,
manager, and server components


svn path=/trunk/boinc/; revision=16928
2009-01-16 00:24:44 +00:00
Eric J. Korpela 4e60ef3003 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!!
- Update to libtool 1.5.24
- build environment:  Major automake changes that I've been warning about
  for some time.
- Now uses libtool to build libraries.
- Builds separate boinc_fcgi and sched_fcgi libraries for use with 
  FCGI server components.
- New macro "BOINC_CHECK_LIB_WITH" that executes a "AC_CHECK_LIB" on
  a library only if --with-libname[=DIR] is specified on the configure
  command line.  This is to allow inclusion of libraries when the 
  ssl, gtk, wxWidgets, or other configuration is incorrect for static
  libraries.
- Added a lot of "--with-*" for some libraries that might be required for
  static builds.
- The sea directory has been moved to packages/generic.  Changes to sea
  and the associated scripts might be required to better make use of the
  staging mechanism and shared libraries.
- Fixed includes of boinc_fcgi.h in many files.
- Fixed places where FCGI_FILE needs to be used implicitly.
- Fixed missing define of _SC_PAGESIZE on hosts that define only
  _SC_PAGE_SIZE.
- Moved build of boinc_cmd (and source file) from lib to client



svn path=/trunk/boinc/; revision=16904
2009-01-13 23:06:02 +00:00
Rom Walton 8a277a9bd3 Quick Updates
svn path=/trunk/boinc/; revision=16572
2008-11-26 17:49:51 +00:00
Rom Walton 479d34918b Quick Updates
svn path=/trunk/boinc/; revision=16571
2008-11-26 17:48:58 +00:00
David Anderson 970dc25474 - fix makefile typo
- fix scheduler error (can't end with \n)


svn path=/trunk/boinc/; revision=16419
2008-11-04 20:44:44 +00:00
Rom Walton 24951090cc - MGR: Add DlgExitMessage.cpp to Makefile.am.
clientgui/
        Makefile.am

svn path=/trunk/boinc/; revision=16417
2008-11-04 19:50:35 +00:00
David Anderson 7019bb3192 - Makefile fix
- client: remove extraneous message
- wrapper: open stderr/stdout in append mode, not write

svn path=/trunk/boinc/; revision=16118
2008-10-03 05:13:25 +00:00
Charlie Fenton 1111d57ea4 MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk.
svn path=/trunk/boinc/; revision=15851
2008-08-15 07:17:18 +00:00
Charlie Fenton 4a12ba89e7 More fixes, Linux make files.
svn path=/workspaces/charlief/; revision=15653
2008-07-22 13:26:52 +00:00
Eric J. Korpela 6006949316 Fixed typo in Makefile.am
svn path=/trunk/boinc/; revision=15555
2008-07-07 20:11:04 +00:00
Charlie Fenton 2950cc0ece MGR: New tasks and projects properties displays from Frank Weiler
svn path=/trunk/boinc/; revision=15537
2008-07-02 10:03:01 +00:00
David Anderson 4387e4491b - Fix emacs mode line in Makefile.am's
svn path=/trunk/boinc/; revision=15375
2008-06-08 22:18:52 +00:00
Frank Weiler b4799d701a adding DlgItemProperties to makefiles
svn path=/workspaces/fweiler/boinc/; revision=15339
2008-05-30 14:59:28 +00:00
Reinhard Prix ebcbbb657e fixed internal library dependencies in Makefile.am's
svn path=/trunk/boinc/; revision=14918
2008-03-15 03:26:14 +00:00
David Anderson d2a0353a00 - manager: fix unix build (new file)
svn path=/trunk/boinc/; revision=14658
2008-01-31 23:43:37 +00:00
Frank Thomas b46bda9d6f Added clean-local target to lib/Makefile.am to remove lib/boinccmd and
lib/boinccmd.unmodified on "make clean" and also added client/boinc.unmodified
and clientgui/boincmgr.unmodified to the respective clean-local targets.


svn path=/trunk/boinc/; revision=13772
2007-10-03 23:23:02 +00:00
Charlie Fenton 6e7a4b2240 svn path=/trunk/boinc/; revision=12384 2007-04-17 09:11:31 +00:00
Charlie Fenton 9421bc866d *** empty log message ***
svn path=/trunk/boinc/; revision=12349
2007-04-12 00:05:52 +00:00
David Anderson 8ee50511de *** empty log message ***
svn path=/trunk/boinc/; revision=12277
2007-03-28 21:30:45 +00:00
Walt Gribben f1afb3f096 *** empty log message ***
svn path=/trunk/boinc/; revision=12274
2007-03-27 20:57:25 +00:00
Rom Walton 8c0bdc5bda *** empty log message ***
svn path=/trunk/boinc/; revision=12272
2007-03-27 17:42:45 +00:00
David Anderson d183ca2a7f *** empty log message ***
svn path=/trunk/boinc/; revision=12267
2007-03-23 20:06:55 +00:00
David Anderson 65cdb2055d *** empty log message ***
svn path=/trunk/boinc/; revision=11891
2007-01-17 18:17:03 +00:00
Walt Gribben f375682960 *** empty log message ***
svn path=/trunk/boinc/; revision=11877
2007-01-16 02:29:52 +00:00
Reinhard Prix 08e104f67c added missing files BOINCGridCtrl.cpp and BOINCGridCtrl.h
svn path=/trunk/boinc/; revision=11752
2007-01-02 15:52:58 +00:00
David Anderson 3433f87bcf *** empty log message ***
svn path=/trunk/boinc/; revision=11747
2006-12-30 18:11:25 +00:00
Walt Gribben c79fee95fb *** empty log message ***
svn path=/trunk/boinc/; revision=11707
2006-12-20 03:45:52 +00:00
Rom Walton e18068160f *** empty log message ***
svn path=/trunk/boinc/; revision=11511
2006-11-10 11:52:15 +00:00