Commit Graph
96 Commits
Author SHA1 Message Date
Augustin Cavalier e6ecb3fc07 Haiku Book: Midi2 fixes.
* Automatic whitespace cleanup.
 * Removed all of Midi2 from the "libbe" group, as they aren't part of it
 * Get rid of the redundant "libmidi2" group, as all of midi2 is already in
   the "MIDI 2 Kit" group, and the docs explicitly state that the MIDI 2 Kit
   has its own library.
2015-03-25 11:30:01 -04:00
Augustin Cavalier aa6ef6658c Haiku Book: fix device drivers group definition.
Also removed the "Keyboard" group definition, which was broken. There
wasn't anything in that group, and there's only one page on the
keyboard anyway.
2015-03-25 11:23:51 -04:00
Augustin Cavalier 9782bd3280 Tracker: Fix FilePanel menu bar initialization.
It appears I was a bit too hasty in hrev48850, as if I had looked more
closely I would have noticied that this code depended on the menu bar
being initialized to function correctly.

Fixes #11914.
2015-03-19 14:36:47 -04:00
Augustin Cavalier 14d6e9c92a HaikuPorts/x86_gcc2: add LMMS and dependencies. 2015-03-16 21:42:46 -04:00
Augustin Cavalier 6310fe231c HaikuDepot: only display copyright symbol if the string is not empty. 2015-03-12 12:16:07 -04:00
Augustin Cavalier 477c53895f HaikuDepot: display copyright symbol. 2015-03-12 10:01:09 -04:00
Augustin Cavalier 102b06000f Add resattr to the minimum image. 2015-03-03 09:59:37 -05:00
Augustin Cavalier 1f68e420cc Tracker: initialize menus after the PoseView has been added to the window.
Fixes #11819.
2015-03-02 13:33:53 -05:00
Augustin Cavalier 1d329e209a Tracker: fix CountView sizing issues.
And now, the sizing differences between layout Tracker and non-layout Tracker
should not be noticeable to the naked eye.
2015-03-02 12:17:35 -05:00
Augustin Cavalier cd70e3e26c Tracker: delete MetroWerks compatibility stuff. 2015-03-02 11:34:34 -05:00
Augustin Cavalier 1dedefaf23 Tracker: don't initialize layouts when we're not supposed to.
This didn't cause any problems before because all the views that don't
use layouts reimplemented this function. But that may not be the case in
the future.
2015-03-02 11:29:11 -05:00
Augustin Cavalier 4a33b4e55c AboutSystem Credits: add Richie Nyhus to the website & marketing team.
He's doing such a good job promoting Haiku as well as maintaining
our (extensive) lists of articles on the website, so there's no reason
not to credit him here.
2015-03-01 22:14:49 -05:00
Augustin Cavalier a6693759c7 AboutSystem credits: split "website & marketing" into a "current" and "past".
No sense having a "website team" with half its members no longer active...
2015-03-01 22:12:41 -05:00
Augustin Cavalier c4be934261 mime_db: add Jar mimetype and icon.
Huge thank you to Justin Stressman for the coffee cup icon!
2015-03-01 12:44:43 -05:00
Augustin Cavalier 8b03727a4e Revert "Tracker: Fix memory leak"
This reverts commit de7aed2b56. It turns out
that this causes crashes when trying to navigate in directories with
type-ahead filtering enabled. (possibly related to the root cause of
2015-02-28 13:22:19 -05:00
Augustin Cavalier 2ce07ba6b4 AboutSystem Credits: move Puck and Hamish to the maintainers list. 2015-02-28 13:03:43 -05:00
Augustin Cavalier 643df789c9 AboutSystem Credits: move Andrew Lindesay back to the maintainers list.
As discussed on the Commits ML.
2015-02-28 12:59:29 -05:00
Augustin Cavalier 9e78efbb4d Tracker: delete un-needed #includes.
All of these header files are already included by the .h file that
corresponds to the .cpp file.
2015-02-28 12:54:36 -05:00
Augustin Cavalier 90f65a8853 Cortex: delete old B_BEOS_VERSION ifdefs. 2015-02-28 12:54:33 -05:00
Augustin Cavalier 7dc141827a Delete old rgb_color operators that are no longer needed. 2015-02-28 12:54:31 -05:00
Augustin Cavalier 5940aaf69c AboutSystem Credits: clean up current maintainers.
All the people I've moved off this list have not committed anything
since (at least) before 2012-01-01, with the exception of Andrew Lindesay
who never recieved commit access (AFAICT, he only contributed some patches.)
2015-02-27 02:39:14 -05:00
Augustin Cavalier 56d52e3426 AboutSystem software credits: updates & cleanup.
All the packages I delete from here are not included in the tree
and not included in the "default packages" list.

 * Use HTTPS rather than HTTP for sites that support it
 * GDB was removed in hrev48791
 * FFmpeg is spelled as "FFmpeg", not "FFMpeg"
 * atftp was removed from the tree in the previous commit
 * acipca was updated to a version from 2014 recently
 * CannaIM was removed in hrev48034 & hrev48035
 * libxml2 & friends were removed in hrev48798
 * Cleaned up ifdef __INTEL__ lines -- no need to have more than one
2015-02-27 02:39:12 -05:00
Augustin Cavalier aed7654fff atftpd: remove from tree.
Not included in the build, and I've just pushed a recipe for it to
HaikuPorts.
2015-02-27 02:39:10 -05:00
Augustin Cavalier c86c9e29d3 ScrollView docs: make parameter name match the header file. 2015-02-27 02:39:07 -05:00
Augustin Cavalier 7bd2f594a3 Cortex: LoggingConsumer: use B_PRIdBIGTIME for message formatting.
Pointed out by Axel and Jessica. Thanks!
2015-02-15 12:31:58 -05:00
Augustin Cavalier ecbca3feec Cortex: LoggingConsumer: fix debug build. 2015-02-14 21:58:28 -05:00
Augustin Cavalier 4e38bdba17 Tracker: Remove old (bitmap) icons.
Before removing each of these, I verified that:
  * there was already a HVIF of the icon in this rdef file
  * the "MICN" constant was not used anywhere in the tree

There are a few icons left (e.g. BeBox icon) that don't have HIVF
equivalents (at least not in this file.)
2015-02-14 18:49:30 -05:00
Augustin Cavalier 9a36a4c8dc Tracker: delete non-BControlLook drawing code.
This will result in changes to generated assembly, but should not
result in a functional change of any kind.
2015-02-14 18:49:27 -05:00
Augustin Cavalier 2f5fe16a3e Tracker: delete #ifndef __HAIKU__ code.
Since tracker_layout has been merged, this is pretty useless now.
Should result in no change to generated assembly.
2015-02-14 18:49:25 -05:00
Augustin Cavalier 9c353c978c Pulse: automatic whitespace cleanup. 2015-02-14 18:49:22 -05:00
Augustin Cavalier 99515c66b8 Pulse: use #elif instead of #if.
If this causes any changes in generated assembly... well, we'd have
bigger problems if __POWERPC__ and __INTEL__ were both defined.
2015-02-14 18:49:20 -05:00
Augustin Cavalier 7729bad4bd tone_producer_demo: automatic whitespace cleanup. 2015-02-14 18:49:18 -05:00
Augustin Cavalier a478bc0582 tone_producer_demo: Delete workarounds for MetroWerks compiler bugs.
There are a few left here that I didn't delete because the function does
more than just call up to the parent class, so someone with more knowledge
of the media kit than I do will have to go over those.
2015-02-14 18:49:15 -05:00
Augustin Cavalier 1a499ee138 Cortex: LoggingConsumer addon: fix crash on startup.
Fixes #11855.
2015-02-13 15:36:47 -05:00
Augustin Cavalier 7657d1c82c Cortex: delete ToneProducer add-on.
The version of this in src/add-ons/media/media-add-ons/tone_producer_demo/
is virtually identical, plus it is under a more permissive license
(Be Sample Code vs. BSD 3-Clause) and already fixed for 64bit.
2015-02-13 12:43:58 -05:00
Augustin Cavalier 136a82ffc5 Cortex: add LoggingConsumer to the build. 2015-02-13 12:36:03 -05:00
Augustin Cavalier a57b52f0e4 FileType Add-On: Delete really old TODO that's no longer valid.
You can watch the RDEF get compiled during the build, and look at the
generated file and see the vector icon, so it must be working :)
2015-02-13 12:16:53 -05:00
Augustin Cavalier a6e08fdc0f Cortex: convert remaining RSRCs to RDEFs. 2015-02-13 12:15:10 -05:00
Augustin Cavalier 26bf1330ad Cortex: delete now-unused makefiles. 2015-02-13 11:43:21 -05:00
Augustin Cavalier cf76c29456 interface_guidelines: add a convert.sh script that uses XMLTO.
Works on Linux, doesn't work on Haiku. It appears xsltproc tries
to fetch the DTD and XSL stylesheets (which doesn't work, for some reason
it wasn't built with HTTP support, and I can't figure out why). Even
when telling it to use the preinstalled XSL & DTDs using --catalog,
it still tries to download the files...
2015-02-13 11:26:28 -05:00
Augustin Cavalier cea5e640aa HaikuPorts/x86_gcc2: add package for xmlto, update xslt. 2015-02-13 11:24:02 -05:00
Augustin Cavalier 78e2703a6b Delete docbook-xsl, docbook-dtd, and xslt from the tree. 2015-02-12 17:16:39 -05:00
Augustin Cavalier 7d6915b4d0 Interface Guidelines: migrate to docs/, use DocBookCSS.
DocBookCSS is a mostly-pure-CSS2 implementation of the DocBook standard.
Unlike DocBookXSL which relies on transforming the XML, it utilizes the
XML-styling features of modern web browsers to display the DocBook.

