ProcessController: Relicense as MIT.
We received permission from the original author and all relevant contributors (see the mailing list) to do this. (As best as can be established, BeUnited did not modify the source code after importing besides adding their copyright.)
This commit is contained in:
@@ -1,22 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "AutoIcon.h"
|
#include "AutoIcon.h"
|
||||||
#include "Utilities.h"
|
#include "Utilities.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _AUTO_ICON_H_
|
#ifndef _AUTO_ICON_H_
|
||||||
#define _AUTO_ICON_H_
|
#define _AUTO_ICON_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
(c) 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Distributed under the terms of the MIT License.
|
||||||
Copyright (C) 2004 beunited.org
|
*/
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
//Useful until be gets around to making these sorts of things
|
//Useful until be gets around to making these sorts of things
|
||||||
//globals akin to be_plain_font, etc.
|
//globals akin to be_plain_font, etc.
|
||||||
|
|
||||||
|
|||||||
@@ -1,26 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
IconMenuItem.cpp
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
ProcessController
|
|
||||||
(c) 2000, Georges-Edouard Berenger, All Rights Reserved.
|
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "IconMenuItem.h"
|
#include "IconMenuItem.h"
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
|
|||||||
@@ -1,26 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
IconMenuItem.h
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
ProcessController
|
|
||||||
(c) 2000, Georges-Edouard Berenger, All Rights Reserved.
|
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
|
||||||
#ifndef _ICON_MENU_ITEM_H_
|
#ifndef _ICON_MENU_ITEM_H_
|
||||||
#define _ICON_MENU_ITEM_H_
|
#define _ICON_MENU_ITEM_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "KernelMemoryBarMenuItem.h"
|
#include "KernelMemoryBarMenuItem.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController @ 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _KERNEL_MEMORY_BAR_MENU_ITEM_H_
|
#ifndef _KERNEL_MEMORY_BAR_MENU_ITEM_H_
|
||||||
#define _KERNEL_MEMORY_BAR_MENU_ITEM_H_
|
#define _KERNEL_MEMORY_BAR_MENU_ITEM_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "MemoryBarMenu.h"
|
#include "MemoryBarMenu.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef MEMORY_BAR_MENU_H
|
#ifndef MEMORY_BAR_MENU_H
|
||||||
#define MEMORY_BAR_MENU_H
|
#define MEMORY_BAR_MENU_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "MemoryBarMenuItem.h"
|
#include "MemoryBarMenuItem.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _MEMORY_BAR_MENU_ITEM_H_
|
#ifndef _MEMORY_BAR_MENU_ITEM_H_
|
||||||
#define _MEMORY_BAR_MENU_ITEM_H_
|
#define _MEMORY_BAR_MENU_ITEM_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "NoiseBarMenuItem.h"
|
#include "NoiseBarMenuItem.h"
|
||||||
|
|||||||
@@ -1,26 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
NoiseBarMenuItem.h
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
ProcessController
|
|
||||||
© 2000, Georges-Edouard Berenger, All Rights Reserved.
|
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _NOISE_BAR_MENU_ITEM_H_
|
#ifndef _NOISE_BAR_MENU_ITEM_H_
|
||||||
#define _NOISE_BAR_MENU_ITEM_H_
|
#define _NOISE_BAR_MENU_ITEM_H_
|
||||||
@@ -36,7 +17,7 @@ class NoiseBarMenuItem : public BMenuItem {
|
|||||||
virtual void GetContentSize(float* width, float* height);
|
virtual void GetContentSize(float* width, float* height);
|
||||||
|
|
||||||
void DrawBar(bool force);
|
void DrawBar(bool force);
|
||||||
|
|
||||||
double BusyWaiting() const
|
double BusyWaiting() const
|
||||||
{
|
{
|
||||||
return fBusyWaiting;
|
return fBusyWaiting;
|
||||||
@@ -45,7 +26,7 @@ class NoiseBarMenuItem : public BMenuItem {
|
|||||||
void SetBusyWaiting(double busyWaiting)
|
void SetBusyWaiting(double busyWaiting)
|
||||||
{
|
{
|
||||||
fBusyWaiting = busyWaiting;
|
fBusyWaiting = busyWaiting;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetLost(double lost)
|
void SetLost(double lost)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "PCWorld.h"
|
#include "PCWorld.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _PCWINDOW_H_
|
#ifndef _PCWINDOW_H_
|
||||||
#define _PCWINDOW_H_
|
#define _PCWINDOW_H_
|
||||||
|
|
||||||
@@ -25,7 +11,7 @@
|
|||||||
|
|
||||||
class PCWindow : public BWindow {
|
class PCWindow : public BWindow {
|
||||||
public:
|
public:
|
||||||
PCWindow();
|
PCWindow();
|
||||||
~PCWindow();
|
~PCWindow();
|
||||||
|
|
||||||
virtual bool QuitRequested();
|
virtual bool QuitRequested();
|
||||||
|
|||||||
@@ -1,23 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
PCWorld.cpp
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
*/
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "PCWorld.h"
|
#include "PCWorld.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _PCWORLD_H_
|
#ifndef _PCWORLD_H_
|
||||||
#define _PCWORLD_H_
|
#define _PCWORLD_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "Preferences.h"
|
#include "Preferences.h"
|
||||||
|
|||||||
@@ -1,26 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Preferences.h
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
ProcessController
|
|
||||||
(c) 2000, Georges-Edouard Berenger, All Rights Reserved.
|
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
|
||||||
#ifndef PREFERENCES_H
|
#ifndef PREFERENCES_H
|
||||||
#define PREFERENCES_H
|
#define PREFERENCES_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "PriorityMenu.h"
|
#include "PriorityMenu.h"
|
||||||
|
|||||||
@@ -1,27 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
PriorityMenu.h
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
ProcessController
|
|
||||||
© 2000, Georges-Edouard Berenger, All Rights Reserved.
|
|
||||||
Copyright (C) 2004 beunited.org
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _PRIORITY_MENU_H_
|
#ifndef _PRIORITY_MENU_H_
|
||||||
#define _PRIORITY_MENU_H_
|
#define _PRIORITY_MENU_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Copyright 2006-2018, Haiku, Inc. All rights reserved.
|
||||||
Copyright (c) 2006-2018, Haiku, Inc. All rights reserved.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "ProcessController.h"
|
#include "ProcessController.h"
|
||||||
|
|||||||
@@ -1,22 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Copyright 2006-2018, Haiku, Inc. All rights reserved.
|
||||||
Copyright (c) 2006-2018, Haiku, Inc. All rights reserved.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _PCVIEW_H_
|
#ifndef _PCVIEW_H_
|
||||||
#define _PCVIEW_H_
|
#define _PCVIEW_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "QuitMenu.h"
|
#include "QuitMenu.h"
|
||||||
@@ -39,7 +25,7 @@ class QuitMenuItem : public IconMenuItem {
|
|||||||
|
|
||||||
|
|
||||||
QuitMenuItem::QuitMenuItem(team_id team, BBitmap* icon, const char* title,
|
QuitMenuItem::QuitMenuItem(team_id team, BBitmap* icon, const char* title,
|
||||||
BMessage* m, bool purge)
|
BMessage* m, bool purge)
|
||||||
:
|
:
|
||||||
IconMenuItem(icon, title, m, true, purge), fTeam(team)
|
IconMenuItem(icon, title, m, true, purge), fTeam(team)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _QUIT_MENU_H_
|
#ifndef _QUIT_MENU_H_
|
||||||
#define _QUIT_MENU_H_
|
#define _QUIT_MENU_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "TeamBarMenu.h"
|
#include "TeamBarMenu.h"
|
||||||
@@ -161,8 +147,8 @@ TeamBarMenu::Pulse()
|
|||||||
if (item) {
|
if (item) {
|
||||||
RemoveItem(item);
|
RemoveItem(item);
|
||||||
delete item;
|
delete item;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete the items that haven't been recycled.
|
// Delete the items that haven't been recycled.
|
||||||
if (firstRecycle < lastRecycle)
|
if (firstRecycle < lastRecycle)
|
||||||
RemoveItems(IndexOf(fRecycleList[firstRecycle].item), lastRecycle - firstRecycle, true);
|
RemoveItems(IndexOf(fRecycleList[firstRecycle].item), lastRecycle - firstRecycle, true);
|
||||||
@@ -180,7 +166,7 @@ TeamBarMenu::Pulse()
|
|||||||
noiseItem->SetLost(0);
|
noiseItem->SetLost(0);
|
||||||
noiseItem->DrawBar(false);
|
noiseItem->DrawBar(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gCurrentThreadBarMenu && gCurrentThreadBarMenu->LockLooperWithTimeout(25000) == B_OK) {
|
if (gCurrentThreadBarMenu && gCurrentThreadBarMenu->LockLooperWithTimeout(25000) == B_OK) {
|
||||||
gCurrentThreadBarMenu->Window()->BeginViewTransaction();
|
gCurrentThreadBarMenu->Window()->BeginViewTransaction();
|
||||||
gCurrentThreadBarMenu->Update();
|
gCurrentThreadBarMenu->Update();
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _TEAM_BAR_MENU_H_
|
#ifndef _TEAM_BAR_MENU_H_
|
||||||
#define _TEAM_BAR_MENU_H_
|
#define _TEAM_BAR_MENU_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "TeamBarMenuItem.h"
|
#include "TeamBarMenuItem.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _TEAM_BAR_MENU_ITEM_H_
|
#ifndef _TEAM_BAR_MENU_ITEM_H_
|
||||||
#define _TEAM_BAR_MENU_ITEM_H_
|
#define _TEAM_BAR_MENU_ITEM_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "ThreadBarMenu.h"
|
#include "ThreadBarMenu.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _THREAD_BAR_MENU_H_
|
#ifndef _THREAD_BAR_MENU_H_
|
||||||
#define _THREAD_BAR_MENU_H_
|
#define _THREAD_BAR_MENU_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "ThreadBarMenuItem.h"
|
#include "ThreadBarMenuItem.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef _THREAD_BAR_MENU_ITEM_H_
|
#ifndef _THREAD_BAR_MENU_ITEM_H_
|
||||||
#define _THREAD_BAR_MENU_ITEM_H_
|
#define _THREAD_BAR_MENU_ITEM_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "Utilities.h"
|
#include "Utilities.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
#ifndef UTILITIES_H
|
#ifndef UTILITIES_H
|
||||||
#define UTILITIES_H
|
#define UTILITIES_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
|
* Copyright 2000, Georges-Edouard Berenger. All rights reserved.
|
||||||
Copyright (C) 2004 beunited.org
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
const uchar k_cpu_mini[] = {
|
const uchar k_cpu_mini[] = {
|
||||||
0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF,
|
0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF,
|
||||||
|
|||||||
Reference in New Issue
Block a user