aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3riot
ModeNameSize
-rw-r--r--Makefile837logstatsplainblame
-rw-r--r--distinfo180logstatsplainblame
-rw-r--r--pkg-descr501logstatsplainblame
s='insertions'>+11 * removed unused variable..Rodrigo Moya2003-04-252-1/+5 * Disable debugging printfs.Jeffrey Stedfast2003-04-252-3/+7 * Keep our buf ptr aligned to sizeof (char *). Should fix bug #41362.Jeffrey Stedfast2003-04-252-6/+15 * Try stat'ing the file before loading it with xmlParseFile() to avoidJeffrey Stedfast2003-04-251-4/+6 * Updated Czech translationMiloslav Trmac2003-04-242-117/+120 * Updated italian traslation.Marco Ciampa2003-04-242-945/+1046 * removed debug printfs.Not Zed2003-04-242-3/+4 * cast to remove warning. (construct): set a physiucal uri on the rootNot Zed2003-04-242-1/+11 * pass an exception to get_provider, to silence some warnings/get a validNot Zed2003-04-242-1/+9 * only free the host if it was set. removes a run-time warning.Not Zed2003-04-242-5/+8 * Fixed typoRodrigo Moya2003-04-241-1/+1 * Fixes #41641Hans Petter Jansson2003-04-243-19/+36 * Fixes #41671Rodrigo Moya2003-04-243-3/+16 * add more newsChris Toshok2003-04-241-1/+8 * [ fixes bug #37351 ] the row the signal is called with is already theChris Toshok2003-04-242-1/+7 * [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-242-20/+48 * *misc/e-multi-config-dialog.c : add appropriate padding and spacing to theAnna Dirks2003-04-242-2/+10 * Add appropriate padding to the Evolution Settings window. This is anotherAnna Marie Dirks2003-04-243-1/+14 * *glade/e-folder-list.glade : replaced buttons with stock buttons and addedAnna Marie Dirks2003-04-242-5/+12 * Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-04-242-710/+687 * *glade/e-folder-list.glade : replaced buttons with stock buttons and addedAnna Marie Dirks2003-04-242-98/+103 * fixed merge conflicts in ChangeLogJeffrey Stedfast2003-04-241-1/+0 * #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-242-1/+10 * Only add the Organization: header if it is non-empty. Fixes bug #41730.Jeffrey Stedfast2003-04-242-1/+6 * Dutch translation updated.Vincent van Adrighem2003-04-232-139/+155 * Update Czech translationMiloslav Trmac2003-04-232-96/+112 * Updated Italian translation.Marco Ciampa2003-04-232-863/+127 * oops, the service owns the url after we construct it.Not Zed2003-04-232-2/+5 * ** Should fix #41629, #41448, et al.Not Zed2003-04-2312-50/+206 * removed debug spew.Not Zed2003-04-233-6/+55 * Dutch translation updated.Vincent van Adrighem2003-04-232-2561/+653 * Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-2312-31/+52 * Updated Portuguese translation.Duarte Loreto2003-04-232-152/+168 * Set the border width of the message dialog to 6. Also corrected theAnna Marie Dirks2003-04-232-3/+23 * use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_charMike Kestner2003-04-231-9/+14 * Don't ever attach non-inlined text or message parts. Reverts a prior fix.Jeffrey Stedfast2003-04-232-7/+8 * Don't set seen_eof1 here anymore once we get a trust metric.Jeffrey Stedfast2003-04-232-16/+32 * Fixes #22444Rodrigo Moya2003-04-232-0/+10 * Fixes #22444Rodrigo Moya2003-04-238-74/+257 * Added appropriate spacing/padding to the rename dialogs. Fixes bugsAnna Marie Dirks2003-04-232-2/+9 * Fix KDE_APPLNK_DIR to not install to a diff prefix, and disable installingRodney Dawes2003-04-222-12/+9 * Update Czech translationMiloslav Trmac2003-04-222-85/+71 * added related argument, TRUE means that container of mime_part isRadek Doulik2003-04-222-4/+19 * this should never happen unless you're really trying, but don't crash ifChris Toshok2003-04-222-4/+14 * (create_folder_directory): Don't signal anEttore Perazzoli2003-04-222-6/+11 * Corrected border with for Delete Folder dialog. Fixes 41036.Anna Marie Dirks2003-04-222-3/+17 * Added appropriate border width to the folder selection dialog. FixesAnna Marie Dirks2003-04-222-4/+21 * Added spacing/padding to first-run dialog. Fixes 41242.Anna Marie Dirks2003-04-222-1/+7 * Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008.Anna Marie Dirks2003-04-223-6/+16 * Added appropriate spacing/padding to the default folder pages of theAnna Marie Dirks2003-04-222-189/+188 * Fixed padding/spacing/caps of the "Go Offline" dialog. Fixes 41225 andAnna Marie Dirks2003-04-222-5/+11 * Change the order of the ok/cancel buttons.Jeffrey Stedfast2003-04-222-6/+11 * Protect against a NULL strv result from parsing the language list string.Jeffrey Stedfast2003-04-222-5/+12 * use e_tree_table_adapter_node_get_next to determine how to draw siblingMike Kestner2003-04-213-4/+16 * Don't need "private" dir any moreDan Winship2003-04-212-1/+5 * [ fixes evolution bug #40464 ] use G_SIGNAL_TYPE_STATIC_SCOPE for theChris Toshok2003-04-211-2/+2 * add 40694 and 40954Chris Toshok2003-04-201-1/+14 * [ fixes bug #40954 ] guard against NULL bf->priv->summary (happens if theChris Toshok2003-04-202-7/+18 * [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-202-9/+25 * [ fixes #40694 ] this can't hurt - set the frame to autoactivate so if byChris Toshok2003-04-203-3/+16 * removed 'heading' and 'message' labels.Rodrigo Moya2003-04-193-47/+9 * ** for #40989Not Zed2003-04-195-8/+117 * Add missing -DPREFIXRodney Dawes2003-04-192-0/+5 * if the layout splits into more than one line, shorten it to a single lineMike Kestner2003-04-191-3/+18 * add guarding for row indexing (Bug# 41497)JP Rosevear2003-04-191-5/+16 * add seriesid tag, maybe this will help building?Aaron Weber2003-04-191-0/+1 * Fixes for bug #41142.Jeffrey Stedfast2003-04-192-3/+11 * [ fixes #21499 ]Rodney Dawes2003-04-1927-13/+73 * (e_gtk_button_new_with_icon): Remove debuggingEttore Perazzoli2003-04-192-2/+5 * If the default_type is "foo/bar" and "foo" appears in the list butDan Winship2003-04-182-13/+18 * If the new folder's parent has unresolved children, async_open the parentDan Winship2003-04-182-8/+79 * Updated Portuguese translation.Duarte Loreto2003-04-182-459/+486 * Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-184-5/+30 * Turn off debugging. Fixes bug #41469.Jeffrey Stedfast2003-04-182-1/+5 * Fixes #41459JP Rosevear2003-04-173-10/+19 * Fixes #34498Rodrigo Moya2003-04-172-4/+19 * Update Czech translationMiloslav Trmac2003-04-172-431/+422 * remove the help menu item handling, as the help menu is removed. Clean upNot Zed2003-04-172-7/+5 * Remove the Help menu. 'Fix' for #38927.Not Zed2003-04-172-4/+5 * Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-177-12/+26 * Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-173-26/+46 * Removed erroneous line. Thanks to Christian Rose who reported that issue.Christian Neumair2003-04-173-2/+6 * Updated Swedish translation.Christian Rose2003-04-172-557/+556 * schema keys can't be directories (#41419)Jeremy Katz2003-04-172-1/+5 * set width and alignment of layout. (generate_layout): set width onMike Kestner2003-04-171-12/+29 * Fixes #41129, #41215, #41221, #41256Rodrigo Moya2003-04-1712-2759/+3019 * Fixes #41230JP Rosevear2003-04-172-10/+24 * Updated German translation.Christian Neumair2003-04-171-62/+63 * Fixed a logic error that was the cause of bug #41389.Jeffrey Stedfast2003-04-172-1/+6 * The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-172-6/+27 * Finished an #if 0'd out port to GObject from an #if 0'd out GtkObjectJeffrey Stedfast2003-04-173-11/+14 * Fixes #39735 and 40257JP Rosevear2003-04-176-162/+132 * Increase the default value forEttore Perazzoli2003-04-163-13/+21 * (remove_bonobo_menus): Only do the actual removeEttore Perazzoli2003-04-162-0/+9 * Sort by the first column.Ettore Perazzoli2003-04-164-53/+57 * Updated German translation and POTFILES.skip.Christian Neumair2003-04-163-259/+270 * For bug #41199.Not Zed2003-04-163-185/+285 * If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-1610-18/+60 * delegationAaron Weber2003-04-162-52/+177 * Unref the metrics. (e_calendar_item_draw): Re-use the widget's contextHans Petter Jansson2003-04-163-3/+33 * Free the id when we're done with it.Hans Petter Jansson2003-04-161-0/+3 * Don't unref the layout that was passed in. (e_table_header_draw_button):Hans Petter Jansson2003-04-162-2/+4 * Make sure any old symbol with the same name as the one being added, isHans Petter Jansson2003-04-162-0/+10 * fix padding and default size. Fixed warnings elsewhere in file.Mike Kestner2003-04-161-1/+7 * Free the temporary error text.Hans Petter Jansson2003-04-162-0/+5 * Free the temporary string.Hans Petter Jansson2003-04-164-5/+29 * [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-162-1/+7 * Return FALSE so the signal gets propogated further up the chain. Fixes bugJeffrey Stedfast2003-04-162-2/+12 * Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-163-4/+18 * new boolean flag.Dan Winship2003-04-164-36/+96 * Fixed an erroneous translation for "message".Wang Jian2003-04-152-2/+6 * Utility function to create a button with a stock icon.Not Zed2003-04-153-0/+56 * create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-153-4/+21 * fix the title of the dialogue box. #41304.Not Zed2003-04-152-1/+6 * Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-04-152-298/+267 * add proper defaults for the fonts settings.Larry Ewing2003-04-152-1/+8 * A long list of updates for all these files.Aaron Weber2003-04-1411-671/+638 * Updated Portuguese translation.Duarte Loreto2003-04-142-112/+70 * Remove construct_pixmap_button (), use stock buttonsRodney Dawes2003-04-132-24/+6 * Update Czech translationMiloslav Trmac2003-04-122-67/+59 * Updated German translation, added missing files to POTFILES.*.Christian Neumair2003-04-124-309/+351 * Fixes bug #41243.Jeffrey Stedfast2003-04-123-337/+319 * Updated to comply with the HIG. Fixes bug #41239 and bug #41241.Jeffrey Stedfast2003-04-122-2/+3 * Updated to comply with the HIG.Jeffrey Stedfast2003-04-122-230/+224 * updated the bug list that my last commit fixed (since more bugs have been sub...Jeffrey Stedfast2003-04-121-1/+1 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+3 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+8 * 1.3.2.99.Ettore Perazzoli2003-04-122-1/+5 * added more bug #'sJeffrey Stedfast2003-04-121-2/+2 * The return of 1.3.2.Ettore Perazzoli2003-04-12