Its appearance still is a long way from the Haiku Book and Userguide, but
it looks (mostly) the same as the old DocBookXSL so we can stop using that.
Eventually we just need to make DocBookCSS use our styling.
2015-02-12 17:08:04 -05:00
Augustin Cavalier 644fa5a938 src/documentation: delete the old HaikuUserGuide.txt.
Written by DarkWyrm, this user guide has been long since superseded by
the new HTML-based User Guide, which has everything this did and then
some, with the exception of the "History" section. That section
does seem like it could be useful somewhere, so I've moved it to
its own file in the "docs/misc" directory.
2015-02-12 10:37:22 -05:00
Augustin Cavalier f4b3296a93 passwd: fix copypasta.
The argument help text was correct, the summary was obviously not.

Also fix an instance of double-semicolon.
2015-02-12 10:26:02 -05:00
Augustin Cavalier 4230183ded Tracker/StatusWindow: use vector icons.
Fixes #11711.
2015-02-11 23:14:44 -05:00
Augustin Cavalier 3385848679 Tracker: take advantage of BToolBar changes from the previous commit. 2015-02-11 23:06:36 -05:00
Augustin Cavalier 7d226266e6 BToolBar: misc. fixes.
* Move common init. code to an _Init() function.
 * Create a layout constructor.
 * Make _AddView public and rename it to AddView.
