summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore Meson subprojectsAutomeris naranja2023-02-171-0/+2
|
* gitignore: Remove build directory patternsWill Thompson2022-12-021-4/+0
| | | | Meson drops a blanket .gitignore into its build directories.
* gitignore: Remove obsolete subproject patternsWill Thompson2022-12-021-3/+0
| | | | These subprojects are no longer used.
* Add meson wrap-git fallback for libhandyWill Thompson2022-02-181-0/+1
| | | | | | | The version of libhandy in the fedora branch used for CI is 1.5.0, but 1.5.90. Add a wrap as a fallback for the time being.
* timezone: Build against gweather-4.0Will Thompson2022-01-061-0/+1
| | | | | | | | | | | | GWeather 4.0 removes GWeatherLocationEntry and, as a result, its dependency on any version of GTK. For now we just replace this widget with a plain GtkEntry. A subsequent commit will re-introduce an imported & adjusted copy of GWeatherLocationEntry. https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/132 Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/133>
* Use gnome-desktop-4Will Thompson2021-12-161-0/+1
| | | | | | | This new library links neither to GTK 3 nor to GTK 4. A Meson .wrap file is included for the time being, since there isn't a release containing gnome-desktop-4 yet.
* Dramatically prune .gitignoreWill Thompson2020-10-211-73/+7
| | | | | | | | | The majority of these files are either Autotools-specific, or more generally are only present if $builddir == $srcdir. Today, Initial Setup only supports building with Meson, which mandates using a separate builddir. So we can reduce the ignore list dramatically.
* build: Drop intltool useJoaquim Rocha2018-07-241-1/+0
| | | | | | These changes replace the use of intltool with gettext. Even though we're migrating GNOME Initial Setup to Meson, these changes are needed until the Meson and autotools systems coexist (hopefully not for long).
* Update .gitignoreKalev Lember2016-09-051-0/+2
|
* Revert "Remove the trigger for the first-login mode"Matthias Clasen2014-09-151-0/+1
| | | | | | | | | | | This reverts commit f2bc7d626e14f0c75b554a1269fca3b61a799073. Fedora is one of the main users of gnome-initial-setup, and its installer still supports creating the user ahead of time. As long as thats the case, removing this functionality causes a regression. This went unnoticed in 3.12 since there was no Fedora release with it.
* timezone: Finish up geoclue integrationKalev Lember2014-03-201-0/+1
|
* Update .gitignoreKalev Lember2014-03-061-0/+2
|
* Update .gitignoreJasper St. Pierre2013-12-081-0/+1
|
* Remove the trigger for the first-login modeJasper St. Pierre2013-10-221-1/+0
| | | | | | | | | It wasn't really ever well-integrated to the system. It was sort of a kludge hack to spawn it here, and simply skip some pages. We're not removing the architecture behind the existing-user mode, as we might very well re-add a better-integrated mode later which skips some of these pages, but just keep it from spawning for now.
* Put GOA page before accountsJasper St. Pierre2013-10-221-2/+2
| | | | And fix up the order in the rest of the files
* Rename the location page to timezoneJasper St. Pierre2013-10-221-3/+3
| | | | | This is how it will behave in the new design. This doesn't have any design updates yet; wanted to get the file renaming out of the way.
* Update .gitignore to ignore dist releasesJasper St. Pierre2013-10-151-0/+1
|
* gis-assistant: Use composite widget templatesJasper St. Pierre2013-09-251-0/+1
|
* Revert "summary-page: Install language packs"Jasper St. Pierre2013-04-241-1/+0
| | | | | | This reverts commit 0d36baf38edba7d625bafea7078215d40c58f812. Committed by accident.
* summary-page: Install language packsJasper St. Pierre2013-04-241-0/+1
|
* Update .gitignoreJasper St. Pierre2013-03-271-0/+1
|
* .gitignore: Use globbing betterJasper St. Pierre2013-01-251-24/+12
|
* .gitignore: Reorder to meet page orderJasper St. Pierre2013-01-251-12/+12
|
* summary: Port to standalone resourcesJasper St. Pierre2013-01-251-2/+2
|
* goa: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* location: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* account: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* network: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* eulas: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* keyboard: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* language: Port to standalone resourcesJasper St. Pierre2013-01-251-1/+2
|
* welcome: Port to standalone resourcesJasper St. Pierre2013-01-251-0/+2
|
* Automatically generate the gresource dependenciesJasper St. Pierre2013-01-241-1/+2
|
* Update .gitignoreJasper St. Pierre2013-01-171-0/+1
|
* location: Import data files for timezone and use gresourceJasper St. Pierre2013-01-161-0/+1
| | | | | | | As gnome-control-center doesn't ship the resource files anymore, we need to ship these as well. I'm working with the Ubuntu team on having a libtimezonemap upstream, as a submodule or static library.
* .gitignore: Remove some copy/pasted ghex entriesJasper St. Pierre2013-01-021-5/+0
|
* Import egg-list-boxJasper St. Pierre2012-11-191-1/+0
|
* Update .gitignoreJasper St. Pierre2012-11-131-1/+3
|
* Update .gitignoreJasper St. Pierre2012-10-171-0/+2
|
* account: Add enterprise login supportJasper St. Pierre2012-10-171-0/+2
| | | | | | | | This adds a new "Enteprise Login" tab to gnome-initial-setup. Untested as of now, since I don't have an enterprise setup to test with. Big thanks to Mattias Clasen and Stef Walters for helping me out with the design and code of the system.
* Update .gitignoreJasper St. Pierre2012-10-041-1/+2
|
* Add a new copy workerJasper St. Pierre2012-08-201-0/+2
| | | | This will be an autostart app that will copy files to the new profile.
* Move the rest of the pages to the subdirJasper St. Pierre2012-07-121-1/+1
|
* location: Move page into subdirJasper St. Pierre2012-07-121-2/+2
|
* Add liblanguage, pulled from gnome-control-centerJasper St. Pierre2012-07-121-0/+2
|
* Add a desktop file and datadirJasper St. Pierre2012-06-111-0/+2
|
* .gitignore: Ignore distribution filesJasper St. Pierre2012-06-081-0/+4
|
* Rename from gdm-initial-setupJasper St. Pierre2012-05-311-3/+3
|
* Split into own project, add own infrastructureJasper St. Pierre2012-05-311-0/+51