summaryrefslogtreecommitdiff
path: root/check-POTFILES.pl
Commit message (Collapse)AuthorAgeFilesLines
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2000-12-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 2233 (proper icon not selected switching views after rename) by re-sending selection when the selection items change since they might have changed names. * src/file-manager/fm-directory-view.c: (done_loading): Moved more of the done_loading code here for clarity. (compare_pointers), (sort_and_check_for_intersection): Added functions that quickly find if there's an intersection in two GLists of NautilusFile objects. (display_pending_files): Move some of the done_loading code into a new function, do it after processing file changes, and add code to send out the selection if a file change comes in for any items in the selection (in case the name changed). (display_selection_info_idle_callback), (update_menus_idle_callback), (display_pending_idle_callback): Make all of these more robust by keeping the NautilusView object in a local variable. (display_pending_timeout_callback): Do the "ref the NautilusView" thing in this function too. * check-POTFILES.pl: Added support for .xml and .cpp files and also updated special cases for directory environment variables. * check-THANKS.pl: Added a special case and fixed some things in the ChangeLog too to make this output fewer false positives.
* Another try at fixing the Tinderbox.Darin Adler2000-09-151-0/+106
* po/POTFILES.in: Removed files that are not in Makefile.am, since they won't be in the tarball/RPM. * check-POTFILES.pl: Added a new script to check for files that are mentioned in POTFILES.in, but not in the Makefile.am files. * check-headers-in-Makefile.pl: Fixed to use SUBDIRS instead of looking for all Makefile.am files. * components/adapter/.cvsignore: Listed generated files.