2015-02-11 23:06:21 -05:00
Augustin Cavalier 94a4c1c456 BToolbar: rename to BToolBar.
"BToolBar" matches the current convention ("BStatusBar", "BMenuBar", etc.)
I've no idea what I was thinking when I renamed this before...

Also adjust all users of BToolBar (Tracker and ShowImage).
2015-02-11 22:54:48 -05:00
Augustin Cavalier d7cde0634b OptionalPackages: remove cmake from the default packages.
* It no longer has consistent naming across architectures, as it's
   now GCC4-only.
 * It hasn't been in the default images for that reason since that change
   was made a few months ago, and nobody has missed it.
 * Only a few pieces of software use it at this point, so those who need
   it can simply run "pkgman install cmd:cmake".
2015-02-11 22:39:57 -05:00
Augustin Cavalier 90c3b9bf9f tracker_new_templates: Bump copyright year. 2015-02-11 22:38:53 -05:00
Augustin Cavalier 32fab80eea Revert "Delete old DiskUsage docs."
Apparently, upon reading the "fine print" at the bottom, these docs *must*
be distributed with the binaries.

Now to try to contact the author...
2015-02-11 22:02:24 -05:00
Augustin Cavalier 4cb2c39774 Haiku Book: compatibility: list all authors at the top of the file as per convention.
All of the other .dox files here list authors at the top of the file
in a standard (non-Doxygen) comment, so do the same here.

