34e1a0bc4b
r1213@snowdrop: ciaranm | 2006-07-28 22:49:36 +0100 Disable xterm titles for dumb and linux terminals. Fixes: Berlios#8235.
Ciaran McCreesh
2006-07-28 21:52:24 +00:00
02912ca61f
r1212@snowdrop: ciaranm | 2006-07-28 22:45:23 +0100 More work on splitting up PortageRepository
Ciaran McCreesh
2006-07-28 21:52:24 +00:00
f5e5425a91
r1209@snowdrop: ciaranm | 2006-07-28 20:50:37 +0100 Split up PortageRepository some more. Move the news and advisory config file implementations from the main library into the Portage repository library.
Ciaran McCreesh
2006-07-28 19:50:51 +00:00
0419f9776c
r1208@snowdrop: ciaranm | 2006-07-28 04:08:17 +0100 Split up PortageRepository some more. Move the news and advisory config file implementations from the main library into the Portage repository library.
Ciaran McCreesh
2006-07-28 05:50:03 +00:00
4e6afb085f
r1207@snowdrop: ciaranm | 2006-07-28 04:06:08 +0100 Handle an unset DISPLAY more sanely. Fixes: Berlios#8195. From: Piotr Rak.
Ciaran McCreesh
2006-07-28 05:49:51 +00:00
3f79cf7672
r1206@snowdrop: ciaranm | 2006-07-28 04:03:25 +0100 Don't update world for set targets. Fixes: Berlios#8219.
Ciaran McCreesh
2006-07-28 05:49:44 +00:00
baef8cfd30
Add myself to AUTHORS. Add failure hooks to all ebuild phases, and for sync, install, and uninstall.
Mike Kelly
2006-07-27 00:46:51 +00:00
ac0ae7a7d6
Dynamically load repositories from .so files in libdir/paludis/repositories. Fixes: BerliosChangeLogFR2423
Ciaran McCreesh
2006-07-27 00:45:33 +00:00
ab2b391ebf
Lock controls when syncing
Ciaran McCreesh
2006-07-26 23:57:31 +00:00
82b61b1bed
Sync in a fork()ed pid. No locking or refreshing done currently, so, uh, things can break in very weird ways...
Ciaran McCreesh
2006-07-26 23:38:10 +00:00
a07eef6102
Fix InternalError while working on repositories without UseInterface.
Danny van Dyk
2006-07-26 21:36:39 +00:00
dc413124ff
Allow configuration suffix to be changed after DefaultConfig initialisation failure. (from Piotr Rak)
Ciaran McCreesh
2006-07-26 19:28:50 +00:00
ae1be2021a
Commit crude popup menu code. Not sanely usable yet...
Ciaran McCreesh
2006-07-26 19:26:13 +00:00
c320ebb2fd
Allow stderr for system commands to be redirected. Make the message window auto scroll and display PStream stderr output.
Ciaran McCreesh
2006-07-25 18:06:59 +00:00
64ae2fa8ec
Allow stderr for PStream commands to be redirected. Make the message window auto scroll and display PStream stderr output.
Ciaran McCreesh
2006-07-25 15:30:25 +00:00
fe9810cece
Make the messages window resizeable.
Ciaran McCreesh
2006-07-24 19:27:40 +00:00
1c1bda20ea
Make the message window less useless
Ciaran McCreesh
2006-07-24 09:48:32 +00:00
e8e00d8048
Change how we handle CXXFLAGS, to allow configure-detected warning flags to be overridden in subdirectories. Start work on a Gtk+ interface.
Ciaran McCreesh
2006-07-24 08:51:38 +00:00
329a205da5
Add profile package.mask support
Ciaran McCreesh
2006-07-21 15:57:24 +00:00
7461853e51
Start work on splitting up PortageRepository.
Ciaran McCreesh
2006-07-20 23:53:07 +00:00
75c6345191
Warn if /proc is strange
Ciaran McCreesh
2006-07-19 21:27:37 +00:00
dd28ac10ae
Tidy up args a bit
Ciaran McCreesh
2006-07-19 21:21:29 +00:00
09849ab2e6
More libwrapiter conversions
Ciaran McCreesh
2006-07-17 17:32:51 +00:00
f69b88e0b6
Remove all uses of deque in favour of lists. Although deque is theoretically potentially faster, it's fairly broken in some standard library implementations. Fixes: Berlios#8127.
Ciaran McCreesh
2006-07-17 15:57:45 +00:00
58121c4e81
More libwrapiter conversion
Ciaran McCreesh
2006-07-17 14:23:11 +00:00
d9b68122d4
Start using libwrapiter and smarter containers to avoid including big scary STL files in our headers
Ciaran McCreesh
2006-07-17 08:07:10 +00:00
8cf428ddb8
Switch from .a to .so files. Move each repository format into its own subdirectory in paludis/repositories/. Move to 0.5 branch.
Ciaran McCreesh
2006-07-16 20:45:42 +00:00
340e19e50c
Update qa package name checks, since ... is now legal in categories
Ciaran McCreesh
2006-07-16 20:39:11 +00:00
6ea39dff62
Update qa package name checks, since ... is now legal in categories
Ciaran McCreesh
2006-07-16 20:38:12 +00:00
643cc0d2a6
Update qa package name checks, since ... is now legal in categories
Ciaran McCreesh
2006-07-16 20:36:29 +00:00
bbfb6d2916
Display full filenames in die backtraces
Ciaran McCreesh
2006-07-14 22:32:36 +00:00
a397b513f5
Preparation for 0.4.2
Ciaran McCreesh
2006-07-14 18:06:13 +00:00
4abff4bad7
Make CONFIG_PROTECT work as expected when ROOT=/. Add tests for CONFIG_PROTECT behaviour. Fixes: Berlios#8113, Berlios#FR2377.
Ciaran McCreesh
2006-07-14 18:03:13 +00:00
00ccfb539b
More filtering of environment for Portage-generated VDB entries
Ciaran McCreesh
2006-07-13 21:35:00 +00:00
bb27d24012
Preparation for 0.4.1
Ciaran McCreesh
2006-07-13 21:14:54 +00:00
348a102936
When ROOT=/ and unmerging a Portage-installed package, avoid sandbox errors caused by the saved environment (cleaner regex)
Ciaran McCreesh
2006-07-13 20:20:45 +00:00
496bef333b
When ROOT=/ and unmerging a Portage-installed package, avoid sandbox errors caused by the saved environment (take two)
Ciaran McCreesh
2006-07-13 20:19:19 +00:00
a1dae9c146
Make sure to include stringify.hh to fix ciaranm's breakage
Stephen P. Bennett
2006-07-13 19:50:47 +00:00
a76a331265
When ROOT=/ and unmerging a Portage-installed package, avoid sandbox errors caused by the saved environment
Ciaran McCreesh
2006-07-13 19:39:53 +00:00
5ace55a1e6
Allow . in category names to make crossdev happy.
Stephen P. Bennett
2006-07-12 21:28:45 +00:00
bdf81a0f4a
Fix #includes after renames
David Morgan
2006-07-12 21:24:24 +00:00
16d2db7838
Make autogen more autoconf-2.60 friendly
Ciaran McCreesh
2006-07-12 21:17:29 +00:00
27ac3bc1d4
Remove whitespace from check identifiers
David Morgan
2006-07-12 21:02:34 +00:00
c62cf898b2
More libqualudis fixes
David Morgan
2006-07-12 20:18:45 +00:00
82765ad29b
Be more consistent with colours
Ciaran McCreesh
2006-07-12 19:05:53 +00:00
51c21c1313
Display package names in colour when showing world file changes.
Ciaran McCreesh
2006-07-12 18:26:02 +00:00
b2feee52c3
Fix dep_flags check to compile and add it back to libpaludisqa.
Danny van Dyk
2006-07-12 11:34:51 +00:00
ea53db2da0
Removed '--check' commandline action. Qualudis now runs checks by default. Added '--qa-check' commandline option to specify which checks should be run.
Danny van Dyk
2006-07-12 11:16:03 +00:00