Commit Graph

41657 Commits

Author SHA1 Message Date
Alexander von Gluck IV
a80293e0cf opengl: Pointer, newline cleanup, no functional change
* Clean up pointer positions
* Clean up function line returns
2012-01-26 09:47:08 -06:00
Alexander von Gluck IV
a42877a6e4 opengl: Header / whitespace cleanup
* I received the ok via email from Brain Paul at mesa to
  relicense the GLDispatcher sources to MIT + him as the
  author.
* Update include ordering
* Remove HAIKU_TARGET_PLATFORM_HAIKU ifdefs for boot options
2012-01-26 09:27:31 -06:00
Alexander von Gluck IV
24b921a0ca mesa: Whitespace cleanup 2012-01-24 17:41:52 -06:00
Alexander von Gluck IV
e887ca27b1 mesa: Improve and cleanup render code. 2012-01-24 17:39:12 -06:00
Jérôme Duval
1a4cf8161e Moved ctags to an optional package
* removed ctags from Haiku sources and from haiku image
* added ctags to mandatory packages for the time being.
2012-01-23 23:50:20 +01:00
Siarzhuk Zharski
f7865033f3 A farewell update of Ukrainian catkeys from HTA
* Thanks to Mariya Pilipchuk (GCI2011) and Oleksandr Rudik for
  translation and managing the translation.
2012-01-23 23:13:24 +01:00
Rene Gollent
612e834851 Update package again due to a few stray attributes that were missed.
Should really fix #8290.
2012-01-23 15:52:14 -05:00
Alexander von Gluck IV
bec3facc5e mesa: Use latest Mesa optional package
* Use non-debug version which is a *lot* smaller
* Represents bug fixes to Mesa under Haiku, x86
  assembly + sse is now used with swrast.
* Remove state.h requirement as I can't find anything
  that actually uses it.
2012-01-23 13:45:06 -06:00
Alexander von Gluck IV
4b3408bdf6 mesa build: Remove un-needed headers
* Let gcc do it's job and pull header requirements
* Add defines for gcc to ensure all arch headers are pulled
2012-01-23 13:23:16 -06:00
Rene Gollent
8154b8ae5e Updated Web+ optional package to remove stray Tracker attributes.
Fixes #8290.
2012-01-23 09:59:36 -05:00
Jérôme Duval
5c015f8811 Updated gcc 4 native package to 4.6.2 2012-01-22 19:41:25 +01:00
Sergei Reznikov
6da19b0993 Fix Notification Group header text drawing
* This fixes the drawing issues in the "font aliasing" area that are
  appeared as small white points on the gray background.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-22 18:36:44 +01:00
Alexander von Gluck IV
19affa2725 mail kit: Use errno vs return codes, gives better results. 2012-01-22 09:31:36 -06:00
Alexander von Gluck IV
fd391ef3c2 mail kit: Improve debugging of internal mail kit network code
* Return the correct error code if there is a connection error
* Be more verbose if there is a problem
  network connection problem instead of showing "Login error: "
