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
Rom Walton
c9030953fd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11510
2006-11-10 11:32:12 +00:00
Walt Gribben
b168cc2c60
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10775
2006-07-27 01:44:25 +00:00
Walt Gribben
50364d752b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10515
2006-06-26 18:26:29 +00:00
Walt Gribben
f37c118c58
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9744
2006-03-28 07:45:27 +00:00
David Anderson
51640f6af7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9494
2006-02-17 08:00:43 +00:00
Reinhard Prix
6721a5191a
- update boincmgr build for MacOSX: add Mac_GUI.cpp, MacGUI.pch and Security.framework
...
svn path=/trunk/boinc/; revision=9344
2006-01-30 13:19:32 +00:00
Rom Walton
cbcee71ca4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9313
2006-01-25 11:58:02 +00:00
Rom Walton
fd0fd3d3c6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9300
2006-01-24 11:27:26 +00:00
Rom Walton
7e86aff245
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9286
2006-01-23 11:30:25 +00:00
Rom Walton
7112d7db1f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9089
2005-12-19 13:30:01 +00:00
Rom Walton
5a7cd7c612
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8996
2005-11-29 09:26:36 +00:00
Rom Walton
54ece7826a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8432
2005-10-03 23:14:39 +00:00
Rom Walton
e9295f18dd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8186
2005-09-26 21:53:27 +00:00