I've listed the file as copyright 2011, as (according to Git) that's
the last time it was functionally changed. I also added a few people
in as being authors of the file who seem to have made significant
changes to it.
2015-02-11 19:14:20 -05:00
Augustin Cavalier aa01bfe571 Haiku Book: fix some typos.
The possessive form of "it" is "its", not "it's" ("it's" is just
shorthand for "it is").

Closes #11712.
2015-02-11 19:04:38 -05:00
Augustin Cavalier 82d26eb239 Haiku Book: old Midi Kit: fix link to the BeBook.
That online copy of the BeBook went offline some time ago, and we
now host one, so point to that instead.
2015-02-11 19:00:18 -05:00
Augustin Cavalier 9df92fb0a2 ReadMe: Convert to Markdown, various cleanup.
* Remove references to outdated stuff (OsDrawer, old OpenGrok)
 * Removed GitHub as a code search option (not nearly as flexible
   as OpenGrok, and updated bi-monthly or so instead of daily.)
 * General reorganization.

Fixes #11842.
2015-02-11 18:56:15 -05:00
Augustin Cavalier e29c4978bb ReadMe -> ReadMe.Compiling, ReadMe.IntroductionToHaiku -> ReadMe. 2015-02-11 18:53:14 -05:00
Augustin Cavalier 22440f4105 Delete old DiskUsage docs.
The DiskUsage docs in the Userguide have all of this info and then
some.
2015-02-11 18:44:29 -05:00
Augustin Cavalier 025509d71f gdb & gawk: delete from tree. 2015-02-11 15:40:17 -05:00
Augustin Cavalier e611f19907 gdb: outsource.
I didn't add the gdb package to the bundled packages because AFAIK,
most users / developers of Haiku use our built-in Debugger instead,
because it's so much more awesome (thanks, Ingo & Rene!).

If I'm somehow mistaken about that, please don't hesitate to speak
up and I'll add it.
2015-02-11 15:33:47 -05:00
Augustin Cavalier 63c5fe5e94 HaikuPorts/x86_gcc2: add gdb package. 2015-02-11 15:03:10 -05:00
Augustin Cavalier 5d2ac2a185 AboutSystem Credits: add myself to the maintainers list. 2015-02-11 13:16:00 -05:00
Augustin Cavalier 35718f10ee package_infos: fixes after coreutils outsource.
* Since coreutils is now a mandatory package, add it to the REQUIRES
   of all the Haiku packages, otherwise system updates will be broken.
 * Adapt the other (arm, m68k, ppc) package_infos as well.

Signed-off-by: John Scipione <[email protected]>
2015-02-05 17:47:09 -05:00
Augustin Cavalier e7803cf1f6 Tracker: use the Layout API wherever possible.
Sorry this commit is so big, but I couldn't figure out how to do this
incrementally without breaking things.