* IMAP inbound: Show a valid error message if there is a
* Show server name resolution, fishes out IPv6 bug #8293
2012-01-22 00:12:53 -06:00
czeidler
d3ff06683a Use new node monitor fields in the index_server.
* remove unnecessary modified query hack
2012-01-22 17:51:46 +13:00
czeidler
610ef6c007 Finally applying the patch that adds support to add path information to stat and attr monitor messages.
* for all open FD the path information is stored in a map
* this info is used to fill the missing fields in the node monitor
2012-01-22 17:34:17 +13:00
czeidler
c7413cf90c Forgot this file. 2012-01-22 15:30:18 +13:00
czeidler
5dbc26dc0a Add AS_RECONNECT_BITMAP to the server protocol. 2012-01-22 15:30:17 +13:00
czeidler
958ac01d5f Reconnect window and recreate all views. 2012-01-22 15:30:16 +13:00
czeidler
6c40fc5dfc Reconnect BApplication and trigger reconnect of all BWindows in an application.
* handle bitmap reconnect request in the app server
2012-01-22 15:30:16 +13:00
czeidler
00670f08ef Reconnect imput server. 2012-01-22 15:30:15 +13:00
czeidler
40c34878fa Reconnect BPicture to the app_server.
* maintain a list of all BPictures to do so
* BView downloads the BPicture data after recording the picture. This could probably done more efficiently using shared memory in the first place.
2012-01-22 15:30:15 +13:00
czeidler
577f58763b Make it possible to reconnect BBitmap to the app_server.
* maintain a list of all BBitmaps
* refactor the client memory allocator class, its possible now to just clone existing client area
2012-01-22 15:30:15 +13:00
czeidler
04209cdd81 Catch a app_server crash in the debug server. Let the registrar restart the app_server and notify all apps. 2012-01-22 15:30:14 +13:00
Jérôme Duval
403e134862 CID 10629: use of sizeof(this) instead of sizeof(*this). 2012-01-21 16:27:03 +01:00
Niels Sascha Reedijk
cf91014c9f Update translations from Pootle 2012-01-21 10:03:43 +01:00
czeidler
dee44e8b18 Fix build. 2012-01-21 18:57:19 +13:00
czeidler
124759d0df This makes keyboard input working when leaving the consoled debugger.
* Fix trace.
* Try to read key input again when the device is just B_BUSY.
2012-01-21 18:38:29 +13:00
czeidler
268dde32de Always cleanup the debug reader flags when closing the keyboard device, not only when the very last device ist closed. 2012-01-21 18:38:29 +13:00
czeidler
da6ab904f8 Fix leaks. 2012-01-21 18:38:28 +13:00
czeidler
79d286a56f Ignore KDE backup files. 2012-01-21 18:38:27 +13:00
Alexander von Gluck IV
bf2b0138fe radeon_hd: Fill in a few missing PCIIDs, #8289 2012-01-20 21:32:57 -06:00
Alexander von Gluck IV
8dd1e875c1 kernel: Fix FPU SSE + MMX instruction usage.
* Rename init_sse to init_fpu and handle FPU setup.
* Stop trying to set up FPU before VM init.
  We tried to set up the FPU before VM init, then
  set it up again after VM init with SSE extensions,
  this caused SSE and MMX applications to crash.
* Be more logical in FPU setup by detecting CPU flag prior
  to enabling FPU. (it's unlikely Haiku will run on
  a processor without a fpu... but lets be consistant)
* SSE2 gcc code now runs (faster even) without GPF
* tqh confirms his previously crashing mmx code now works
* The non-SSE FPU enable after VM init needs tested!
2012-01-20 15:06:01 -06:00
Alexander von Gluck IV
67f45bfdf2 opengl add-on: Remove dead code 2012-01-20 11:33:52 -06:00
Jérôme Duval
c59b279b71 Added workarounds and options for gcc 4.6.2
* add -Wno-unused-but-set-variable for gcc 4.6.x with a TODO
* fix warnings about wrong size of pointer cast in ioapic.cpp and AudioBuffer.cpp
2012-01-19 19:44:42 +01:00
Jérôme Duval
c40f31867b Fix with enabled tracing. 2012-01-19 18:28:34 +01:00
czeidler
e4ff57c33f Use correct ALM variable index.
There is list of all variables and a list of variables used by contraints. When editing the min, max variable constraints access the
correct list.
2012-01-19 09:31:48 +13:00
Alexander von Gluck IV
2a14f70ce8 opengl: Remove unneeded visibility flag 2012-01-17 14:59:04 +00:00
Alexander von Gluck IV
3c0d5dcaf1 opengl: Improve libGL linking and Mesa optional package
* Move compiled binaries into lib.haiku within Mesa optional
  pacakge, this enables us to use Make or scons to build Mesa
* Untangle libGL linking and order library inclusion
* Remove zmuldef hacks
* Compile libgallium into the libGL on Mesa 8.0 / gcc4 images
* Don't Mesa calculate cpu optimizations due to visibility
  issues, use Mesa cpu functions for this.
* Don't allow undefined symbols in libGL.so to ensure sanity.
* Move Mesa optional packages to haiku-files
2012-01-17 14:57:49 +00:00
Alexander von Gluck IV
ec4f80739e mesa: Update OptionalPacakge build script
* Add missing cpuinfo header
* Add diff to compile Mesa 7.8.2 for gcc2
2012-01-17 14:57:00 +00:00
Alexander von Gluck IV
9097f91c95 mesa: Updated script to build Mesa optional package
* Move compiled binaries into lib.haiku
* Enables usage with makefile and scons Mesa builds
2012-01-17 14:51:55 +00:00
Aleksas Pantechovskis
f2b4344867 Draft of proj2make - BeIDE projects convertion tool
* The proj2make can extract most of data required by makefile-engine powered
  makefiles from the BeIDE project files making porting of the old BeOS
  software projects more easy;
* This tool was implemented during GCI2011 as the "undocumented data format
  investigation task" study work, so please be patient to it's incompleteness
  and not perfect design. Thank you for understanding!

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-16 23:03:37 +01:00
Niels Sascha Reedijk
02085594e6 Extra synchronization from Pootle.
Import the French catalogs.
2012-01-16 09:36:01 +01:00
Siarzhuk Zharski
caacf4d9e7 Remove unused variable TMailWindow::fStartingText
* Looks like this variable has no functional load anymore. The last case
  of filling it was dismissed by hrev43664 modification.
2012-01-15 22:12:18 +01:00
Siarzhuk Zharski
414dacd2f5 Some GCI2011 Students added into the Credits
* Aleksas Pantechovskis added into contributors list for his work on
  setmime and writembr tools, and many patches provided for Mail
  application during completing about 12 GCI tasks;
* Peter Poláčik added into contributors list for his work on adding
  localization support into Jamfile engine and documenting
  using of makefile/jamfile engines;
* Mariya Pilipchuk added into translators list for her work on Ukrainian
  translation;

  Thank you for the contribution!
2012-01-15 21:41:52 +01:00
Aleksas Pantechovskis
7df4b41328 Improve the auto-signature insertion algorithm
* Append the signature only after the e-mail Reader thread will finish
  it's work. This prevent from inserting the signature in wrong place;
* Added extra lines between original e-mail quote and the signature for
  more comfortable editing of replies.
* This fix was made during GCI2011;
* This fixes #4590.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-15 20:54:21 +01:00
Siarzhuk Zharski
db3aecc840 Fix gcc2 build - remove iusing of ios:exceptions
* Fixing gcc2 build by removing exceptions using, that are looking like
  not supported by our version of compiler.
* Thanks to Alexander von Gluck for pointing the problem out.
2012-01-15 17:38:41 +00:00
Siarzhuk Zharski
68450f5d44 Remove debug syslog call.
* Remove debug code introduced by reading pos improvements. Sorry for
  the noise. :-\
2012-01-15 15:17:01 +00:00
Aleksas Pantechovskis
1a7322a09e Command line 'writembr' tool implemented
* Implemented writembr tool used to update MBR area with easy boot
  loader starting the system from currently active partition;
* This work fixes #5595;
* This is result of GCI2011 task.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-15 15:03:24 +00:00
Aleksas Pantechovskis
cd8bd6fa3f Preserve/Restore e-mail reading position
* Introduce the "MAIL:read_pos" attribute of e-mail file node to
  store the latest scroll position of the mail text view;
* Fixes #4302 (Mail should store and restore scroll offset);
* This feature was implemented during completing GCI2011 task.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-15 15:03:17 +00:00