I wasn't able to just merge Aldeck's branch, as it was a partial refactor
of Tracker and didn't just rewrite the UI creation code to use layouts,
and the changes for PM (e.g. addon loading, virtual directories) made it
very hard to merge (it doesn't even compile after an automerge) so rather
than spending time on that, I decided it'd be better to recreate his work.

Miscellaneous notes:
 - This partially cleans up BPoseView & subclasses and BContainerWindow &
   subclasses -- none of the subclasses and child views abuse the parent's
   state, child views, or layout now.
 - BFilePanel and BDeskWindow are not on layouts, because:
   * BFilePanel docs in the Be Book instructed developers that wanted to
     modify BFilePanel's layout to just use FindView() and then move the
     views around. Obviously making it use layouts will break all BeOS
     apps that do this, and there are a lot of them (Pe, WonderBrush are
     just two examples.) I've added a note to the TODO list for R2 to create
     a layout-compatible API for this.
   * Some replicants (Workspaces, for example) rely on manipulating
     BDeskWindow's drawing state. This is incompatible with layouts, as
     at least in the case of Workspaces, it breaks a layouted version
     of BDeskWindow entirely.
 - I noticed a lot of #ifdef BEOS_VERSION ... gunk in the code. Tracker
   probably didn't build on BeOS just before this commit, and now it
   won't for sure, so I intend to go through and clean that out in the
   near future.

This commit also fixes:
 - enhancement #4996 (make Tracker's navigator use vector icons)
 - bug #3039 (resizing OpenWithWindow flashes the blue border)
 - bug #3889 (OpenWithWindow redraw errors)
 - a regression that was a side effect of "dynamic_cast<BDeskWindow*>(this)"
   always returning NULL when run in the constructor. I just added a "bool
   isDeskWindow" to BContainerWindow's constructor that is only set to true
   by BDeskWindow.
 - a copy&paste error in VirtualDirectoryPoseView that was passing "uint32
   resizeMode" as "uint32 viewMode".

Thanks to Alexandre for his original branch (it was a very useful
reference), Axel (for some miscellaneous advice & encouragement),
Adrien & Humdinger (for user interface review), and Diver (for user
interface review & testing).
2015-01-27 01:43:51 -05:00
Augustin Cavalier 819bfad2df HaikuPorts/x86_gcc2: package updates & additions.
* Doxygen 1.7.6.1 is not the current version, but it's the last in the
   1.7 line which is what we're using for the Haiku Book currently.
 * Git 2.2 has some new features (terminal coloring) and behavioral changes
   (most appeared as warning messages in Git 1.8). Most major Linux
   distros successfully switched, and HaikuPorter doesn't seem to rely
   on the old behavior.
 * PHP is a new add, I've successfully enabled some of the more commonly
   used features in our port (GD, ZLIB, CURL, i18n) so it's more useful now.
   This package does not contain any webserver integration files, but it does
   contain both the CLI and CGI interfaces as well as the builtin webserver.
 * ZSH now provides cmd:sh, so it's possible to switch your default shell to
   it. Mksh already provided cmd:sh so I didn't need to modify it. There
   are still some rough patches that occur when uninstalling Bash (e.g.
   Terminal app has an annoying alert that it can't find Bash so it's using
   /bin/sh instead) but it appears to work.
 * Go was ported in GSOC 2014 and has had a recipe since then, but nobody
   bothered to upload it.
 * RCS had an incorrect primary provide, fixed it (#9703).
2015-01-25 17:54:44 +01:00
Augustin Cavalier 7732094125 data/bin/welcome: update #! line to reference sh and not bash.
Fixes #11719.
Makes it possible to use another shell package to run Haiku (such as zsh
or mksh).

Signed-off-by: Adrien Destugues <[email protected]>
2015-01-08 08:58:29 +01:00
Augustin Cavalier c09cca4a79 BSize docs: fix description of B_SIZE_UNSET.
Thanks Ingo for noticing!
2015-01-07 15:34:49 +01:00
Augustin Cavalier ab00c90d87 Create docs for BSize class.
Fixes #11713.

Signed-off-by: Adrien Destugues <[email protected]>
2015-01-07 08:29:33 +01:00
Augustin Cavalier 45e1214ac1 RCS: delete from tree.
Moved to a package. Not added to the image as we keep this only for
POSIX compatibility.

Fixes #11662.

Signed-off-by: Adrien Destugues <[email protected]>
2015-01-05 17:40:07 +01:00
Augustin Cavalier 0de25abadc bash_completion: delete from tree.
This was an old version of bash_completion and not included in the
image. An haikuports recipe is available if you need it.

Fixes #11660.

Signed-off-by: Adrien Destugues <[email protected]>
2015-01-05 12:03:45 +01:00
Augustin Cavalier f978d9a815 package_infos/makefile_engine: Require cmd:mkdepend.
Signed-off-by: Adrien Destugues <[email protected]>

Fixes #11646

The makefile engine uses mkdepend to extract dependency info from cpp
files.
2014-12-20 10:54:18 +01:00
Augustin Cavalier e616ded892 Add missing cmd:hey provide.
Signed-off-by: Adrien Destugues <[email protected]>

Fixes #11631.
2014-12-18 08:44:41 +01:00
Augustin Cavalier bc6db669fd ResourceEdit: delete from tree.
It has been moved to HaikuArchives.
2014-12-07 16:20:43 +00:00
Augustin Cavalier 0a74147e1d BToolbar: Allow the toolbar's orientation to be set by its creator.
I already made this patch in Heidi's clone of BToolbar. Adding it here
allows me to drop Heidi's version altogether.

I also relicensed the header file at the permission of Stephan. The .cpp
file still lists him as author and copyright holder.

Signed-off-by: Jessica Hamilton <[email protected]>
2014-11-10 13:21:13 +13:00
Augustin Cavalier 6d93638b37 ToolBarView: rename to BToolbar and move to libshared.
Also adjust ShowImage for this, it's the only thing that's using ToolBarView
right now.

Signed-off-by: Jessica Hamilton <[email protected]>
2014-11-04 12:45:47 +13:00
Augustin Cavalier de59ef0760 HaikuPorts/x86_gcc2: update Qt following the ICU upgrade.
Sorry this took so long!

Signed-off-by: Oliver Tappe <[email protected]>
2014-10-20 21:59:03 +02:00
Augustin Cavalier cda4988751 Template Makefile: stupid fix to get it working again.
No idea how I escaped this backslash...

Signed-off-by: Jessica Hamilton <[email protected]>
2014-09-29 11:44:50 +13:00
Augustin Cavalier 016ef2de8b makefile_engine: fix wording, rewrap, bump version, capitalize name.
* Improve wording, fix spelling errors, rewrap
* Capitalize name
* Adjust templates to match.

Fixes #11158.

Signed-off-by: Adrien Destugues <[email protected]>
2014-09-18 16:29:44 +02:00
Augustin Cavalier e4d2963e01 libshared: Introduce JSON parser and MessageBuilder.
Based on an earlier piece of source code of mine that parsed JSON into
QObjects, this JSON parser creates a BMessage tree.

Will be used by Stephan in HaikuDepot for communication with the web app.
2014-08-24 17:36:20 +02:00
Augustin Cavalier ef21655b0b ca_root_certificates: Update to 2014_04_08-1.
Tested against wget, curl, and git, which all were still able
to verify certificates and download from HTTPS sites.

Signed-off-by: Oliver Tappe <[email protected]>
2014-07-29 18:41:48 +02:00
Augustin Cavalier a9822c2d28 HaikuPorts/x86_gcc2: Update both FFmpegs to 0.10.14-1.
Signed-off-by: Oliver Tappe <[email protected]>
2014-07-29 18:09:47 +02:00
Augustin Cavalier 8d31bd2e69 Upgrade Pe to 2.4.5.
Signed-off-by: Oliver Tappe <[email protected]>
2014-07-24 16:16:43 +02:00
Augustin Cavalier 01133a682c AboutSystem: use parens instead of dashes to indicate nicknames
Having dashes is confusing because some people have dashes in their names,
so using parens eliminates the confusion.

Signed-off-by: Axel Dörfler <[email protected]>
2014-07-23 00:38:14 +02:00
Augustin Cavalier 5ccde6d3dd AboutSystem: move authors and translators info to Credits.h
Signed-off-by: Axel Dörfler <[email protected]>
2014-07-23 00:37:58 +02:00
Augustin Cavalier 250e35c3bb HaikuPorts/x86_gcc2: add some native Haiku apps. 2014-07-21 22:04:01 +02:00
Augustin Cavalier 55c4772c6a HaikuPorts-x86_gcc2: add KDE's dependencies. 2014-07-19 15:34:00 +02:00
Augustin Cavalier 7481292e36 CDPlayer: remove from image & delete
* Does not work on recent hardware
  * It now lives at: https://github.com/HaikuArchives/CDPlayer

Signed-off-by: Axel Dörfler <[email protected]>
2014-07-09 22:54:51 +02:00
Augustin Cavalier e35fa24e16 Update BePDF package and its dependencies.
Signed-off-by: Oliver Tappe <[email protected]>
2014-07-09 22:18:03 +02:00
Augustin Cavalier 8566c721c7 file_systems/cdda: Various fixes.
* When restoring shared attributes, don't affect CDDB:lookup status
 * Volume renames should not affect CDDB:lookup status, only file renames should

This fixes some of the "cddb_daemon not updating CD info" problems.

Signed-off-by: Jérôme Duval <[email protected]>
2014-07-09 20:54:38 +02:00
Augustin Cavalier 0b38b0a136 cddb_daemon: Various fixes.
* Add ".wav" to the ends of filenames
 * Add a track number at the beginning of the filename, e.g. "01"
 * Don't hard-fail if the FreeDB response contains an invalid year

Signed-off-by: Jérôme Duval <[email protected]>
2014-07-09 20:10:16 +02:00
Augustin Cavalier d229332a33 CIDs 1162783 & 1162784: out-of-bounds access & write in MSI.
* The number of IO vectors is not 256 on x86, but rather 224 as set by
  NUM_IO_VECTORS in "arch_int.h".
* Jessicah mentioned hearing about MSI crashes before, but that was a
  few weeks ago.
* These were the only CIDs in the MSI code.

Signed-off-by: Michael Lotz <[email protected]>
2014-07-08 20:39:37 +02:00
Augustin Cavalier d71c5a1ebf #10717: Addressing issues brought up by Axel and Gerasim
Signed-off-by: Jessica Hamilton <[email protected]>
2014-07-06 14:02:12 +12:00
Augustin Cavalier ba38276d19 Ensure partition block size is not 0.
* I tried having this test in KDiskDeviceManager.cpp, but it
   failed booting in one case and did not solve the problem in another.
   I think this is because there is an Open() call here, and that rereads
   the blocksize.
 * Tested and it solved the problem for me.
 * Should fix #10717 and #9489 at least.

Signed-off-by: Jessica Hamilton <[email protected]>
2014-07-06 10:24:14 +12:00
Augustin Cavalier c441188551 Update Qt, Quassel, and QupZilla packages.
* Additionally, rename Qt from qt4 to libqt4.
* [zooey]: Corrected sorting order.

Signed-off-by: Oliver Tappe <[email protected]>
2014-07-02 20:23:11 +02:00
Augustin Cavalier 6a6d640619 Remove duplicate "libpaper" entry.
Signed-off-by: Oliver Tappe <[email protected]>
2014-07-02 20:23:11 +02:00
Augustin Cavalier 67e4499bbe Add search function to the API docs.
* Uses Google site search.
 * CSS taken from the User Guide Translator's CSS.

Signed-off-by: John Scipione <[email protected]>
2014-06-30 15:22:52 -04:00